Re: [Qemu-devel] [PATCH v2 00/15] qcow/qcow2 cleanups

2011-08-23 Thread Frediano Ziglio
2011/8/22 Kevin Wolf kw...@redhat.com: Am 09.08.2011 09:46, schrieb Frediano Ziglio: These patches mostly cleanup some AIO code using coroutines. Mostly they use stack instead of allocated AIO structure. Feel free to collapse it too short. Frediano Ziglio (15):   qcow: allocate QCowAIOCB

Re: [Qemu-devel] [PATCH v2 00/15] qcow/qcow2 cleanups

2011-08-22 Thread Kevin Wolf
Am 09.08.2011 09:46, schrieb Frediano Ziglio: These patches mostly cleanup some AIO code using coroutines. Mostly they use stack instead of allocated AIO structure. Feel free to collapse it too short. Frediano Ziglio (15): qcow: allocate QCowAIOCB structure using stack qcow: QCowAIOCB

[Qemu-devel] [PATCH v2 00/15] qcow/qcow2 cleanups

2011-08-09 Thread Frediano Ziglio
These patches mostly cleanup some AIO code using coroutines. Mostly they use stack instead of allocated AIO structure. Feel free to collapse it too short. Frediano Ziglio (15): qcow: allocate QCowAIOCB structure using stack qcow: QCowAIOCB field cleanup qcow: move some blocks of code to