Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-25 Thread Kevin Wolf
Am 22.07.2011 22:09, schrieb Frediano Ziglio: > Il giorno ven, 22/07/2011 alle 12.10 +0200, Kevin Wolf ha scritto: >> Am 22.07.2011 11:26, schrieb Frediano Ziglio: >>> 2011/7/22 Kevin Wolf : Am 20.07.2011 15:56, schrieb Frediano Ziglio: > These patches mostly cleanup some AIO code using c

Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-22 Thread Frediano Ziglio
Il giorno ven, 22/07/2011 alle 12.10 +0200, Kevin Wolf ha scritto: > Am 22.07.2011 11:26, schrieb Frediano Ziglio: > > 2011/7/22 Kevin Wolf : > >> Am 20.07.2011 15:56, schrieb Frediano Ziglio: > >>> These patches mostly cleanup some AIO code using coroutines. > >>> These patches apply to Kevin's r

Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-22 Thread Gerd Hoffmann
Hi, git send-email --to='maintainer@domain' --cc='qemu-devel@nongnu.org' outgoing/* It is a good idea to make the last argument "outgoing/0*.patch", otherwise you risk to send out the "-cover-letter.patch~" editor backup file ... Otherwise the procedure looks fine. cheers, Gerd

Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-22 Thread Kevin Wolf
Am 22.07.2011 15:24, schrieb Frediano Ziglio: > 2011/7/22 Stefan Hajnoczi : >> On Fri, Jul 22, 2011 at 11:10 AM, Kevin Wolf wrote: >>> Am 22.07.2011 11:26, schrieb Frediano Ziglio: - you can use scripts/checkpatch.pl to check your patches before send >> >> I updated the SubmitAPatch wiki earl

Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-22 Thread Frediano Ziglio
2011/7/22 Stefan Hajnoczi : > On Fri, Jul 22, 2011 at 11:10 AM, Kevin Wolf wrote: >> Am 22.07.2011 11:26, schrieb Frediano Ziglio: >>> - you can use scripts/checkpatch.pl to check your patches before send > > I updated the SubmitAPatch wiki earlier this week. > > Stefan > Good, now wiki is workin

Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-22 Thread Stefan Hajnoczi
On Fri, Jul 22, 2011 at 11:10 AM, Kevin Wolf wrote: > Am 22.07.2011 11:26, schrieb Frediano Ziglio: >> - you can use scripts/checkpatch.pl to check your patches before send I updated the SubmitAPatch wiki earlier this week. Stefan

Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-22 Thread Kevin Wolf
Am 22.07.2011 11:26, schrieb Frediano Ziglio: > 2011/7/22 Kevin Wolf : >> Am 20.07.2011 15:56, schrieb Frediano Ziglio: >>> These patches mostly cleanup some AIO code using coroutines. >>> These patches apply to Kevin's repository, branch coroutine-block. >>> Mostly they use stack instead of alloca

Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-22 Thread Frediano Ziglio
2011/7/22 Kevin Wolf : > Am 20.07.2011 15:56, schrieb Frediano Ziglio: >> These patches mostly cleanup some AIO code using coroutines. >> These patches apply to Kevin's repository, branch coroutine-block. >> Mostly they use stack instead of allocated AIO structure. >> >> Frediano Ziglio (5): >>   q

Re: [Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-22 Thread Kevin Wolf
Am 20.07.2011 15:56, schrieb Frediano Ziglio: > These patches mostly cleanup some AIO code using coroutines. > These patches apply to Kevin's repository, branch coroutine-block. > Mostly they use stack instead of allocated AIO structure. > > Frediano Ziglio (5): > qcow: allocate QCowAIOCB struct

[Qemu-devel] [RFC PATCH 0/5] qcow: coroutines cleanup

2011-07-20 Thread Frediano Ziglio
These patches mostly cleanup some AIO code using coroutines. These patches apply to Kevin's repository, branch coroutine-block. Mostly they use stack instead of allocated AIO structure. Frediano Ziglio (5): qcow: allocate QCowAIOCB structure using stack qcow: QCowAIOCB field cleanup qcow: mo