Re: [Qemu-devel] [PATCH V5 07/28] qapi event: convert SHUTDOWN

2014-05-07 Thread Wenchao Xia
于 2014/5/1 22:44, Eric Blake 写道: On 04/30/2014 10:26 PM, Wenchao Xia wrote: Signed-off-by: Wenchao Xia --- vl.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) This, and many of the subsequent patches in the series, are a bit misleading; I have to go back to 5/28 to make sure

Re: [Qemu-devel] [PATCH V5 07/28] qapi event: convert SHUTDOWN

2014-05-01 Thread Eric Blake
On 04/30/2014 10:26 PM, Wenchao Xia wrote: > Signed-off-by: Wenchao Xia > --- > vl.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) This, and many of the subsequent patches in the series, are a bit misleading; I have to go back to 5/28 to make sure that both pieces of the convers

[Qemu-devel] [PATCH V5 07/28] qapi event: convert SHUTDOWN

2014-04-30 Thread Wenchao Xia
Signed-off-by: Wenchao Xia --- vl.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index 236f95e..9f78bd7 100644 --- a/vl.c +++ b/vl.c @@ -117,6 +117,7 @@ int main(int argc, char **argv) #include "ui/qemu-spice.h" #include "qapi/string-input-visitor.h" #