Re: [libvirt] [PATCH 10/13] qemu_driver: always check whether iothread is used by disk or not

2017-02-20 Thread Peter Krempa
On Fri, Feb 17, 2017 at 15:49:14 +0100, Pavel Hrdina wrote: > If virDomainDelIOThread API was called with VIR_DOMAIN_AFFECT_LIVE > and VIR_DOMAIN_AFFECT_CONFIG and both XML were already a different > it could result in removing iothread from config XML even if there > was a disk using that

[libvirt] [PATCH 10/13] qemu_driver: always check whether iothread is used by disk or not

2017-02-17 Thread Pavel Hrdina
If virDomainDelIOThread API was called with VIR_DOMAIN_AFFECT_LIVE and VIR_DOMAIN_AFFECT_CONFIG and both XML were already a different it could result in removing iothread from config XML even if there was a disk using that iothread. Signed-off-by: Pavel Hrdina ---