qemu-devel
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v3 0/2] block: move I/O request processing to block/io.c
Date: Mon, 27 Apr 2015 10:26:45 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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