]> git.proxmox.com Git - mirror_qemu.git/commit
block: Accept device model name for eject
authorKevin Wolf <kwolf@redhat.com>
Tue, 20 Sep 2016 11:38:46 +0000 (13:38 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 23 Sep 2016 11:40:45 +0000 (13:40 +0200)
commitfbe2d8163e8900fe22c67f55bd09ebc6f322f430
treeb646f9d69084bc651df2a79975a807cbe698b42e
parent00949babe90c528df1ffb79439d632c7bd4f6c42
block: Accept device model name for eject

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 eject to accept a qdev device name.

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