From: Eric Blake <eblake@redhat.com>
To: Markus Armbruster <armbru@redhat.com>, qemu-devel@nongnu.org
Cc: dgilbert@redhat.com, quintela@redhat.com, amit.shah@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/2] migration: Move qjson.[ch] to migration/, clean up
Date: Wed, 4 May 2016 11:08:13 -0600 [thread overview]
Message-ID: <572A2C7D.7070501@redhat.com> (raw)
In-Reply-To: <1462380558-2030-1-git-send-email-armbru@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1370 bytes --]
On 05/04/2016 10:49 AM, Markus Armbruster wrote:
> 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.
Whose tree would this go in through?
At any rate, series:
Reviewed-by: Eric Blake <eblake@redhat.com>
but see nit on 1/2
>
> 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%)
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2016-05-04 17:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Eric Blake [this message]
2016-05-06 13:11 ` [Qemu-devel] [PATCH 0/2] migration: Move qjson.[ch] to migration/, clean up Markus Armbruster
2016-05-23 8:36 ` Amit Shah
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=572A2C7D.7070501@redhat.com \
--to=eblake@redhat.com \
--cc=amit.shah@redhat.com \
--cc=armbru@redhat.com \
--cc=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.