Re: [Qemu-devel] [PATCH RESEND 45/50] qmp: Introduce blockdev-change-medium

2015-01-28 Thread Max Reitz
On 2015-01-28 at 16:01, Eric Blake wrote: On 01/27/2015 12:46 PM, Max Reitz wrote: Introduce a new QMP command 'blockdev-change-medium' which is intended to replace the 'change' command for block devices. The existing function qmp_change_blockdev() is accordingly renamed to qmp_blockdev_change_m

Re: [Qemu-devel] [PATCH RESEND 45/50] qmp: Introduce blockdev-change-medium

2015-01-28 Thread Eric Blake
On 01/27/2015 12:46 PM, Max Reitz wrote: > Introduce a new QMP command 'blockdev-change-medium' which is intended > to replace the 'change' command for block devices. The existing function > qmp_change_blockdev() is accordingly renamed to > qmp_blockdev_change_medium(). > > Signed-off-by: Max Reit

[Qemu-devel] [PATCH RESEND 45/50] qmp: Introduce blockdev-change-medium

2015-01-27 Thread Max Reitz
Introduce a new QMP command 'blockdev-change-medium' which is intended to replace the 'change' command for block devices. The existing function qmp_change_blockdev() is accordingly renamed to qmp_blockdev_change_medium(). Signed-off-by: Max Reitz --- blockdev.c| 7 --- inclu