qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] Easier conversion from qapi to qobject
@ 2017-07-17 15:56 Eric Blake
  2017-07-17 15:56 ` [Qemu-devel] [PATCH 1/5] qapi: Add QAPI_TO_QOBJECT() convenience macro Eric Blake
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Eric Blake @ 2017-07-17 15:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru

I'm not sure if I'm posted this before, or if it is a cleanup I've
just been sitting on locally.  In all likelihood, it will miss
tomorrow's freeze due to lack of review time, and thus be 2.11
material, but we'll see...

Eric Blake (5):
  qapi: Add QAPI_TO_QOBJECT() convenience macro
  nbd: Use simpler QAPI_TO_QOBJECT()
  nfs: Use simpler QAPI_TO_QOBJECT()
  qapi: Use simpler QAPI_TO_QOBJECT()
  blockdev: Use simpler QAPI_TO_QOBJECT()

 include/qapi/qobject-output-visitor.h | 19 +++++++++++++++++++
 block/nbd.c                           |  8 +++-----
 block/nfs.c                           |  8 +++-----
 block/qapi.c                          |  7 +++----
 blockdev.c                            | 13 ++++---------
 qapi/qobject-output-visitor.c         | 16 ++++++++++++++++
 6 files changed, 48 insertions(+), 23 deletions(-)

-- 
2.13.3

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

end of thread, other threads:[~2017-07-18 15:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 15:56 [Qemu-devel] [PATCH 0/5] Easier conversion from qapi to qobject Eric Blake
2017-07-17 15:56 ` [Qemu-devel] [PATCH 1/5] qapi: Add QAPI_TO_QOBJECT() convenience macro Eric Blake
2017-07-17 15:56 ` [Qemu-devel] [PATCH 2/5] nbd: Use simpler QAPI_TO_QOBJECT() Eric Blake
2017-07-17 15:56 ` [Qemu-devel] [PATCH 3/5] nfs: " Eric Blake
2017-07-17 15:56 ` [Qemu-devel] [PATCH 4/5] qapi: " Eric Blake
2017-07-17 15:56 ` [Qemu-devel] [PATCH 5/5] blockdev: " Eric Blake
2017-07-17 16:02 ` [Qemu-devel] [PATCH 0/5] Easier conversion from qapi to qobject Eric Blake
2017-07-18 15:52   ` 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).