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

2012-03-16 Thread Kevin Wolf
Am 15.03.2012 22:28, schrieb Stefan Weil: > Am 05.03.2012 18:40, schrieb Paolo Bonzini: >> 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. >> >> Test

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

2012-03-15 Thread Stefan Weil
Am 05.03.2012 18:40, schrieb Paolo Bonzini: 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 con

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

2012-03-05 Thread Paolo Bonzini
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/