All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH FOR 2.1 0/5] clean up for qapi event
@ 2014-06-24 23:33 Wenchao Xia
  2014-06-24 23:33 ` [Qemu-devel] [PATCH FOR 2.1 1/5] tests/test-qmp-event: fix for GLib < 2.31 Wenchao Xia
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Wenchao Xia @ 2014-06-24 23:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, armbru, Wenchao Xia, lcapitulino


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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-07-01 14:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24 23:33 [Qemu-devel] [PATCH FOR 2.1 0/5] clean up for qapi event Wenchao Xia
2014-06-24 23:33 ` [Qemu-devel] [PATCH FOR 2.1 1/5] tests/test-qmp-event: fix for GLib < 2.31 Wenchao Xia
2014-06-25 13:13   ` Luiz Capitulino
2014-06-25 13:15     ` Paolo Bonzini
2014-06-27 18:28       ` Luiz Capitulino
2014-06-29 20:31         ` Peter Maydell
2014-06-30 10:53           ` Paolo Bonzini
2014-07-01 14:32             ` Wenchao Xia
2014-06-24 23:33 ` [Qemu-devel] [PATCH FOR 2.1 2/5] qapi: move event defines Wenchao Xia
2014-06-25  2:15   ` Eric Blake
2014-06-24 23:33 ` [Qemu-devel] [PATCH FOR 2.1 3/5] qapi: ignore generated event files Wenchao Xia
2014-06-25  2:20   ` Eric Blake
2014-06-24 23:33 ` [Qemu-devel] [PATCH FOR 2.1 4/5] qapi script: clean up in scripts Wenchao Xia
2014-06-25  2:39   ` Eric Blake
2014-06-24 23:34 ` [Qemu-devel] [PATCH FOR 2.1 5/5] qapi event: clean up in callers Wenchao Xia
2014-06-25  2:48   ` Eric Blake
2014-06-25 15:36 ` [Qemu-devel] [PATCH FOR 2.1 0/5] clean up for qapi event Luiz Capitulino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.