Re: [Qemu-devel] [PATCH FOR 2.1 0/5] clean up for qapi event

2014-06-25 Thread Luiz Capitulino
On Tue, 24 Jun 2014 16:33:55 -0700
Wenchao Xia  wrote:

> 
> Paolo Bonzini (1):
>   tests/test-qmp-event: fix for GLib < 2.31
> 
> Wenchao Xia (4):
>   qapi: move event defines
>   qapi: ignore generated event files
>   qapi script: clean up in scripts
>   qapi event: clean up in callers

I've applied patches 2-5, as explained in the other email. Anyone interested
in doing additional review still have time to do so though.

Thanks.

> 
>  .gitignore  |1 +
>  Makefile|2 +-
>  docs/qapi-code-gen.txt  |8 +-
>  hw/watchdog/watchdog.c  |2 +-
>  include/block/blockjob.h|2 +-
>  monitor.c   |2 +-
>  qapi-event.json |  318 
> ---
>  qapi-schema.json|   12 +-
>  qapi/block-core.json|3 +-
>  qapi/event.json |  318 
> +++
>  scripts/qapi-event.py   |5 +-
>  scripts/qapi.py |2 +-
>  tests/qapi-schema/event-nest-struct.err |2 +-
>  tests/test-qmp-event.c  |1 +
>  14 files changed, 341 insertions(+), 337 deletions(-)
>  delete mode 100644 qapi-event.json
>  create mode 100644 qapi/event.json
> 




[Qemu-devel] [PATCH FOR 2.1 0/5] clean up for qapi event

2014-06-24 Thread Wenchao Xia

Paolo Bonzini (1):
  tests/test-qmp-event: fix for GLib < 2.31

Wenchao Xia (4):
  qapi: move event defines
  qapi: ignore generated event files
  qapi script: clean up in scripts
  qapi event: clean up in callers

 .gitignore  |1 +
 Makefile|2 +-
 docs/qapi-code-gen.txt  |8 +-
 hw/watchdog/watchdog.c  |2 +-
 include/block/blockjob.h|2 +-
 monitor.c   |2 +-
 qapi-event.json |  318 ---
 qapi-schema.json|   12 +-
 qapi/block-core.json|3 +-
 qapi/event.json |  318 +++
 scripts/qapi-event.py   |5 +-
 scripts/qapi.py |2 +-
 tests/qapi-schema/event-nest-struct.err |2 +-
 tests/test-qmp-event.c  |1 +
 14 files changed, 341 insertions(+), 337 deletions(-)
 delete mode 100644 qapi-event.json
 create mode 100644 qapi/event.json