Re: [libvirt] [PATCH 0/3] Fixes for issues caused by IOThreads

2014-09-16 Thread shyu
Hi John With your patch and latest qemu-kvm, I can't start guest. # rpm -q qemu-kvm qemu-kvm-1.5.3-70.el7.x86_64 # virsh start test error: Failed to start domain test error: internal error: unable to execute QEMU command 'query-iothreads': The command query-iothreads has not been found On

Re: [libvirt] [PATCH 0/3] Fixes for issues caused by IOThreads

2014-09-16 Thread John Ferlan
On 09/16/2014 03:44 AM, shyu wrote: Hi John With your patch and latest qemu-kvm, I can't start guest. # rpm -q qemu-kvm qemu-kvm-1.5.3-70.el7.x86_64 # virsh start test error: Failed to start domain test error: internal error: unable to execute QEMU command 'query-iothreads': The

[libvirt] [PATCH 0/3] Fixes for issues caused by IOThreads

2014-09-15 Thread John Ferlan
Well I guess it happens to everyone - hopefully only once though... The IOThreads code really messed up a few things - git bisection for the build is broken as of 5f6ad32c733a3bd158938aecabb0508a434ece95, but that's resolved by 938fb12fad6d15c9fdb73f998c4e0ec1e278721f which adds the

Re: [libvirt] [PATCH 0/3] Fixes for issues caused by IOThreads

2014-09-15 Thread Eric Blake
On 09/15/2014 06:13 PM, John Ferlan wrote: Well I guess it happens to everyone - hopefully only once though... Yep, the brown bag of shame lets you learn from mistakes rather quickly :) The IOThreads code really messed up a few things - git bisection for the build is broken as of

Re: [libvirt] [PATCH 0/3] Fixes for issues caused by IOThreads

2014-09-15 Thread John Ferlan
On 09/15/2014 08:55 PM, Eric Blake wrote: On 09/15/2014 06:13 PM, John Ferlan wrote: Well I guess it happens to everyone - hopefully only once though... Yep, the brown bag of shame lets you learn from mistakes rather quickly :) The IOThreads code really messed up a few things - git