Re: [libvirt] [PATCH 0/2] Add mem cold/hot plug supported check to virDomainDefCompatibleDevice

2018-12-12 Thread Michal Privoznik
On 12/7/18 6:27 PM, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1624336 > > Details are in patch2, but essentially the issue is the check > for whether cold/hot plug of memory is supported occurs during > qemuDomainDefValidateMemoryHotplug; however, that is called > after

[libvirt] [PATCH 0/2] Add mem cold/hot plug supported check to virDomainDefCompatibleDevice

2018-12-07 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1624336 Details are in patch2, but essentially the issue is the check for whether cold/hot plug of memory is supported occurs during qemuDomainDefValidateMemoryHotplug; however, that is called after virDomainDefCompatibleDevice, but is not called