Re: [Qemu-devel] [PATCH V6 09/29] qapi event: convert POWERDOWN

2014-06-13 Thread Eric Blake
On 06/05/2014 06:22 AM, Wenchao Xia wrote: > There is no existing comments for POWERDOWN in doc/qmp/qmp-events.txt, > so no change on it like other conversion patch. Oddly enough, POWERDOWN _is_ documented in docs/qmp/qmp-spec.txt, but that reference doesn't need updating with this conversion. >

[Qemu-devel] [PATCH V6 09/29] qapi event: convert POWERDOWN

2014-06-05 Thread Wenchao Xia
There is no existing comments for POWERDOWN in doc/qmp/qmp-events.txt, so no change on it like other conversion patch. Signed-off-by: Wenchao Xia --- qapi-event.json | 10 ++ vl.c|2 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/qapi-event.json b/qa