qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v7 0/3] block: Introduce "null" drivers
@ 2014-09-11  6:09 Fam Zheng
  2014-09-11  6:09 ` [Qemu-devel] [PATCH v7 1/3] " Fam Zheng
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Fam Zheng @ 2014-09-11  6:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, benoit.canet, armbru, Stefan Hajnoczi, pbonzini

v7: Add Benoît's rev-by line in patch 2.
    Improved help text in patch 1. (Benoît)

v6: Don't inherit from BlockdevOptionsFile. (Stefan)
    Use .bdrv_co_readv instead of .bdrv_read. (Kevin)
    Sort items in qapi schema definitions in patch 2 & 3.


Fam Zheng (3):
  block: Introduce "null" drivers
  qapi: Sort BlockdevDriver enum data list
  qapi: Sort items in BlockdevOptions definition

 block/Makefile.objs  |   1 +
 block/null.c         | 178 +++++++++++++++++++++++++++++++++++++++++++++++++++
 qapi/block-core.json |  57 +++++++++++------
 3 files changed, 215 insertions(+), 21 deletions(-)
 create mode 100644 block/null.c

-- 
1.9.3

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

end of thread, other threads:[~2014-09-16 13:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-11  6:09 [Qemu-devel] [PATCH v7 0/3] block: Introduce "null" drivers Fam Zheng
2014-09-11  6:09 ` [Qemu-devel] [PATCH v7 1/3] " Fam Zheng
2014-09-11  6:09 ` [Qemu-devel] [PATCH v7 2/3] qapi: Sort BlockdevDriver enum data list Fam Zheng
2014-09-11  6:09 ` [Qemu-devel] [PATCH v7 3/3] qapi: Sort items in BlockdevOptions definition Fam Zheng
2014-09-15 17:10 ` [Qemu-devel] [PATCH v7 0/3] block: Introduce "null" drivers Benoît Canet
2014-09-15 17:47 ` Eric Blake
2014-09-16 10:30   ` Stefan Hajnoczi
2014-09-16 12:27     ` Eric Blake
2014-09-16 13:32 ` Stefan Hajnoczi

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).