qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH RESEND 38/50] blockdev: Add blockdev-open-tray


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH RESEND 38/50] blockdev: Add blockdev-open-tray
Date: Wed, 28 Jan 2015 14:59:37 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 2015-01-28 at 14:56, Eric Blake wrote:
On 01/27/2015 12:46 PM, Max Reitz wrote:
Signed-off-by: Max Reitz <address@hidden>
---
  blockdev.c           | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
  qapi/block-core.json | 21 +++++++++++++++++++++
  qmp-commands.hx      | 37 +++++++++++++++++++++++++++++++++++++
  3 files changed, 106 insertions(+)

+Example (1):
+
With only one example, the (1) doesn't add much.  Minor whether you
leave it in or take it out.

I'll remove it.

Max

+-> { "execute": "blockdev-open-tray",
+     "arguments": { "device": "ide1-cd0" } }
+
+<- { "timestamp": { "seconds": 1418751016,
+                    "microseconds": 716996 },
+     "event": "DEVICE_TRAY_MOVED",
+     "data": { "device": "ide1-cd0",
+               "tray-open": true } }
+
+<- { "return": {} }
Nice inclusion of the event alongside the return code!

Reviewed-by: Eric Blake <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]