libvirt/tests/qemuxml2argvdata
Michal Privoznik 9fb3f9571d virSecurityLabelDefParseXML: Don't parse label on model='none'
https://bugzilla.redhat.com/show_bug.cgi?id=1027096

If there's the following snippet in the domain XML, the domain will be
lost upon the daemon restart (if the domain is started prior restart):

    <seclabel type='dynamic' relabel='yes'/>

The problem is, the 'label', 'imagelabel' and 'baselabel' are parsed
whenever the VIR_DOMAIN_XML_INACTIVE is *not* present or the label is
static. The latter is not our case, obviously. So, when libvirtd starts
up, it finds domain state xml and parse it. During parsing, many XML
flags are enabled but VIR_DOMAIN_XML_INACTIVE. Hence, our parser tries
to extract 'label', 'imagelabel' and 'baselabel' from the XML which
fails for model='none'. Err, this model - even though not specified in
XML - can be taken from qemu wide config file: /etc/libvirtd/qemu.conf.

However, in order to know we are dealing with model='none' the code in
question must be moved forward a bit. Then a new check must be
introduced. This is what the first two chunks are doing.

But this alone is not sufficient. The domain state XML won't contain the
model attribute without slight modification. The model should be
inserted into the XML even if equal to 'none' and the state XML is being
generated - what if the origin (the @security_driver variable in
qemu.conf) changes during libvirtd restarts?

At the end, a test to catch this scenario is introduced.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2013-11-11 16:01:25 +01:00
..
qemuxml2argv-arm-vexpressa9-basic.args qemu: Fix networking for ARM guests 2013-09-02 16:53:40 -04:00
qemuxml2argv-arm-vexpressa9-basic.xml qemu: Fix networking for ARM guests 2013-09-02 16:53:40 -04:00
qemuxml2argv-arm-vexpressa9-nodevs.args qemu: Don't add default memballoon device on ARM 2013-09-02 16:53:39 -04:00
qemuxml2argv-arm-vexpressa9-nodevs.xml qemu: Don't add default memballoon device on ARM 2013-09-02 16:53:39 -04:00
qemuxml2argv-arm-vexpressa9-virtio.args qemu: Support virtio-mmio transport for virtio on ARM 2013-09-02 16:53:40 -04:00
qemuxml2argv-arm-vexpressa9-virtio.xml qemu: Support virtio-mmio transport for virtio on ARM 2013-09-02 16:53:40 -04:00
qemuxml2argv-balloon-device-auto.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-balloon-device-auto.xml
qemuxml2argv-balloon-device-period.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-balloon-device-period.xml Add 'period' for Memballoon statistics gathering capability 2013-07-16 08:44:52 -04:00
qemuxml2argv-balloon-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-balloon-device.xml
qemuxml2argv-bios.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-bios.xml
qemuxml2argv-blkdeviotune.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-blkdeviotune.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-blkiotune-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-blkiotune-device.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-blkiotune.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-blkiotune.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-boot-cdrom.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-cdrom.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-boot-complex-bootindex.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-complex-bootindex.xml
qemuxml2argv-boot-complex.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-complex.xml
qemuxml2argv-boot-dev+order.xml
qemuxml2argv-boot-floppy.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-floppy.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-boot-menu-disable-drive-bootindex.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-menu-disable-drive-bootindex.xml
qemuxml2argv-boot-menu-disable-drive.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-menu-disable-drive.xml
qemuxml2argv-boot-menu-disable.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-menu-disable.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-boot-menu-enable.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-menu-enable.xml
qemuxml2argv-boot-multi.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-multi.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-boot-network.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-network.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-boot-order.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-order.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-bootloader.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-bootloader.xml
qemuxml2argv-channel-guestfwd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-channel-guestfwd.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-channel-spicevmc-old.args
qemuxml2argv-channel-spicevmc-old.xml
qemuxml2argv-channel-spicevmc.args
qemuxml2argv-channel-spicevmc.xml
qemuxml2argv-channel-virtio-auto.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-channel-virtio-auto.xml
qemuxml2argv-channel-virtio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-channel-virtio.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-clock-france.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-clock-france.xml
qemuxml2argv-clock-hpet-off.args tests: Add qemu test for multiple timers 2013-10-08 17:41:51 -04:00
qemuxml2argv-clock-hpet-off.xml tests: Add qemu test for multiple timers 2013-10-08 17:41:51 -04:00
qemuxml2argv-clock-localtime.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-clock-localtime.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-clock-utc.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-clock-utc.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-clock-variable.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-clock-variable.xml
qemuxml2argv-console-compat-2.xml qemuhotplugtest: Add tests for virtio disk hotplug 2013-08-26 16:09:55 +02:00
qemuxml2argv-console-compat-auto.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-compat-auto.xml
qemuxml2argv-console-compat-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-compat-chardev.xml
qemuxml2argv-console-compat.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-compat.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-console-sclp.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-sclp.xml
qemuxml2argv-console-virtio-ccw.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-virtio-ccw.xml
qemuxml2argv-console-virtio-many.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-virtio-many.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-console-virtio-s390.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-virtio-s390.xml
qemuxml2argv-console-virtio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-virtio.xml
qemuxml2argv-controller-order.args tests: split long lines 2013-07-18 10:08:04 -06:00
qemuxml2argv-controller-order.xml
qemuxml2argv-cpu-eoi-disabled.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-eoi-disabled.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-cpu-eoi-enabled.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-eoi-enabled.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-cpu-exact1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-exact1.xml
qemuxml2argv-cpu-exact2-nofallback.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-exact2-nofallback.xml
qemuxml2argv-cpu-exact2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-exact2.xml
qemuxml2argv-cpu-fallback.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-fallback.xml
qemuxml2argv-cpu-host-kvmclock.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-host-kvmclock.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-cpu-host-model-fallback.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-host-model-fallback.xml
qemuxml2argv-cpu-host-model-nofallback.xml
qemuxml2argv-cpu-host-model.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-host-model.xml
qemuxml2argv-cpu-host-passthrough.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-host-passthrough.xml
qemuxml2argv-cpu-kvmclock.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-kvmclock.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-cpu-minimum1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-minimum1.xml
qemuxml2argv-cpu-minimum2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-minimum2.xml
qemuxml2argv-cpu-nofallback.xml
qemuxml2argv-cpu-numa1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-numa1.xml
qemuxml2argv-cpu-numa2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-numa2.xml
qemuxml2argv-cpu-qemu-host-passthrough.xml
qemuxml2argv-cpu-strict1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-strict1.xml
qemuxml2argv-cpu-topology1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-topology1.xml
qemuxml2argv-cpu-topology2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-topology2.xml
qemuxml2argv-cpu-topology3.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-topology3.xml
qemuxml2argv-cputune.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cputune.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-aio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-aio.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-blockio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-blockio.xml
qemuxml2argv-disk-cdrom-empty.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-cdrom-empty.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-cdrom-network-ftp.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-cdrom-network-ftp.xml Add ftp protocol support for cdrom disk 2013-08-27 14:50:24 +02:00
qemuxml2argv-disk-cdrom-network-ftps.args Add ftps protocol support for cdrom disk 2013-09-17 14:45:02 +01:00
qemuxml2argv-disk-cdrom-network-ftps.xml Add ftps protocol support for cdrom disk 2013-09-17 14:45:02 +01:00
qemuxml2argv-disk-cdrom-network-http.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-cdrom-network-http.xml Add http protocol support for cdrom disk 2013-08-27 14:50:24 +02:00
qemuxml2argv-disk-cdrom-network-https.args Add https protocol support for cdrom disk 2013-09-17 14:45:02 +01:00
qemuxml2argv-disk-cdrom-network-https.xml Add https protocol support for cdrom disk 2013-09-17 14:45:02 +01:00
qemuxml2argv-disk-cdrom-network-tftp.args Add tftp protocol support for cdrom disk 2013-09-17 14:45:02 +01:00
qemuxml2argv-disk-cdrom-network-tftp.xml Add tftp protocol support for cdrom disk 2013-09-17 14:45:02 +01:00
qemuxml2argv-disk-cdrom-tray-no-device-cap.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-cdrom-tray-no-device-cap.xml
qemuxml2argv-disk-cdrom-tray.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-cdrom-tray.xml
qemuxml2argv-disk-cdrom.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-cdrom.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-copy_on_read.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-copy_on_read.xml conf: Fix the bug of disk->copy_on_read formating 2013-05-16 23:07:51 +08:00
qemuxml2argv-disk-drive-boot-cdrom.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-boot-cdrom.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-drive-boot-disk.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-boot-disk.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-drive-cache-directsync.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-cache-directsync.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-cache-unsafe.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-cache-unsafe.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-cache-v1-none.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-cache-v1-none.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-cache-v1-wb.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-cache-v1-wb.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-cache-v1-wt.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-cache-v1-wt.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-cache-v2-none.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-cache-v2-none.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-cache-v2-wb.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-cache-v2-wb.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-cache-v2-wt.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-cache-v2-wt.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-discard.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-discard.xml qemu: Change values of disk discard 2013-05-17 13:03:25 +08:00
qemuxml2argv-disk-drive-error-policy-enospace.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-error-policy-enospace.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-error-policy-stop.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-error-policy-stop.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-error-policy-wreport-rignore.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-error-policy-wreport-rignore.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-fat.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-fat.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-fmt-qcow.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-fmt-qcow.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-gluster.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-gluster.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-iscsi-auth.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-iscsi-auth.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-iscsi-lun.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-iscsi-lun.xml qemu: support passthrough for iscsi disks 2013-03-22 12:10:23 +08:00
qemuxml2argv-disk-drive-network-iscsi.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-iscsi.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-nbd-export.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-nbd-export.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-nbd-ipv6-export.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-nbd-ipv6-export.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-nbd-ipv6.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-nbd-ipv6.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-nbd-unix.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-nbd-unix.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-nbd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-nbd.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-rbd-auth.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-rbd-auth.xml
qemuxml2argv-disk-drive-network-rbd-ceph-env.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-rbd-ceph-env.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-drive-network-rbd-ipv6.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-rbd-ipv6.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-rbd-no-colon.xml Rename rbd-invalid.xml to rbd-no-colon.xml 2013-05-14 20:09:48 +01:00
qemuxml2argv-disk-drive-network-rbd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-rbd.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-network-sheepdog.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-network-sheepdog.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-drive-no-boot.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-no-boot.xml
qemuxml2argv-disk-drive-readonly-disk.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-readonly-disk.xml
qemuxml2argv-disk-drive-readonly-no-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-readonly-no-device.xml
qemuxml2argv-disk-drive-shared.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-drive-shared.xml
qemuxml2argv-disk-floppy-tray-no-device-cap.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-floppy-tray-no-device-cap.xml
qemuxml2argv-disk-floppy-tray.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-floppy-tray.xml
qemuxml2argv-disk-floppy.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-floppy.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-geometry.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-geometry.xml
qemuxml2argv-disk-ide-drive-split.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-ide-drive-split.xml
qemuxml2argv-disk-ide-wwn.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-ide-wwn.xml
qemuxml2argv-disk-ioeventfd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-ioeventfd.xml
qemuxml2argv-disk-many.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-many.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-mirror.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-order.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-order.xml
qemuxml2argv-disk-sata-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-sata-device.xml
qemuxml2argv-disk-scsi-device-auto.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-device-auto.xml
qemuxml2argv-disk-scsi-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-device.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-scsi-disk-split.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-disk-split.xml
qemuxml2argv-disk-scsi-disk-vpd-build-error.xml
qemuxml2argv-disk-scsi-disk-vpd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-disk-vpd.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-scsi-disk-wwn.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-disk-wwn.xml qemu: Allow the disk wwn to have "0x" prefix 2013-04-17 23:05:56 +08:00
qemuxml2argv-disk-scsi-lun-passthrough-sgio.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-scsi-lun-passthrough.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-lun-passthrough.xml
qemuxml2argv-disk-scsi-megasas.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-megasas.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-scsi-virtio-scsi.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-virtio-scsi.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-scsi-vscsi.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-scsi-vscsi.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-snapshot.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-snapshot.xml
qemuxml2argv-disk-source-pool-mode.xml conf: Introduce new XML tag "mode" for disk source 2013-07-22 14:01:04 -04:00
qemuxml2argv-disk-source-pool.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-transient.xml
qemuxml2argv-disk-usb-device-removable.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-usb-device-removable.xml qemu: Support setting the 'removable' flag for USB disks 2013-09-02 14:45:38 +02:00
qemuxml2argv-disk-usb-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-usb-device.xml
qemuxml2argv-disk-usb.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-usb.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-virtio-ccw-many.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-virtio-ccw-many.xml
qemuxml2argv-disk-virtio-ccw.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-virtio-ccw.xml
qemuxml2argv-disk-virtio-s390.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-virtio-s390.xml
qemuxml2argv-disk-virtio-scsi-ccw.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-virtio-scsi-ccw.xml S390: Testcases for virtio-scsi and virtio-rng 2013-03-14 15:53:20 -06:00
qemuxml2argv-disk-virtio-scsi-num_queues.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-virtio-scsi-num_queues.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-disk-virtio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-virtio.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-disk-xenvbd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-xenvbd.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-encrypted-disk.args
qemuxml2argv-encrypted-disk.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-eoi-disabled.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-eoi-disabled.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-eoi-enabled.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-eoi-enabled.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-event_idx.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-event_idx.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-floppy-drive-fat.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-floppy-drive-fat.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-fs9p.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-fs9p.xml
qemuxml2argv-graphics-listen-network2.xml
qemuxml2argv-graphics-listen-network.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-graphics-sdl-fullscreen.args
qemuxml2argv-graphics-sdl-fullscreen.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-graphics-sdl.args
qemuxml2argv-graphics-sdl.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-graphics-spice-agentmouse.args tests: split long lines 2013-07-18 10:08:04 -06:00
qemuxml2argv-graphics-spice-agentmouse.xml
qemuxml2argv-graphics-spice-compression.args
qemuxml2argv-graphics-spice-compression.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-graphics-spice-listen-network.xml tests: Introduce qemuhotplugtest 2013-06-25 17:00:56 +02:00
qemuxml2argv-graphics-spice-qxl-vga.args
qemuxml2argv-graphics-spice-qxl-vga.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-graphics-spice-sasl.args Add support for enabling SASL for SPICE guests 2013-10-17 16:02:43 +01:00
qemuxml2argv-graphics-spice-sasl.xml Add support for enabling SASL for SPICE guests 2013-10-17 16:02:43 +01:00
qemuxml2argv-graphics-spice-timeout.args tests: split long lines 2013-07-18 10:08:04 -06:00
qemuxml2argv-graphics-spice-timeout.xml
qemuxml2argv-graphics-spice-usb-redir.args tests: split long lines 2013-07-18 10:08:04 -06:00
qemuxml2argv-graphics-spice-usb-redir.xml
qemuxml2argv-graphics-spice.args tests: split long lines 2013-07-18 10:08:04 -06:00
qemuxml2argv-graphics-spice.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-graphics-vnc-policy.args qemu: add ', share=<policy>' to qemu commandline 2013-05-22 19:18:48 +08:00
qemuxml2argv-graphics-vnc-policy.xml qemu: add ', share=<policy>' to qemu commandline 2013-05-22 19:18:48 +08:00
qemuxml2argv-graphics-vnc-sasl.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-graphics-vnc-sasl.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-graphics-vnc-socket.args
qemuxml2argv-graphics-vnc-socket.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-graphics-vnc-tls.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-graphics-vnc-tls.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-graphics-vnc-websocket.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-graphics-vnc-websocket.xml qemu: Add VNC WebSocket support 2013-05-15 09:48:05 +02:00
qemuxml2argv-graphics-vnc.args
qemuxml2argv-graphics-vnc.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-hostdev-pci-address-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-pci-address-device.xml
qemuxml2argv-hostdev-pci-address.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-pci-address.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-hostdev-scsi-autogen-address.xml conf: Generate address for scsi host device automatically 2013-06-01 10:00:23 +08:00
qemuxml2argv-hostdev-scsi-boot.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-scsi-boot.xml qemu: Support bootindex for scsi host device 2013-05-13 19:08:32 +08:00
qemuxml2argv-hostdev-scsi-lsi.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-scsi-lsi.xml qemu: Build qemu command line for scsi host device 2013-05-13 18:50:16 +08:00
qemuxml2argv-hostdev-scsi-readonly.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-scsi-readonly.xml Introduce <readonly> for hostdev 2013-05-13 19:02:40 +08:00
qemuxml2argv-hostdev-scsi-sgio.xml conf: Introduce sgio for hostdev 2013-05-17 00:46:44 +08:00
qemuxml2argv-hostdev-scsi-shareable.xml conf: Introduce <shareable> for hostdev 2013-05-16 23:41:25 +08:00
qemuxml2argv-hostdev-scsi-virtio-scsi.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-scsi-virtio-scsi.xml qemu: Build qemu command line for scsi host device 2013-05-13 18:50:16 +08:00
qemuxml2argv-hostdev-usb-address-device-boot.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-usb-address-device-boot.xml
qemuxml2argv-hostdev-usb-address-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-usb-address-device.xml
qemuxml2argv-hostdev-usb-address.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-usb-address.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-hostdev-vfio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hostdev-vfio.xml qemu: use vfio-pci on commandline when appropriate 2013-04-25 21:28:10 -04:00
qemuxml2argv-hotplug-base.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hotplug-base.xml qemuxml2argvtest: Add XML for testing device hotplug 2013-08-26 16:09:55 +02:00
qemuxml2argv-hugepages.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hugepages.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-hyperv-off.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hyperv-off.xml conf: don't check hyperv spinlock retries if disabled 2013-07-04 18:39:56 +02:00
qemuxml2argv-hyperv.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-hyperv.xml qemu: add hv_vapic and hv_spinlocks support 2013-06-21 13:24:44 +02:00
qemuxml2argv-input-usbmouse-addr.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-input-usbmouse-addr.xml
qemuxml2argv-input-usbmouse.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-input-usbmouse.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-input-usbtablet.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-input-usbtablet.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-input-xen.args
qemuxml2argv-input-xen.xml
qemuxml2argv-kvm-pit-delay.args qemu: don't use deprecated -no-kvm-pit-reinjection 2013-11-05 16:04:06 +01:00
qemuxml2argv-kvm-pit-delay.xml qemu: don't use deprecated -no-kvm-pit-reinjection 2013-11-05 16:04:06 +01:00
qemuxml2argv-kvm-pit-device.args qemu: don't use deprecated -no-kvm-pit-reinjection 2013-11-05 16:04:06 +01:00
qemuxml2argv-kvm-pit-device.xml qemu: don't use deprecated -no-kvm-pit-reinjection 2013-11-05 16:04:06 +01:00
qemuxml2argv-kvm.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-kvm.xml qemu: Use -machine accel=tcg|kvm when available 2013-04-23 21:19:35 +02:00
qemuxml2argv-kvmclock.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-kvmclock.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-kvmclock+eoi-disabled.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-kvmclock+eoi-disabled.xml
qemuxml2argv-lease.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-lease.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-machine-aliases1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-machine-aliases1.xml
qemuxml2argv-machine-aliases2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-machine-aliases2.xml
qemuxml2argv-machine-core-off.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-machine-core-off.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-machine-core-on.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-machine-core-on.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-machine-usb-opt.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-machine-usb-opt.xml Add USB option capability 2013-04-12 10:56:03 +01:00
qemuxml2argv-memtune.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-memtune.xml
qemuxml2argv-metadata.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-metadata.xml
qemuxml2argv-migrate.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-migrate.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-minimal-s390.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-minimal-s390.xml
qemuxml2argv-minimal.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-minimal.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-misc-acpi.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-misc-acpi.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-misc-disable-s3.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-misc-disable-s3.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-misc-disable-suspends.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-misc-disable-suspends.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-misc-enable-s4.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-misc-enable-s4.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-misc-no-reboot.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-misc-no-reboot.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-misc-uuid.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-misc-uuid.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-mlock-off.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-mlock-off.xml qemu: Implement support for locking domain's memory pages 2013-05-16 23:21:58 +02:00
qemuxml2argv-mlock-on.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-mlock-on.xml qemu: Implement support for locking domain's memory pages 2013-05-16 23:21:58 +02:00
qemuxml2argv-mlock-unsupported.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-mlock-unsupported.xml qemu: Implement support for locking domain's memory pages 2013-05-16 23:21:58 +02:00
qemuxml2argv-monitor-json.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-monitor-json.xml
qemuxml2argv-multifunction-pci-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-multifunction-pci-device.xml
qemuxml2argv-net-bandwidth.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-net-client.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-client.xml
qemuxml2argv-net-eth-ifname.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-eth-ifname.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-net-eth-names.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-eth-names.xml
qemuxml2argv-net-eth.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-eth.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-net-hostdev-vfio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-hostdev-vfio.xml qemu: use vfio-pci on commandline when appropriate 2013-04-25 21:28:10 -04:00
qemuxml2argv-net-hostdev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-hostdev.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-net-mcast.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-mcast.xml
qemuxml2argv-net-openvswitch.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-net-server.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-server.xml
qemuxml2argv-net-user.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-user.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-net-virtio-ccw.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-virtio-ccw.xml
qemuxml2argv-net-virtio-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-virtio-device.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-net-virtio-netdev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-virtio-netdev.xml
qemuxml2argv-net-virtio-network-portgroup.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-net-virtio-s390.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-virtio-s390.xml
qemuxml2argv-net-virtio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-net-virtio.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-no-shutdown.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-no-shutdown.xml
qemuxml2argv-nographics-vga.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-nographics-vga.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-nographics.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-nographics.xml
qemuxml2argv-nosharepages.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-nosharepages.xml qemu: New XML to disable memory merge at guest startup 2013-05-15 11:25:45 +08:00
qemuxml2argv-numad-auto-memory-vcpu-cpuset.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-numad-auto-memory-vcpu-cpuset.xml
qemuxml2argv-numad-auto-memory-vcpu-no-cpuset-and-placement.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-numad-auto-memory-vcpu-no-cpuset-and-placement.xml
qemuxml2argv-numad-auto-vcpu-no-numatune.xml
qemuxml2argv-numad-auto-vcpu-static-numatune.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-numad-auto-vcpu-static-numatune.xml
qemuxml2argv-numad-static-memory-auto-vcpu.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-numad-static-memory-auto-vcpu.xml
qemuxml2argv-numad-static-vcpu-no-numatune.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-numad.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-numad.xml
qemuxml2argv-numatune-auto-nodeset-invalid.args Add test for the nodemask double free crash 2013-09-11 13:40:50 +02:00
qemuxml2argv-numatune-auto-nodeset-invalid.xml Add test for the nodemask double free crash 2013-09-11 13:40:50 +02:00
qemuxml2argv-numatune-memory.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-numatune-memory.xml
qemuxml2argv-parallel-parport-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-parallel-parport-chardev.xml
qemuxml2argv-parallel-tcp-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-parallel-tcp-chardev.xml
qemuxml2argv-parallel-tcp.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-parallel-tcp.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-pci-autoadd-addr.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pci-autoadd-addr.xml qemu: auto-add bridges and allow using them 2013-04-25 13:19:40 +02:00
qemuxml2argv-pci-autoadd-idx.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pci-autoadd-idx.xml qemu: auto-add bridges and allow using them 2013-04-25 13:19:40 +02:00
qemuxml2argv-pci-bridge-duplicate-index.xml tests: PCI controller checks 2013-07-25 13:16:46 +02:00
qemuxml2argv-pci-bridge-many-disks.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pci-bridge-many-disks.xml qemu: set/validate slot/connection type when assigning slots for PCI devices 2013-07-24 06:45:07 -04:00
qemuxml2argv-pci-bridge-negative-index-invalid.xml Change domain controller index type to unsigned 2013-07-12 14:55:04 +02:00
qemuxml2argv-pci-bridge.xml qemu: auto-add bridges and allow using them 2013-04-25 13:19:40 +02:00
qemuxml2argv-pci-rom.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pci-rom.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-pci-root-address.xml tests: PCI controller checks 2013-07-25 13:16:46 +02:00
qemuxml2argv-pci-root-nonzero-index.xml tests: PCI controller checks 2013-07-25 13:16:46 +02:00
qemuxml2argv-pcie-root.args qemu: prefer to put a Q35 machine's dmi-to-pci-bridge at 00:1E.0 2013-09-25 10:39:23 -04:00
qemuxml2argv-pcie-root.xml qemu: fix handling of default/implicit devices for q35 2013-08-05 15:47:49 -04:00
qemuxml2argv-pcihole64-gib.xml Add pcihole64 element to root PCI controllers 2013-08-27 17:42:29 +02:00
qemuxml2argv-pcihole64-none.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pcihole64-none.xml Add pcihole64 element to root PCI controllers 2013-08-27 17:42:29 +02:00
qemuxml2argv-pcihole64-q35.args qemu: prefer to put a Q35 machine's dmi-to-pci-bridge at 00:1E.0 2013-09-25 10:39:23 -04:00
qemuxml2argv-pcihole64-q35.xml Add pcihole64 element to root PCI controllers 2013-08-27 17:42:29 +02:00
qemuxml2argv-pcihole64.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pcihole64.xml Add pcihole64 element to root PCI controllers 2013-08-27 17:42:29 +02:00
qemuxml2argv-ppc-dtb.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-ppc-dtb.xml qemu: add dtb option support 2013-03-19 15:48:58 -06:00
qemuxml2argv-pseries-basic.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pseries-basic.xml
qemuxml2argv-pseries-cpu-exact.args cpu: Add cpu test cases for PPC CPU driver. 2013-09-05 12:31:10 +01:00
qemuxml2argv-pseries-cpu-exact.xml cpu: Add cpu test cases for PPC CPU driver. 2013-09-05 12:31:10 +01:00
qemuxml2argv-pseries-nvram.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pseries-nvram.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-pseries-usb-default.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pseries-usb-default.xml Set legacy USB option with default for ppc64. 2013-04-19 11:30:49 +01:00
qemuxml2argv-pseries-usb-multi.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pseries-usb-multi.xml Set legacy USB option with default for ppc64. 2013-04-19 11:30:49 +01:00
qemuxml2argv-pseries-vio-address-clash.args
qemuxml2argv-pseries-vio-address-clash.xml
qemuxml2argv-pseries-vio-user-assigned.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pseries-vio-user-assigned.xml
qemuxml2argv-pseries-vio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pseries-vio.xml
qemuxml2argv-pv-spinlock-disabled.args qemu: Add support for paravirtual spinlocks in the guest 2013-11-08 09:44:42 +01:00
qemuxml2argv-pv-spinlock-disabled.xml qemu: Add support for paravirtual spinlocks in the guest 2013-11-08 09:44:42 +01:00
qemuxml2argv-pv-spinlock-enabled.args qemu: Add support for paravirtual spinlocks in the guest 2013-11-08 09:44:42 +01:00
qemuxml2argv-pv-spinlock-enabled.xml qemu: Add support for paravirtual spinlocks in the guest 2013-11-08 09:44:42 +01:00
qemuxml2argv-q35.args qemu: prefer to put a Q35 machine's dmi-to-pci-bridge at 00:1E.0 2013-09-25 10:39:23 -04:00
qemuxml2argv-q35.xml qemu: enable using implicit sata controller in q35 machines 2013-08-06 13:37:36 -04:00
qemuxml2argv-qemu-ns-no-env.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-qemu-ns-no-env.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-qemu-ns.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-qemu-ns.xml
qemuxml2argv-reboot-timeout-disabled.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-reboot-timeout-disabled.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-reboot-timeout-enabled.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-reboot-timeout-enabled.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-restore-v1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-restore-v1.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-restore-v2-fd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-restore-v2-fd.xml
qemuxml2argv-restore-v2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-restore-v2.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-s390-defaultconsole.xml S390: Testcase for console default target type (virtio) 2013-06-28 09:52:00 +02:00
qemuxml2argv-s390-piix-controllers.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-s390-piix-controllers.xml qemu: don't always reserve PCI addresses for implicit controllers 2013-04-27 12:55:46 +02:00
qemuxml2argv-s390-usb-none.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-s390-usb-none.xml qemu: don't assign a PCI address to 'none' USB controller 2013-04-26 20:06:01 +02:00
qemuxml2argv-seclabel-dynamic-baselabel.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-seclabel-dynamic-baselabel.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-seclabel-dynamic-labelskip.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-seclabel-dynamic-labelskip.xml selinux: distinguish failure to label from request to avoid label 2013-08-20 10:39:03 -06:00
qemuxml2argv-seclabel-dynamic-override.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-seclabel-dynamic-override.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-seclabel-dynamic-relabel.args virSecurityLabelDefParseXML: Don't parse label on model='none' 2013-11-11 16:01:25 +01:00
qemuxml2argv-seclabel-dynamic-relabel.xml virSecurityLabelDefParseXML: Don't parse label on model='none' 2013-11-11 16:01:25 +01:00
qemuxml2argv-seclabel-dynamic.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-seclabel-dynamic.xml
qemuxml2argv-seclabel-none.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-seclabel-none.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-seclabel-static-labelskip.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-seclabel-static-labelskip.xml selinux: distinguish failure to label from request to avoid label 2013-08-20 10:39:03 -06:00
qemuxml2argv-seclabel-static-relabel.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-seclabel-static-relabel.xml
qemuxml2argv-seclabel-static.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-seclabel-static.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-serial-dev-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-dev-chardev.xml
qemuxml2argv-serial-dev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-dev.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-serial-file-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-file-chardev.xml
qemuxml2argv-serial-file.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-file.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-serial-many-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-many-chardev.xml
qemuxml2argv-serial-many.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-many.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-serial-pty-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-pty-chardev.xml
qemuxml2argv-serial-pty.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-pty.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-serial-target-port-auto.xml
qemuxml2argv-serial-tcp-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-tcp-chardev.xml
qemuxml2argv-serial-tcp-telnet-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-tcp-telnet-chardev.xml
qemuxml2argv-serial-tcp-telnet.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-tcp-telnet.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-serial-tcp.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-tcp.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-serial-udp-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-udp-chardev.xml
qemuxml2argv-serial-udp.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-udp.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-serial-unix-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-unix-chardev.xml
qemuxml2argv-serial-unix.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-unix.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-serial-vc-chardev.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-vc-chardev.xml
qemuxml2argv-serial-vc.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-serial-vc.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-smartcard-controller.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smartcard-controller.xml
qemuxml2argv-smartcard-host-certificates.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smartcard-host-certificates.xml
qemuxml2argv-smartcard-host.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smartcard-host.xml
qemuxml2argv-smartcard-passthrough-spicevmc.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smartcard-passthrough-spicevmc.xml
qemuxml2argv-smartcard-passthrough-tcp.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smartcard-passthrough-tcp.xml
qemuxml2argv-smbios-date.xml Validate the bios_date format for <sysinfo> 2013-05-15 12:05:22 -04:00
qemuxml2argv-smbios-uuid-match.xml Adjust improperly formatted <sysinfo> uuid 2013-05-15 12:05:22 -04:00
qemuxml2argv-smbios.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smbios.xml
qemuxml2argv-smp.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smp.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-sound-device.args qemu: support ich9-intel-hda audio device 2013-09-25 10:38:02 -04:00
qemuxml2argv-sound-device.xml qemu: support ich9-intel-hda audio device 2013-09-25 10:38:02 -04:00
qemuxml2argv-sound.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-sound.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-tpm-no-backend-invalid.xml conf: don't crash on a tpm device with no backends 2013-05-09 14:25:11 +02:00
qemuxml2argv-tpm-passthrough.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-tpm-passthrough.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-usb1-usb2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb1-usb2.xml
qemuxml2argv-usb-controller.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-controller.xml
qemuxml2argv-usb-hub.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-hub.xml
qemuxml2argv-usb-ich9-companion.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-ich9-companion.xml
qemuxml2argv-usb-ich9-ehci-addr.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-ich9-ehci-addr.xml
qemuxml2argv-usb-ich9-no-companion.xml Fix usb master startport parsing 2013-04-25 14:54:46 +02:00
qemuxml2argv-usb-none-hub.xml
qemuxml2argv-usb-none-other.xml
qemuxml2argv-usb-none-usbtablet.xml
qemuxml2argv-usb-none.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-none.xml
qemuxml2argv-usb-piix3-controller.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-piix3-controller.xml
qemuxml2argv-usb-ports.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-ports.xml
qemuxml2argv-usb-redir-boot.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-redir-boot.xml
qemuxml2argv-usb-redir-filter.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-redir-filter.xml
qemuxml2argv-usb-redir.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-redir.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-vhost_queues.xml Introduce /domain/devices/interface/driver/@queues attribute 2013-05-22 16:31:27 +02:00
qemuxml2argv-video-device-pciaddr-default.args
qemuxml2argv-video-device-pciaddr-default.xml
qemuxml2argv-virtio-lun.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-virtio-lun.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-virtio-rng-ccw.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-virtio-rng-ccw.xml S390: Testcases for virtio-scsi and virtio-rng 2013-03-14 15:53:20 -06:00
qemuxml2argv-virtio-rng-default.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-virtio-rng-default.xml
qemuxml2argv-virtio-rng-egd-crash.xml conf: Don't crash on invalid chardev source definition of RNGs and other 2013-09-26 08:48:38 +02:00
qemuxml2argv-virtio-rng-egd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-virtio-rng-egd.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-virtio-rng-random.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-virtio-rng-random.xml qemu: auto-add pci-root controller for pc machine types 2013-04-25 13:05:10 +02:00
qemuxml2argv-watchdog-device.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-watchdog-device.xml
qemuxml2argv-watchdog-dump.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-watchdog-dump.xml
qemuxml2argv-watchdog.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-watchdog.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00