Re: [libvirt] [PATCH v2 07/11] qemuDomainDeviceDefPostParse: Fetch caps from domain object

2016-09-26 Thread Jiri Denemark
On Mon, Sep 26, 2016 at 10:45:51 +0200, Jiri Denemark wrote: > On Fri, Sep 23, 2016 at 15:25:00 +0200, Michal Privoznik wrote: > > Just like we did two commits ago, don't try to fetch capabilities > > for non-existing binary. Re-use the ones we have for running > > domain. > > > > Signed-off-by: M

Re: [libvirt] [PATCH v2 07/11] qemuDomainDeviceDefPostParse: Fetch caps from domain object

2016-09-26 Thread Jiri Denemark
On Fri, Sep 23, 2016 at 15:25:00 +0200, Michal Privoznik wrote: > Just like we did two commits ago, don't try to fetch capabilities > for non-existing binary. Re-use the ones we have for running > domain. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_domain.c | 12 > 1 f

[libvirt] [PATCH v2 07/11] qemuDomainDeviceDefPostParse: Fetch caps from domain object

2016-09-23 Thread Michal Privoznik
Just like we did two commits ago, don't try to fetch capabilities for non-existing binary. Re-use the ones we have for running domain. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_domain.