Re: [libvirt] [PATCH v2] qemu: Don't lose group_name

2017-01-29 Thread Martin Kletzander
On Sat, Jan 28, 2017 at 10:03:13AM +0100, Michal Privoznik wrote: On 26.01.2017 15:38, Martin Kletzander wrote: On Wed, Jan 25, 2017 at 03:53:20PM +0100, Martin Kletzander wrote: Due to our APIs not copying various pointers, we need to carry it around on the side and just supply it every time i

Re: [libvirt] [PATCH v2] qemu: Don't lose group_name

2017-01-28 Thread Michal Privoznik
On 26.01.2017 15:38, Martin Kletzander wrote: > On Wed, Jan 25, 2017 at 03:53:20PM +0100, Martin Kletzander wrote: >> Due to our APIs not copying various pointers, we need to carry it >> around on the side and just supply it every time it is needed. >> Otherwise it will not work with both --live an

Re: [libvirt] [PATCH v2] qemu: Don't lose group_name

2017-01-26 Thread Martin Kletzander
On Wed, Jan 25, 2017 at 03:53:20PM +0100, Martin Kletzander wrote: Due to our APIs not copying various pointers, we need to carry it around on the side and just supply it every time it is needed. Otherwise it will not work with both --live and --config options. Signed-off-by: Martin Kletzander

[libvirt] [PATCH v2] qemu: Don't lose group_name

2017-01-25 Thread Martin Kletzander
Due to our APIs not copying various pointers, we need to carry it around on the side and just supply it every time it is needed. Otherwise it will not work with both --live and --config options. Signed-off-by: Martin Kletzander --- src/qemu/qemu_driver.c | 12 +--- 1 file changed, 9 inse