Re: [libvirt] [PATCH 0/2] qemuDomainDiskChangeSupported: Add missing 'address' check

2016-12-20 Thread Marc Hartmayer
On Tue, Dec 20, 2016 at 11:33 AM +0100, Michal Privoznik wrote: > On 06.12.2016 15:30, Marc Hartmayer wrote: >> Disk->info is not live updatable so add a check for this. Otherwise >> libvirt reports success even though no data was updated. >> >> Marc Hartmayer (2): >>

Re: [libvirt] [PATCH 0/2] qemuDomainDiskChangeSupported: Add missing 'address' check

2016-12-20 Thread Michal Privoznik
On 06.12.2016 15:30, Marc Hartmayer wrote: > Disk->info is not live updatable so add a check for this. Otherwise > libvirt reports success even though no data was updated. > > Marc Hartmayer (2): > conf: Make virDomainDeviceInfoAddressIsEqual() public > qemu: qemuDomainDiskChangeSupported:

Re: [libvirt] [PATCH 0/2] qemuDomainDiskChangeSupported: Add missing 'address' check

2016-12-20 Thread Boris Fiuczynski
Seasonal ping... On 12/06/2016 03:30 PM, Marc Hartmayer wrote: Disk->info is not live updatable so add a check for this. Otherwise libvirt reports success even though no data was updated. Marc Hartmayer (2): conf: Make virDomainDeviceInfoAddressIsEqual() public qemu:

[libvirt] [PATCH 0/2] qemuDomainDiskChangeSupported: Add missing 'address' check

2016-12-06 Thread Marc Hartmayer
Disk->info is not live updatable so add a check for this. Otherwise libvirt reports success even though no data was updated. Marc Hartmayer (2): conf: Make virDomainDeviceInfoAddressIsEqual() public qemu: qemuDomainDiskChangeSupported: Add missing 'address' check src/conf/domain_conf.c |