diff options
author | Kevin Wolf | 2020-11-27 18:11:02 +0100 |
---|---|---|
committer | Kevin Wolf | 2021-03-19 10:17:12 +0100 |
commit | 50243407457a9fb0ed17b9a9ba9fc9aee09495b1 (patch) | |
tree | eb3b4e13cfd7003b7248f33ca304f0d3dad760ce /docs/system | |
parent | tests: Drop 'props' from object-add calls (diff) | |
download | qemu-50243407457a9fb0ed17b9a9ba9fc9aee09495b1.tar.gz qemu-50243407457a9fb0ed17b9a9ba9fc9aee09495b1.tar.xz qemu-50243407457a9fb0ed17b9a9ba9fc9aee09495b1.zip |
qapi/qom: Drop deprecated 'props' from object-add
The option has been deprecated in QEMU 5.0, remove it.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/deprecated.rst | 5 | ||||
-rw-r--r-- | docs/system/removed-features.rst | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index d5e80d66eb..491daf43af 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -186,11 +186,6 @@ Use argument value ``null`` instead. Use arguments ``base-node`` and ``top-node`` instead. -``object-add`` option ``props`` (since 5.0) -''''''''''''''''''''''''''''''''''''''''''' - -Specify the properties for the object as top-level arguments instead. - ``nbd-server-add`` and ``nbd-server-remove`` (since 5.2) '''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index bff16b7b05..d0244fb22e 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -143,6 +143,11 @@ field of the ``BlockDeviceInfo`` struct should be used instead, which is the type of the ``inserted`` field in query-block replies, as well as the type of array items in query-named-block-nodes. +``object-add`` option ``props`` (removed in 6.0) +'''''''''''''''''''''''''''''''''''''''''''''''' + +Specify the properties for the object as top-level arguments instead. + Human Monitor Protocol (HMP) commands ------------------------------------- |