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


Reply via email to