Re: [PATCH 4/4 V2] kvm tools: Complete missing segments in a iov op using regular op

2011-04-20 Thread Pekka Enberg
Hi, [ Sasha, please remember to CC people who were involved in discussions! ] On Mon, Apr 18, 2011 at 4:05 PM, Sasha Levin levinsasha...@gmail.com wrote: If any of the iov operations return mid-block, use regular ops to complete the current block and continue using iov ops. Signed-off-by:

[PATCH 4/4 V2] kvm tools: Complete missing segments in a iov op using regular op

2011-04-18 Thread Sasha Levin
If any of the iov operations return mid-block, use regular ops to complete the current block and continue using iov ops. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- tools/kvm/read-write.c | 58 ++- 1 files changed, 51 insertions(+), 7