All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] migration: Move qjson.[ch] to migration/, clean up
@ 2016-05-04 16:49 Markus Armbruster
  2016-05-04 16:49 ` [Qemu-devel] [PATCH 1/2] migration: Move qjson.[ch] to migration/ Markus Armbruster
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Markus Armbruster @ 2016-05-04 16:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, eblake, quintela, amit.shah

qjson.[ch] is a JSON writer used by migration.  Eric proposed to
replace it by common code in his "Add qapi-to-JSON and clone visitors"
series.  David's review led to the conclusion that migration would
prefer to keep its own JSON writer, to better serve its requirements.
PATCH 1 move it to its proper place, and explains why it exists in a
bit more detail.  PATCH 2 simplifies it a bit.

Markus Armbruster (2):
  migration: Move qjson.[ch] to migration/
  migration/qjson: Drop gratuitous use of QOM

 Makefile.objs                   |  1 -
 include/{ => migration}/qjson.h |  2 +-
 include/migration/vmstate.h     |  2 +-
 migration/Makefile.objs         |  1 +
 qjson.c => migration/qjson.c    | 58 +++++++++++++++--------------------------
 migration/savevm.c              |  2 +-
 migration/vmstate.c             |  1 -
 tests/Makefile                  |  2 +-
 8 files changed, 26 insertions(+), 43 deletions(-)
 rename include/{ => migration}/qjson.h (95%)
 rename qjson.c => migration/qjson.c (70%)

-- 
2.5.5

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

end of thread, other threads:[~2016-05-23  8:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04 16:49 [Qemu-devel] [PATCH 0/2] migration: Move qjson.[ch] to migration/, clean up Markus Armbruster
2016-05-04 16:49 ` [Qemu-devel] [PATCH 1/2] migration: Move qjson.[ch] to migration/ Markus Armbruster
2016-05-04 17:11   ` Eric Blake
2016-05-06 13:07     ` Markus Armbruster
2016-05-05 13:52   ` Dr. David Alan Gilbert
2016-05-04 16:49 ` [Qemu-devel] [PATCH 2/2] migration/qjson: Drop gratuitous use of QOM Markus Armbruster
2016-05-04 17:08 ` [Qemu-devel] [PATCH 0/2] migration: Move qjson.[ch] to migration/, clean up Eric Blake
2016-05-06 13:11   ` Markus Armbruster
2016-05-23  8:36     ` Amit Shah

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.