qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] block: move I/O request processing to block/io.c
@ 2015-04-27 15:53 Stefan Hajnoczi
  2015-04-27 15:53 ` [Qemu-devel] [PATCH v3 1/2] block: replace bdrv_states iteration with bdrv_next() Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2015-04-27 15:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Stefan Hajnoczi, qemu-block

Note: This series is based on my block-next branch:
https://github.com/stefanha/qemu.git block-next

This series splits block.c because the file has grown too large.  This helps
separate the core block layer into BlockDriverState graph operations and I/O
processing.

Stefan Hajnoczi (2):
  block: replace bdrv_states iteration with bdrv_next()
  block: move I/O request processing to block/io.c

 block.c                   | 2519 +--------------------------------------------
 block/Makefile.objs       |    2 +-
 include/block/block_int.h |   12 +
 3 files changed, 18 insertions(+), 2515 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2015-04-27 16:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 15:53 [Qemu-devel] [PATCH v3 0/2] block: move I/O request processing to block/io.c Stefan Hajnoczi
2015-04-27 15:53 ` [Qemu-devel] [PATCH v3 1/2] block: replace bdrv_states iteration with bdrv_next() Stefan Hajnoczi
2015-04-27 16:09   ` [Qemu-devel] [Qemu-block] " Alberto Garcia
2015-04-27 15:53 ` [Qemu-devel] [PATCH v3 2/2] block: move I/O request processing to block/io.c Stefan Hajnoczi
2015-04-27 16:28   ` Eric Blake
2015-04-27 16:26 ` [Qemu-devel] [PATCH v3 0/2] " Eric Blake

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