mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-05 14:07:41 -07:00
blockdev: Drop BD-{remove,insert}-medium's @device
This is an incompatible change, which is fine as the commands are experimental. Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20171110224302.14424-4-mreitz@redhat.com Reviewed-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
f6c3dc136f
commit
82fcf66e05
2 changed files with 25 additions and 15 deletions
|
|
@ -3411,8 +3411,6 @@
|
|||
#
|
||||
# If the tray is open and there is no medium inserted, this will be a no-op.
|
||||
#
|
||||
# @device: Block device name (deprecated, use @id instead)
|
||||
#
|
||||
# @id: The name or QOM path of the guest device (since: 2.8)
|
||||
#
|
||||
# Note: This command is still a work in progress and is considered experimental.
|
||||
|
|
@ -3447,8 +3445,7 @@
|
|||
#
|
||||
##
|
||||
{ 'command': 'x-blockdev-remove-medium',
|
||||
'data': { '*device': 'str',
|
||||
'*id': 'str' } }
|
||||
'data': { 'id': 'str' } }
|
||||
|
||||
##
|
||||
# @x-blockdev-insert-medium:
|
||||
|
|
@ -3457,8 +3454,6 @@
|
|||
# device's tray must currently be open (unless there is no attached guest
|
||||
# device) and there must be no medium inserted already.
|
||||
#
|
||||
# @device: Block device name (deprecated, use @id instead)
|
||||
#
|
||||
# @id: The name or QOM path of the guest device (since: 2.8)
|
||||
#
|
||||
# @node-name: name of a node in the block driver state graph
|
||||
|
|
@ -3486,8 +3481,7 @@
|
|||
#
|
||||
##
|
||||
{ 'command': 'x-blockdev-insert-medium',
|
||||
'data': { '*device': 'str',
|
||||
'*id': 'str',
|
||||
'data': { 'id': 'str',
|
||||
'node-name': 'str'} }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue