On 04/27/2015 09:53 AM, Stefan Hajnoczi wrote: > 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(-)
Umm, did you forget to 'git add block/io.c'? The diffstat makes it look like you are deleting code, not splitting it. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
