qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/2] virtio-blk: simplify multiwrite calling con


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 2/2] virtio-blk: simplify multiwrite calling conventions
Date: Thu, 10 Jun 2010 12:51:29 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

Am 08.06.2010 18:26, schrieb Christoph Hellwig:
> Pass the MultiReqBuffer structure down all the way to the I/O submission
> instead of takin it apart.  Also mark num_writes unsigned as it can't
> go negative, and take the check for any pending I/O requests into the
> submission function.  Last but not least rename do_multiwrite to
> virtio_submit_multiwrite to fit the general naming scheme and make clear
> what it does.
> 
> 
> Signed-off-by: Christoph Hellwig <address@hidden>

Thanks, applied all to the block branch.

Kevin



reply via email to

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