Re: [Qemu-devel] [PATCH V6 11/29] qapi event: convert STOP

2014-06-17 Thread Paolo Bonzini
Il 13/06/2014 22:29, Eric Blake ha scritto: +# +# Emitted when the virtual machine is stopped +# +# Since: 2.1 0.14.0 0.12.0, actually: $ git describe --contains b1a15e7eaafba8f26e2263b1a9b6e6d40e585e72 v0.12.0-rc0~187 Paolo

Re: [Qemu-devel] [PATCH V6 11/29] qapi event: convert STOP

2014-06-17 Thread Eric Blake
On 06/17/2014 03:17 AM, Paolo Bonzini wrote: Il 13/06/2014 22:29, Eric Blake ha scritto: +# +# Emitted when the virtual machine is stopped +# +# Since: 2.1 0.14.0 0.12.0, actually: $ git describe --contains b1a15e7eaafba8f26e2263b1a9b6e6d40e585e72 v0.12.0-rc0~187 But nothing else

Re: [Qemu-devel] [PATCH V6 11/29] qapi event: convert STOP

2014-06-13 Thread Eric Blake
On 06/05/2014 06:22 AM, Wenchao Xia wrote: Signed-off-by: Wenchao Xia wenchaoq...@gmail.com --- cpus.c |5 +++-- docs/qmp/qmp-events.txt | 12 qapi-event.json |9 + 3 files changed, 12 insertions(+), 14 deletions(-) @@ -530,7

[Qemu-devel] [PATCH V6 11/29] qapi event: convert STOP

2014-06-05 Thread Wenchao Xia
Signed-off-by: Wenchao Xia wenchaoq...@gmail.com --- cpus.c |5 +++-- docs/qmp/qmp-events.txt | 12 qapi-event.json |9 + 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/cpus.c b/cpus.c index dd7ac13..28abb11 100644 ---