Re: [libvirt] [PATCH v2 1/4] domain_conf: always set primary video device as primary

2016-02-24 Thread Martin Kletzander
On Tue, Feb 23, 2016 at 05:58:08PM +0100, Pavel Hrdina wrote: We always place primary video device at first place, to make it easier to create a qemu command or format an xml, but we should also set the primary boolean for primary video device to 'true'. Signed-off-by: Pavel Hrdina --- diff --

[libvirt] [PATCH v2 1/4] domain_conf: always set primary video device as primary

2016-02-23 Thread Pavel Hrdina
We always place primary video device at first place, to make it easier to create a qemu command or format an xml, but we should also set the primary boolean for primary video device to 'true'. Signed-off-by: Pavel Hrdina --- src/conf/domain_conf.c | 6 +- sr