Re: [Qemu-devel] [PATCH RESEND 43/50] blockdev: Implement change with basic operations

2015-01-28 Thread Eric Blake
On 01/27/2015 12:46 PM, Max Reitz wrote: > Implement 'change' on block devices by calling blockdev-open-tray, > blockdev-remove-medium, blockdev-insert-medium (a variation of that > which does not need a node-name) and blockdev-close-tray. > > Signed-off-by: Max Reitz > --- > blockdev.c | 191 >

[Qemu-devel] [PATCH RESEND 43/50] blockdev: Implement change with basic operations

2015-01-27 Thread Max Reitz
Implement 'change' on block devices by calling blockdev-open-tray, blockdev-remove-medium, blockdev-insert-medium (a variation of that which does not need a node-name) and blockdev-close-tray. Signed-off-by: Max Reitz --- blockdev.c | 191 +++--