Re: [Qemu-devel] [PATCH v2 0/7] virtio-blk: Unify request handling of dataplane

2014-06-27 Thread Kevin Wolf
Am 27.06.2014 um 18:01 hat Stefan Hajnoczi geschrieben: > On Tue, Jun 17, 2014 at 02:32:03PM +0800, Fam Zheng wrote: > > v2: Address Paolo's comments: > > > > * Schedule restart BH in the right AioContext. > > * Restore ->complete_request when stopping dataplane. > > > > This is based on to

Re: [Qemu-devel] [PATCH v2 0/7] virtio-blk: Unify request handling of dataplane

2014-06-27 Thread Stefan Hajnoczi
On Tue, Jun 17, 2014 at 02:32:03PM +0800, Fam Zheng wrote: > v2: Address Paolo's comments: > > * Schedule restart BH in the right AioContext. > * Restore ->complete_request when stopping dataplane. > > This is based on top of my request converging series: > > [PATCH v4 0/9] virtio-blk: Con

Re: [Qemu-devel] [PATCH v2 0/7] virtio-blk: Unify request handling of dataplane

2014-06-17 Thread Paolo Bonzini
Il 17/06/2014 08:32, Fam Zheng ha scritto: v2: Address Paolo's comments: * Schedule restart BH in the right AioContext. * Restore ->complete_request when stopping dataplane. This is based on top of my request converging series: [PATCH v4 0/9] virtio-blk: Converge VirtIOBlockRequest into Vi

[Qemu-devel] [PATCH v2 0/7] virtio-blk: Unify request handling of dataplane

2014-06-16 Thread Fam Zheng
v2: Address Paolo's comments: * Schedule restart BH in the right AioContext. * Restore ->complete_request when stopping dataplane. This is based on top of my request converging series: [PATCH v4 0/9] virtio-blk: Converge VirtIOBlockRequest into VirtIOBlockReq Most of the request handlings