]> xenbits.xensource.com Git - libvirt.git/commit
domain_conf: always set primary video device as primary
authorPavel Hrdina <phrdina@redhat.com>
Tue, 23 Feb 2016 12:00:24 +0000 (13:00 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 1 Mar 2016 13:17:09 +0000 (14:17 +0100)
commit119cd06ef729e3c6b093d9df441678f2a61258bc
treefb7659494387b8f72c32eb5867295d96879113c7
parentea48397b016683933104c5ce059a33443a79cdbb
domain_conf: always set primary video device as primary

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 <phrdina@redhat.com>
35 files changed:
src/conf/domain_conf.c
src/qemu/qemu_command.c
tests/qemuhotplugtestdata/qemuhotplug-console-compat-2+console-virtio.xml
tests/qemuxml2argvdata/qemuxml2argv-console-compat-2.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-listen-network.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-listen-network2.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-sdl-fullscreen.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-sdl.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-compression.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-qxl-vga.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-timeout.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-vnc-sasl.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-vnc-tls.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-vnc-websocket.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-vnc.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-interface-server.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-bandwidth.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-bandwidth2.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-pci-autoadd-addr.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-pci-autoadd-idx.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-pci-bridge.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-root-port.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-switch-downstream-port.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-switch-upstream-port.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcihole64-q35.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-q35-usb2-multi.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-q35-usb2-reorder.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-q35-usb2.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-q35.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-seclabel-dynamic-none-relabel.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-spiceport.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-video-virtio-gpu-device.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-video-virtio-gpu-spice-gl.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-video-virtio-gpu-virgl.xml