Re: [Qemu-devel] [PATCH RESEND 39/50] blockdev: Add blockdev-close-tray

2015-01-28 Thread Max Reitz
On 2015-01-28 at 14:58, Eric Blake wrote: On 01/27/2015 12:46 PM, Max Reitz wrote: Signed-off-by: Max Reitz --- blockdev.c | 22 ++ qapi/block-core.json | 14 ++ qmp-commands.hx | 33 + 3 files changed, 69 inser

Re: [Qemu-devel] [PATCH RESEND 39/50] blockdev: Add blockdev-close-tray

2015-01-28 Thread Eric Blake
On 01/27/2015 12:46 PM, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > blockdev.c | 22 ++ > qapi/block-core.json | 14 ++ > qmp-commands.hx | 33 + > 3 files changed, 69 insertions(+) > > +void qmp_blockdev_clo

[Qemu-devel] [PATCH RESEND 39/50] blockdev: Add blockdev-close-tray

2015-01-27 Thread Max Reitz
Signed-off-by: Max Reitz --- blockdev.c | 22 ++ qapi/block-core.json | 14 ++ qmp-commands.hx | 33 + 3 files changed, 69 insertions(+) diff --git a/blockdev.c b/blockdev.c index a0b9f17..d6a3fdf 100644 --- a/blockde