QAPI patches patches for 2024-02-03
-----BEGIN PGP SIGNATURE----- iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmW992gSHGFybWJydUBy ZWRoYXQuY29tAAoJEDhwtADrkYZTgt4P/RLioQBDBeFw77RMVJqU7YHjvdPrFtVa jpN3g+OqX7zN97aCfMnTueTi989qyHr7J8ufxcMsxKjxH8//Qs5vbkjVmzecxsiq GOP0a1HrvvKvjAvttsM3OLYKWwwas5mvZ1wjerHItkC8t5QHIzAKHCHiJkzD5W0r Kew9Mi9gzqRdETHlY+QFnwdr1ksG+L6iB3yefWu01emSPI5XXdQHGMyorYauwZGy ettuSFwc/kVLd0wipsr7EKNEeK8c211EmAj4aqgpDSAzTDUyjNc/CjI1YGYvcBkz 6ejgIRrUMmS3F9hytj0Gp0CC7mjAcZzMN3HNm1VHeuBR3Eo3iWnPAGeIV8w1bihp GsioU+a6ZbcB1ylYRIadpUyrVABNGSlv9SLJiHYeZI+N/0Wz2ByWpYvjrmvvQIB9 Kt7Tq+biab26OR+b7jZqae4d9EhTkYifP3cV2Bnv9gf9uONV8LRMDoCHSAm3EdCH 3R361imS1y394YZbp2iMI4PxeNjh+PvL+rduNZbSGPNY+x9dEbBUH5YJBjnnw/Du YM1yCiyoWyiQbSxGcILn9BCCBDcntof4XzFg7MYhN717fvQaLJMEuRlKE9LTC3GT Wrbu4ZkTq7r//gXLtnO/L3S7y4inhKow3nKPXUmiqxVuRlRvLq06d1NHVI60FZFf keNA4PC6X/6R =2BzL -----END PGP SIGNATURE----- Merge tag 'pull-qapi-2024-02-03' of https://repo.or.cz/qemu/armbru into staging QAPI patches patches for 2024-02-03 # -----BEGIN PGP SIGNATURE----- # # iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmW992gSHGFybWJydUBy # ZWRoYXQuY29tAAoJEDhwtADrkYZTgt4P/RLioQBDBeFw77RMVJqU7YHjvdPrFtVa # jpN3g+OqX7zN97aCfMnTueTi989qyHr7J8ufxcMsxKjxH8//Qs5vbkjVmzecxsiq # GOP0a1HrvvKvjAvttsM3OLYKWwwas5mvZ1wjerHItkC8t5QHIzAKHCHiJkzD5W0r # Kew9Mi9gzqRdETHlY+QFnwdr1ksG+L6iB3yefWu01emSPI5XXdQHGMyorYauwZGy # ettuSFwc/kVLd0wipsr7EKNEeK8c211EmAj4aqgpDSAzTDUyjNc/CjI1YGYvcBkz # 6ejgIRrUMmS3F9hytj0Gp0CC7mjAcZzMN3HNm1VHeuBR3Eo3iWnPAGeIV8w1bihp # GsioU+a6ZbcB1ylYRIadpUyrVABNGSlv9SLJiHYeZI+N/0Wz2ByWpYvjrmvvQIB9 # Kt7Tq+biab26OR+b7jZqae4d9EhTkYifP3cV2Bnv9gf9uONV8LRMDoCHSAm3EdCH # 3R361imS1y394YZbp2iMI4PxeNjh+PvL+rduNZbSGPNY+x9dEbBUH5YJBjnnw/Du # YM1yCiyoWyiQbSxGcILn9BCCBDcntof4XzFg7MYhN717fvQaLJMEuRlKE9LTC3GT # Wrbu4ZkTq7r//gXLtnO/L3S7y4inhKow3nKPXUmiqxVuRlRvLq06d1NHVI60FZFf # keNA4PC6X/6R # =2BzL # -----END PGP SIGNATURE----- # gpg: Signature made Sat 03 Feb 2024 08:20:56 GMT # gpg: using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653 # gpg: issuer "armbru@redhat.com" # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full] # gpg: aka "Markus Armbruster <armbru@pond.sub.org>" [full] # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653 * tag 'pull-qapi-2024-02-03' of https://repo.or.cz/qemu/armbru: qga/qapi-schema: Move command description right after command name qga: Move type description right after type name qapi: Elide "Potential additional modes" from generated docs qapi: Drop redundant documentation of conditional qapi: Drop redundant documentation of inherited members Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
39a6e4f87e
@ -4070,6 +4070,8 @@
|
||||
##
|
||||
# @BlockdevOptionsIscsi:
|
||||
#
|
||||
# Driver specific block device options for iscsi
|
||||
#
|
||||
# @transport: The iscsi transport type
|
||||
#
|
||||
# @portal: The address of the iscsi portal
|
||||
@ -4094,8 +4096,6 @@
|
||||
# @timeout: Timeout in seconds after which a request will timeout. 0
|
||||
# means no timeout and is the default.
|
||||
#
|
||||
# Driver specific block device options for iscsi
|
||||
#
|
||||
# Since: 2.9
|
||||
##
|
||||
{ 'struct': 'BlockdevOptionsIscsi',
|
||||
@ -4665,8 +4665,6 @@
|
||||
# @force-share: force share all permission on added nodes. Requires
|
||||
# read-only=true. (Since 2.10)
|
||||
#
|
||||
# Remaining options are determined by the block driver.
|
||||
#
|
||||
# Since: 2.9
|
||||
##
|
||||
{ 'union': 'BlockdevOptions',
|
||||
|
@ -266,13 +266,14 @@
|
||||
#
|
||||
# @hard: Drop all connections immediately and remove export.
|
||||
#
|
||||
# Potential additional modes to be added in the future:
|
||||
# TODO: Potential additional modes to be added in the future:
|
||||
#
|
||||
# hide: Just hide export from new clients, leave existing connections
|
||||
# as is. Remove export after all clients are disconnected.
|
||||
# - hide: Just hide export from new clients, leave existing
|
||||
# connections as is. Remove export after all clients are
|
||||
# disconnected.
|
||||
#
|
||||
# soft: Hide export from new clients, answer with ESHUTDOWN for all
|
||||
# further requests from existing clients.
|
||||
# - soft: Hide export from new clients, answer with ESHUTDOWN for
|
||||
# all further requests from existing clients.
|
||||
#
|
||||
# Since: 2.12
|
||||
##
|
||||
|
@ -93,8 +93,6 @@
|
||||
# particular order. (since 4.1 for object types, 4.2 for
|
||||
# commands, 5.0 for the rest)
|
||||
#
|
||||
# Additional members depend on the value of @meta-type.
|
||||
#
|
||||
# Since: 2.5
|
||||
##
|
||||
{ 'union': 'SchemaInfo',
|
||||
|
@ -237,8 +237,6 @@
|
||||
#
|
||||
# @filename: the path to the file to dump to
|
||||
#
|
||||
# This command is only supported on s390 architecture.
|
||||
#
|
||||
# Since: 2.5
|
||||
#
|
||||
# Example:
|
||||
|
@ -1565,11 +1565,11 @@
|
||||
##
|
||||
# @guest-ssh-get-authorized-keys:
|
||||
#
|
||||
# @username: the user account to add the authorized keys
|
||||
#
|
||||
# Return the public keys from user .ssh/authorized_keys on Unix
|
||||
# systems (not implemented for other systems).
|
||||
#
|
||||
# @username: the user account to add the authorized keys
|
||||
#
|
||||
# Returns: @GuestAuthorizedKeys
|
||||
#
|
||||
# Since: 5.2
|
||||
@ -1582,6 +1582,9 @@
|
||||
##
|
||||
# @guest-ssh-add-authorized-keys:
|
||||
#
|
||||
# Append public keys to user .ssh/authorized_keys on Unix systems (not
|
||||
# implemented for other systems).
|
||||
#
|
||||
# @username: the user account to add the authorized keys
|
||||
#
|
||||
# @keys: the public keys to add (in OpenSSH/sshd(8) authorized_keys
|
||||
@ -1589,9 +1592,6 @@
|
||||
#
|
||||
# @reset: ignore the existing content, set it with the given keys only
|
||||
#
|
||||
# Append public keys to user .ssh/authorized_keys on Unix systems (not
|
||||
# implemented for other systems).
|
||||
#
|
||||
# Returns: Nothing on success.
|
||||
#
|
||||
# Since: 5.2
|
||||
@ -1603,15 +1603,15 @@
|
||||
##
|
||||
# @guest-ssh-remove-authorized-keys:
|
||||
#
|
||||
# Remove public keys from the user .ssh/authorized_keys on Unix
|
||||
# systems (not implemented for other systems). It's not an error if
|
||||
# the key is already missing.
|
||||
#
|
||||
# @username: the user account to remove the authorized keys
|
||||
#
|
||||
# @keys: the public keys to remove (in OpenSSH/sshd(8) authorized_keys
|
||||
# format)
|
||||
#
|
||||
# Remove public keys from the user .ssh/authorized_keys on Unix
|
||||
# systems (not implemented for other systems). It's not an error if
|
||||
# the key is already missing.
|
||||
#
|
||||
# Returns: Nothing on success.
|
||||
#
|
||||
# Since: 5.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user