Re: [libvirt] [PATCH 3/3] qemu: Disallow concurrent block jobs on a single disk

2015-03-16 Thread Peter Krempa
On Fri, Mar 13, 2015 at 13:36:13 -0600, Eric Blake wrote: > On 03/13/2015 10:25 AM, Peter Krempa wrote: > > While qemu may be prepared to do this libvirt is not. Forbid the block > > ops until we fix our code. > > --- > > src/conf/domain_conf.h | 1 + > > src/qemu/qemu_domain.c | 23 +

Re: [libvirt] [PATCH 3/3] qemu: Disallow concurrent block jobs on a single disk

2015-03-13 Thread Eric Blake
On 03/13/2015 10:25 AM, Peter Krempa wrote: > While qemu may be prepared to do this libvirt is not. Forbid the block > ops until we fix our code. > --- > src/conf/domain_conf.h | 1 + > src/qemu/qemu_domain.c | 23 +++ > src/qemu/qemu_domain.h | 2 ++ > src/qemu/qemu_driver.c

[libvirt] [PATCH 3/3] qemu: Disallow concurrent block jobs on a single disk

2015-03-13 Thread Peter Krempa
While qemu may be prepared to do this libvirt is not. Forbid the block ops until we fix our code. --- src/conf/domain_conf.h | 1 + src/qemu/qemu_domain.c | 23 +++ src/qemu/qemu_domain.h | 2 ++ src/qemu/qemu_driver.c | 28 +--- 4 files changed, 39 in