Re: [Qemu-devel] [PATCH v2 0/9] virtio: aio handler API

2016-04-05 Thread Christian Borntraeger
On 04/01/2016 03:19 PM, Paolo Bonzini wrote: > This version fixes some commit messages, is based on qemu.git master > and adds Cornelia's Reviewed-by tags. There are no code changes apart > from context. > > Michael S. Tsirkin (2): > virtio: add aio handler > virtio-blk: use aio handler for d

Re: [Qemu-devel] [PATCH v2 0/9] virtio: aio handler API

2016-04-05 Thread Fam Zheng
On Fri, 04/01 15:19, Paolo Bonzini wrote: > This version fixes some commit messages, is based on qemu.git master > and adds Cornelia's Reviewed-by tags. There are no code changes apart > from context. Apart from the nic-picks in patch 7, for patches 1-7: Reviewed-by: Fam Zheng > > Michael S.

Re: [Qemu-devel] [PATCH v2 0/9] virtio: aio handler API

2016-04-03 Thread Michael S. Tsirkin
On Fri, Apr 01, 2016 at 03:19:45PM +0200, Paolo Bonzini wrote: > This version fixes some commit messages, is based on qemu.git master > and adds Cornelia's Reviewed-by tags. There are no code changes apart > from context. I agree with patches 1-7 for 2.6. 8 and 9 are cleanups and IMO they are be

Re: [Qemu-devel] [PATCH v2 0/9] virtio: aio handler API

2016-04-03 Thread Michael S. Tsirkin
On Fri, Apr 01, 2016 at 05:16:06PM +0200, Christian Borntraeger wrote: > Now with enable-debug and better call traces > > (gdb) > (gdb) thread apply all bt > > Thread 5 (Thread 0x3ffa0e7f910 (LWP 29839)): > #0 0x03ffa530334a in ioctl () at /lib64/libc.so.6 > #1 0x80081c84 in kvm_vc

Re: [Qemu-devel] [PATCH v2 0/9] virtio: aio handler API

2016-04-01 Thread Christian Borntraeger
Now with enable-debug and better call traces (gdb) (gdb) thread apply all bt Thread 5 (Thread 0x3ffa0e7f910 (LWP 29839)): #0 0x03ffa530334a in ioctl () at /lib64/libc.so.6 #1 0x80081c84 in kvm_vcpu_ioctl (cpu=0x80e8c170, type=44672) at /home/cborntra/REPOS/qemu/kvm-all.c:1984 #2

Re: [Qemu-devel] [PATCH v2 0/9] virtio: aio handler API

2016-04-01 Thread Christian Borntraeger
On 04/01/2016 03:19 PM, Paolo Bonzini wrote: > This version fixes some commit messages, is based on qemu.git master > and adds Cornelia's Reviewed-by tags. There are no code changes apart > from context. > > Michael S. Tsirkin (2): > virtio: add aio handler > virtio-blk: use aio handler for d

Re: [Qemu-devel] [PATCH v2 0/9] virtio: aio handler API

2016-04-01 Thread Cornelia Huck
On Fri, 1 Apr 2016 15:19:45 +0200 Paolo Bonzini wrote: > This version fixes some commit messages, is based on qemu.git master > and adds Cornelia's Reviewed-by tags. There are no code changes apart > from context. > > Michael S. Tsirkin (2): > virtio: add aio handler > virtio-blk: use aio

[Qemu-devel] [PATCH v2 0/9] virtio: aio handler API

2016-04-01 Thread Paolo Bonzini
This version fixes some commit messages, is based on qemu.git master and adds Cornelia's Reviewed-by tags. There are no code changes apart from context. Michael S. Tsirkin (2): virtio: add aio handler virtio-blk: use aio handler for data plane Paolo Bonzini (7): virtio-dataplane: pass assi