Re: [Qemu-devel] [PATCH v3 00/10] aio: experimental virtio-blk polling mode

2016-11-23 Thread Stefan Hajnoczi
On Tue, Nov 22, 2016 at 08:21:16PM +0100, Christian Borntraeger wrote: > On 11/22/2016 05:31 PM, Stefan Hajnoczi wrote: > > v3: > > * Avoid ppoll(2)/epoll_wait(2) if polling succeeded [Paolo] > > * Disable guest->host virtqueue notification during polling [Christian] > > * Rebased on top of my v

Re: [Qemu-devel] [PATCH v3 00/10] aio: experimental virtio-blk polling mode

2016-11-22 Thread Christian Borntraeger
On 11/22/2016 05:31 PM, Stefan Hajnoczi wrote: > v3: > * Avoid ppoll(2)/epoll_wait(2) if polling succeeded [Paolo] > * Disable guest->host virtqueue notification during polling [Christian] > * Rebased on top of my virtio-blk/scsi virtqueue notification disable patches > > v2: > * Uninitialized

Re: [Qemu-devel] [PATCH v3 00/10] aio: experimental virtio-blk polling mode

2016-11-22 Thread Paolo Bonzini
On 22/11/2016 17:31, Stefan Hajnoczi wrote: > v3: > * Avoid ppoll(2)/epoll_wait(2) if polling succeeded [Paolo] > * Disable guest->host virtqueue notification during polling [Christian] > * Rebased on top of my virtio-blk/scsi virtqueue notification disable patches > > v2: > * Uninitialized

Re: [Qemu-devel] [PATCH v3 00/10] aio: experimental virtio-blk polling mode

2016-11-22 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH v3 00/10] aio: experimental virtio-blk polling mode Type: series Message-id: 1479832306-26440-1

[Qemu-devel] [PATCH v3 00/10] aio: experimental virtio-blk polling mode

2016-11-22 Thread Stefan Hajnoczi
v3: * Avoid ppoll(2)/epoll_wait(2) if polling succeeded [Paolo] * Disable guest->host virtqueue notification during polling [Christian] * Rebased on top of my virtio-blk/scsi virtqueue notification disable patches v2: * Uninitialized node->deleted gone [Fam] * Removed 1024 polling loop iterat