]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
block: Accept device model name for blockdev-change-medium
authorKevin Wolf <kwolf@redhat.com>
Tue, 20 Sep 2016 11:38:47 +0000 (13:38 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Sep 2016 11:44:47 +0000 (13:44 +0200)
commit70e2cb3bd75fc7aa988f81eae854001e8fcbffe1
treef5b489862fe403b946d72f2d30097c54816b58cc
parentfbe2d8163e8900fe22c67f55bd09ebc6f322f430
block: Accept device model name for blockdev-change-medium

In order to remove the need for BlockBackend names in the external API,
we want to allow qdev device names in all device related commands.

This converts blockdev-change-medium to accept a qdev device name.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c
docs/qmp-commands.txt
hmp.c
qapi/block-core.json
qmp.c
ui/cocoa.m