qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH v3 0/2] block: move I/O request processing to block/


From: Stefan Hajnoczi
Subject: [Qemu-block] [PATCH v3 0/2] block: move I/O request processing to block/io.c
Date: Mon, 27 Apr 2015 16:53:09 +0100

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

[Prev in Thread] Current Thread [Next in Thread]