Re: [libvirt] [PATCH 00/10] Pass correct qemuCaps to qemuDomainDefPostParse

2019-08-09 Thread Michal Privoznik
On 8/8/19 4:26 PM, Jiri Denemark wrote: Since qemuDomain{Device,}DefPostParse callbacks require qemuCaps, we need to make sure they get the capabilities stored in the domain's private data if the domain is running. Passing NULL may cause QEMU capabilities probing to be triggered in case the cache

[libvirt] [PATCH 00/10] Pass correct qemuCaps to qemuDomainDefPostParse

2019-08-08 Thread Jiri Denemark
Since qemuDomain{Device,}DefPostParse callbacks require qemuCaps, we need to make sure they get the capabilities stored in the domain's private data if the domain is running. Passing NULL may cause QEMU capabilities probing to be triggered in case the cached capabilities are not valid anymore. When