Re: [Xen-devel] [PATCH RESEND 4/4] qemu-xen-dir/hw/block: Cache local buffers used in grant copy

2016-06-07 Thread Paulina Szubarczyk
On Thu, 2016-06-02 at 16:19 +0200, Roger Pau Monné wrote: > On Tue, May 31, 2016 at 06:44:58AM +0200, Paulina Szubarczyk wrote: > > If there are still pending requests the buffers are not free() but > > cached in an array of a size max_request*BLKIF_MAX_SEGMENTS_PER_REQUEST > > > > --- > >

Re: [Xen-devel] [PATCH RESEND 4/4] qemu-xen-dir/hw/block: Cache local buffers used in grant copy

2016-06-02 Thread Roger Pau Monné
On Tue, May 31, 2016 at 06:44:58AM +0200, Paulina Szubarczyk wrote: > If there are still pending requests the buffers are not free() but > cached in an array of a size max_request*BLKIF_MAX_SEGMENTS_PER_REQUEST > > --- > hw/block/xen_disk.c | 60 >

[Xen-devel] [PATCH RESEND 4/4] qemu-xen-dir/hw/block: Cache local buffers used in grant copy

2016-05-30 Thread Paulina Szubarczyk
If there are still pending requests the buffers are not free() but cached in an array of a size max_request*BLKIF_MAX_SEGMENTS_PER_REQUEST --- hw/block/xen_disk.c | 60 + 1 file changed, 47 insertions(+), 13 deletions(-) diff --git