Re: [libvirt] [PATCH v2] qemu: conf: Set default logging approach in virQEMUDriverConfigNew

2016-04-28 Thread Peter Krempa
On Wed, Apr 27, 2016 at 17:21:15 +0200, Martin Kletzander wrote: > On Wed, Apr 27, 2016 at 04:35:37PM +0200, Peter Krempa wrote: > >Instead of setting the default qemu stdio logging approach in > >virQEMUDriverConfigLoadFile set it in virQEMUDriverConfigNew so that > >it's properly set even when th

Re: [libvirt] [PATCH v2] qemu: conf: Set default logging approach in virQEMUDriverConfigNew

2016-04-27 Thread Martin Kletzander
On Wed, Apr 27, 2016 at 04:35:37PM +0200, Peter Krempa wrote: Instead of setting the default qemu stdio logging approach in virQEMUDriverConfigLoadFile set it in virQEMUDriverConfigNew so that it's properly set even when the config is not present. Resolves: https://bugzilla.redhat.com/show_bug.c

[libvirt] [PATCH v2] qemu: conf: Set default logging approach in virQEMUDriverConfigNew

2016-04-27 Thread Peter Krempa
Instead of setting the default qemu stdio logging approach in virQEMUDriverConfigLoadFile set it in virQEMUDriverConfigNew so that it's properly set even when the config is not present. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1325075 --- src/qemu/qemu_conf.c | 3 +-- 1 file changed,