qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/9] monitor: various code simplification and fixes
@ 2018-08-25 13:57 Marc-André Lureau
  2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 1/9] monitor: consitify qmp_send_response() QDict argument Marc-André Lureau
                   ` (9 more replies)
  0 siblings, 10 replies; 27+ messages in thread
From: Marc-André Lureau @ 2018-08-25 13:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, armbru, Thomas Huth, Laurent Vivier,
	Dr. David Alan Gilbert, Michael Roth, Marc-André Lureau

Hi,

This series is a rebased subset of "[PATCH v3 00/38] RFC: monitor: add
asynchronous command type".

v3:
- updated "tests: add a few qmp tests" to move tests to new files
- comment update in "qmp: common 'id' handling & make QGA conform to QMP spec"
- commit message updates, add r-b tags

Marc-André Lureau (9):
  monitor: consitify qmp_send_response() QDict argument
  qmp: constify qmp_is_oob()
  Revert "qmp: isolate responses into io thread"
  monitor: no need to save need_resume
  json-lexer: make it safe to call destroy multiple times
  tests: add a few qmp tests
  tests: add a qmp success-response test
  qga: process_event() simplification
  qmp: common 'id' handling & make QGA conform to QMP spec

 include/qapi/qmp/dispatch.h             |   2 +-
 monitor.c                               | 170 +++---------------------
 qapi/qmp-dispatch.c                     |  12 +-
 qga/main.c                              |  47 ++-----
 qobject/json-lexer.c                    |   5 +-
 tests/qmp-cmd-test.c                    |  31 +++++
 tests/qmp-test.c                        |  18 +++
 tests/test-qga.c                        |  13 +-
 tests/test-qmp-cmds.c                   |  17 +++
 tests/qapi-schema/qapi-schema-test.json |   2 +
 tests/qapi-schema/qapi-schema-test.out  |   2 +
 11 files changed, 119 insertions(+), 200 deletions(-)

-- 
2.18.0.547.g1d89318c48

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

end of thread, other threads:[~2018-08-30  6:45 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-25 13:57 [Qemu-devel] [PATCH v3 0/9] monitor: various code simplification and fixes Marc-André Lureau
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 1/9] monitor: consitify qmp_send_response() QDict argument Marc-André Lureau
2018-08-27  7:36   ` Thomas Huth
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 2/9] qmp: constify qmp_is_oob() Marc-André Lureau
2018-08-27  7:37   ` Thomas Huth
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 3/9] Revert "qmp: isolate responses into io thread" Marc-André Lureau
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 4/9] monitor: no need to save need_resume Marc-André Lureau
2018-08-27  4:56   ` Peter Xu
2018-08-28 15:46     ` Markus Armbruster
2018-08-29  0:42       ` Peter Xu
2018-08-29  8:55         ` Markus Armbruster
2018-08-29 10:21           ` Peter Xu
2018-08-29 12:40             ` Markus Armbruster
2018-08-29 13:40               ` Marc-André Lureau
2018-08-30  3:31               ` Peter Xu
2018-08-30  6:45                 ` Markus Armbruster
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 5/9] json-lexer: make it safe to call destroy multiple times Marc-André Lureau
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 6/9] tests: add a few qmp tests Marc-André Lureau
2018-08-27  7:47   ` Thomas Huth
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 7/9] tests: add a qmp success-response test Marc-André Lureau
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 8/9] qga: process_event() simplification Marc-André Lureau
2018-08-28  0:05   ` Michael Roth
2018-08-28 11:56     ` Marc-André Lureau
2018-08-28 23:52       ` Michael Roth
2018-08-25 13:57 ` [Qemu-devel] [PATCH v3 9/9] qmp: common 'id' handling & make QGA conform to QMP spec Marc-André Lureau
2018-08-29  0:31   ` Michael Roth
2018-08-28 19:06 ` [Qemu-devel] [PATCH v3 0/9] monitor: various code simplification and fixes Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).