Re: [Qemu-block] [PATCH] gluster: allocate GlusterAIOCBs on the stack

2015-10-06 Thread Stefan Hajnoczi
On Thu, Oct 01, 2015 at 01:04:38PM +0200, Paolo Bonzini wrote: > This is simpler now that the driver has been converted to coroutines. > > Signed-off-by: Paolo Bonzini > --- > block/gluster.c | 86 > ++--- > 1 file

Re: [Qemu-block] [PATCH] gluster: allocate GlusterAIOCBs on the stack

2015-10-02 Thread Kevin Wolf
Am 01.10.2015 um 13:04 hat Paolo Bonzini geschrieben: > This is simpler now that the driver has been converted to coroutines. > > Signed-off-by: Paolo Bonzini Reviewed-by: Kevin Wolf

[Qemu-block] [PATCH] gluster: allocate GlusterAIOCBs on the stack

2015-10-01 Thread Paolo Bonzini
This is simpler now that the driver has been converted to coroutines. Signed-off-by: Paolo Bonzini --- block/gluster.c | 86 ++--- 1 file changed, 33 insertions(+), 53 deletions(-) diff --git a/block/gluster.c