qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/7] block: convert VDI image format to coroutines


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/7] block: convert VDI image format to coroutines
Date: Mon, 5 Mar 2012 18:40:18 +0100

Conversion to coroutines simplifies the code and removes the need to
duplicate common features of the block layer.  Each step in the conversion
is detailed in the corresponding commit message.

Tested with qemu-iotests.

Paolo Bonzini (7):
  vdi: basic conversion to coroutines
  vdi: move end-of-I/O handling at the end
  vdi: merge aio_read_cb and aio_write_cb into callers
  vdi: move aiocb fields to locals
  vdi: leave bounce buffering to block layer
  vdi: do not create useless iovecs
  vdi: change goto to loop

 block/vdi.c          |  421 +++++++++++++-------------------------------------
 2 files changed, 108 insertions(+), 317 deletions(-)

-- 
1.7.7.6




reply via email to

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