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

2015-10-06 Thread Jeff Cody
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 changed, 33 insertions(+), 5

[Qemu-devel] [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 b/block/gluster.c index 1eb3a8c..