mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
block: Declare blockdev-add and blockdev-del supported
It's been a long journey, but here we are. The supported blockdev-add is not compatible to its experimental predecessors; bump all Since: tags to 2.9. x-blockdev-remove-medium, x-blockdev-insert-medium and x-blockdev-change need a bit more work, so leave them alone for now. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
0491c22154
commit
79b7a77eda
5 changed files with 47 additions and 66 deletions
|
@ -57,7 +57,7 @@ class NBDBlockdevAddBase(iotests.QMPTestCase):
|
|||
filename)
|
||||
break
|
||||
|
||||
result = self.vm.qmp('x-blockdev-del', node_name='nbd-blockdev')
|
||||
result = self.vm.qmp('blockdev-del', node_name='nbd-blockdev')
|
||||
self.assert_qmp(result, 'return', {})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue