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

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-11  5:48 UTC | newest]

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

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