libvirt/tests/qemuxml2argvdata
John Ferlan cc2d49f9be qemu: Fix qemu startup check for QEMU_CAPS_OBJECT_IOTHREAD
https://bugzilla.redhat.com/show_bug.cgi?id=1249981

When qemuDomainPinIOThread was added in commit id 'fb562614', a check
for the IOThread capability was not needed since a check for iothreadpids
covered the condition where the support for IOThreads was not present.
The iothreadpids array was only created if qemuProcessDetectIOThreadPIDs
was able to query the monitor for IOThreads. It would only do that if
the QEMU_CAPS_OBJECT_IOTHREAD capability was set.

However, when iothreadids were added in commit id '8d4614a5' and the
check for iothreadpids was replaced by a search through the iothreadids[]
array for the matching iothread_id that left open the possibility that
an iothreadids[] array was defined, but the entries essentially pointed
to elements with only the 'iothread_id' defined leaving the 'thread_id'
value of 0 and eventually the cpumap entry of NULL.

This was because, the original IOThreads commit id '72edaae7' only
checked if IOThreads were defined and if the emulator had the IOThreads
capability, then IOThread objects were added at startup. The "capability
failure" check was only done when a disk was assigned to an IOThread in
qemuCheckIOThreads. This was because the initial implementation had no way
to dynamically add IOThreads, but it was possible to dynamically add a
disk to the domain. So the decision was if the domain supported it, then
add the IOThread objects. Then if a disk with an IOThread defined was
added, it could check the capability and fail to add if not there. This
just meant the 'iothreads' value was essentially ignored.

Eventually commit id 'a27ed6e7' allowed for the dynamic addition and
deletion of IOThread objects. So it was no longer necessary to generate
IOThread objects to dynamically attach a disk to. However, the startup
and disk check code was not modified to reflect this.

This patch will move the capability failure check to when IOThread
objects are being added to the command line. Thus a domain that has
IOThreads defined will not be started if the emulator doesn't support
the capability. This means when qemuCheckIOThreads is called to add
a disk, it's no longer necessary to check the capability. Instead the
code can use the IOThreadFind call to indicate that the IOThread
doesn't exist.

Finally because it could be possible to have a domain running with the
iothreadids[] defined prior to this change if libvirtd is restarted each
having mostly empty elements, qemuProcessDetectIOThreadPIDs will check
if there are niothreadids when the QEMU_CAPS_OBJECT_IOTHREAD capability
check fails and remove the elements and array if it exists.

With these changes in place, it turns out the cputune-numatune test
was failing because the right bit wasn't set in the test. So used the
opportunity to fix that and create a test that would expect to fail
with some sort of iothreads defined and used, but not having the
correct capability.
2015-10-16 06:55:45 -04:00
..
qemuxml2argv-aarch64-aavmf-virtio-mmio.args tests: Add test for virtio-mmio address type 2015-03-09 07:52:34 +01:00
qemuxml2argv-aarch64-aavmf-virtio-mmio.xml tests: Add test for virtio-mmio address type 2015-03-09 07:52:34 +01:00
qemuxml2argv-aarch64-cpu-passthrough.args tests: qemu: Couple aarch64 CPU tests 2015-04-24 10:27:01 -04:00
qemuxml2argv-aarch64-cpu-passthrough.xml tests: qemu: Couple aarch64 CPU tests 2015-04-24 10:27:01 -04:00
qemuxml2argv-aarch64-gic.args qemu: Implement GIC 2015-05-05 09:45:52 +02:00
qemuxml2argv-aarch64-gic.xml tests: Check GIC-related XMLs in qemuxml2xmltest 2015-10-06 15:10:36 +02:00
qemuxml2argv-aarch64-gicv3.args qemu: Add test cases for gic-version option 2015-10-02 16:14:26 +02:00
qemuxml2argv-aarch64-gicv3.xml tests: Check GIC-related XMLs in qemuxml2xmltest 2015-10-06 15:10:36 +02:00
qemuxml2argv-aarch64-kvm-32-on-64.args qemu: command: Support arm 32-on-64 KVM with -cpu aarch64=off 2015-06-08 17:51:06 -04:00
qemuxml2argv-aarch64-kvm-32-on-64.xml qemu: command: Support arm 32-on-64 KVM with -cpu aarch64=off 2015-06-08 17:51:06 -04:00
qemuxml2argv-aarch64-mmio-default-pci.args tests: qemu: Add aarch64 virtio pci tests 2015-10-06 10:27:10 -04:00
qemuxml2argv-aarch64-mmio-default-pci.xml tests: qemu: Add aarch64 virtio pci tests 2015-10-06 10:27:10 -04:00
qemuxml2argv-aarch64-virt-default-nic.args qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-aarch64-virt-default-nic.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-aarch64-virt-virtio.args qemu: command: Make RNG backend device IDs unique 2015-02-10 13:05:22 +01:00
qemuxml2argv-aarch64-virt-virtio.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-aarch64-virtio-pci.args tests: qemu: Add aarch64 virtio pci tests 2015-10-06 10:27:10 -04:00
qemuxml2argv-aarch64-virtio-pci.xml tests: qemu: Add aarch64 virtio pci tests 2015-10-06 10:27:10 -04: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: command: Make RNG backend device IDs unique 2015-02-10 13:05:22 +01:00
qemuxml2argv-arm-vexpressa9-virtio.xml qemu: Support virtio-mmio transport for virtio on ARM 2013-09-02 16:53:40 -04:00
qemuxml2argv-arm-virt-virtio.args qemu: command: Make RNG backend device IDs unique 2015-02-10 13:05:22 +01:00
qemuxml2argv-arm-virt-virtio.xml qemu: Add support for virt machine type with virtio-mmio devices on armv7 2013-11-20 14:31:17 -05: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-bios-nvram-os-interleave.xml tests: Add test for os interleaving 2015-03-09 07:52:34 +01:00
qemuxml2argv-bios-nvram.args qemu: Implement extended loader and nvram 2014-09-10 09:38:07 +02:00
qemuxml2argv-bios-nvram.xml conf: Extend <loader/> and introduce <nvram/> 2014-09-10 09:38:07 +02:00
qemuxml2argv-bios.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-bios.xml test: Don't assume VNC is always available 2012-10-22 23:16:11 +08:00
qemuxml2argv-blkdeviotune-max.args qemu: Add tests for new blkdeviotune arguments 2014-11-14 12:03:52 -05:00
qemuxml2argv-blkdeviotune-max.xml qemu: Add tests for new blkdeviotune arguments 2014-11-14 12:03:52 -05:00
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 blkio: Setting throttle blkio cgroup for domain 2014-01-20 10:52:44 +08: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-complex.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-boot-complex.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-dev+order.xml conf: add test for boot dev and order 2012-10-16 12:25:32 +02:00
qemuxml2argv-boot-floppy-q35.args Explicitly format the isa-fdc controller for newer q35 machines 2015-07-08 15:35:35 +02:00
qemuxml2argv-boot-floppy-q35.xml Explicitly format the isa-fdc controller for newer q35 machines 2015-07-08 15:35:35 +02:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-boot-menu-disable-with-timeout.xml docs, conf: add support for bootmenu timeout 2014-08-25 14:10:54 +02:00
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-with-timeout-invalid.xml docs, conf: add support for bootmenu timeout 2014-08-25 14:10:54 +02:00
qemuxml2argv-boot-menu-enable-with-timeout.args qemu: add support for splash-timeout 2014-08-25 14:11:41 +02:00
qemuxml2argv-boot-menu-enable-with-timeout.xml docs, conf: add support for bootmenu timeout 2014-08-25 14:10:54 +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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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-boot-strict.args tests: add forgotten boot-strict test files 2013-12-03 12:58:50 +02:00
qemuxml2argv-boot-strict.xml tests: add forgotten boot-strict test files 2013-12-03 12:58:50 +02:00
qemuxml2argv-bootindex-floppy-q35.args Explicitly format the isa-fdc controller for newer q35 machines 2015-07-08 15:35:35 +02:00
qemuxml2argv-bootindex-floppy-q35.xml Explicitly format the isa-fdc controller for newer q35 machines 2015-07-08 15:35:35 +02:00
qemuxml2argv-channel-guestfwd.args qemu: fix guestfwd chardev option back how it was 2014-06-26 16:56:09 +02: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 qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly 2012-10-30 08:54:32 +01:00
qemuxml2argv-channel-spicevmc-old.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-channel-spicevmc.args qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly 2012-10-30 08:54:32 +01:00
qemuxml2argv-channel-spicevmc.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-channel-virtio-auto.args Allocate virtio-serial addresses when starting a domain 2015-04-02 15:00:13 +02:00
qemuxml2argv-channel-virtio-auto.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-channel-virtio-autoadd.args Auto add virtio-serial controllers 2015-04-02 15:00:13 +02:00
qemuxml2argv-channel-virtio-autoadd.xml Auto add virtio-serial controllers 2015-04-02 15:00:13 +02:00
qemuxml2argv-channel-virtio-autoassign.args Allocate virtio-serial addresses when starting a domain 2015-04-02 15:00:13 +02:00
qemuxml2argv-channel-virtio-autoassign.xml Add test for virtio serial port assignment 2015-04-02 15:00:13 +02:00
qemuxml2argv-channel-virtio-default.args qemu: Fix assignment of the default spicevmc channel name 2015-06-30 10:31:29 +02:00
qemuxml2argv-channel-virtio-default.xml qemu: Fix assignment of the default spicevmc channel name 2015-06-30 10:31:29 +02:00
qemuxml2argv-channel-virtio-state.args conf: Add channel state for virtio channels to the XML 2014-11-21 11:00:11 +01:00
qemuxml2argv-channel-virtio-state.xml conf: Add channel state for virtio channels to the XML 2014-11-21 11:00:11 +01:00
qemuxml2argv-channel-virtio-unix.args qemu: Fix access to auto-generated socket paths 2015-08-24 11:53:17 +02:00
qemuxml2argv-channel-virtio-unix.xml qemu: Avoid using ".(null)" in UNIX socket path 2015-07-01 09:47:32 +02:00
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-chardev-label.xml conf: fix seclabels for chardevs 2014-05-19 08:47:03 +02:00
qemuxml2argv-clock-catchup.args schema: Fix guest timer specification schema according to the docs 2014-02-10 11:09:14 +01:00
qemuxml2argv-clock-catchup.xml schema: Fix guest timer specification schema according to the docs 2014-02-10 11:09:14 +01: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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-basis-localtime.args qemuxml2argvtest: Set timezone 2014-02-06 15:15:10 +01:00
qemuxml2argv-clock-localtime-basis-localtime.xml qemuxml2argvtest: Test localtime clock basis 2014-02-06 08:22:22 +01: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-clock-timer-hyperv-rtc.args qemu: hyperv: Add support for timer enlightenments 2014-02-10 11:30:10 +01:00
qemuxml2argv-clock-timer-hyperv-rtc.xml qemu: hyperv: Add support for timer enlightenments 2014-02-10 11:30:10 +01:00
qemuxml2argv-clock-utc.args qemu: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-clock-utc.xml qemu: honor allowDiskFormatProbing when parsing command line 2013-04-29 15:52:02 +02:00
qemuxml2argv-clock-variable.args qemuxml2argvtest: Test localtime clock basis 2014-02-06 08:22:22 +01:00
qemuxml2argv-clock-variable.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-console-compat2.xml Always add 'console' matching the 'serial' device 2015-06-04 10:04:44 +02:00
qemuxml2argv-console-compat-2.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 S390: Enable SCLP Console in QEMU driver 2013-01-08 11:37:52 +01:00
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 S390: Testcases for virtio-ccw machines 2013-03-13 18:21:50 -06:00
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 S390: Testcases for virtio-ccw machines 2013-03-13 18:21:50 -06:00
qemuxml2argv-console-virtio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-console-virtio.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-controller-order.args tests: split long lines 2013-07-18 10:08:04 -06:00
qemuxml2argv-controller-order.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-cpu-empty.xml conf: Don't output <cpu> tag if it contains no information. 2015-04-13 09:27:26 +02:00
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: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-exact1.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-exact2-nofallback.args qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-exact2-nofallback.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-exact2.args qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-exact2.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-fallback.args qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-fallback.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-Haswell2.args cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
qemuxml2argv-cpu-Haswell2.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
qemuxml2argv-cpu-Haswell3.args cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
qemuxml2argv-cpu-Haswell3.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
qemuxml2argv-cpu-Haswell-noTSX.args cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
qemuxml2argv-cpu-Haswell-noTSX.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
qemuxml2argv-cpu-Haswell.args cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
qemuxml2argv-cpu-Haswell.xml cpu: Add {Haswell,Broadwell}-noTSX CPU models 2015-03-26 09:19:59 +01:00
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 cpu: Format <cpu/> properly 2015-02-25 09:26:04 +01: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 Remove probing of CPU models when launching QEMU guests 2012-09-27 10:24:52 +01:00
qemuxml2argv-cpu-host-model-features.xml Add an XML test for host-model CPU with features 2015-01-19 10:11:15 +01:00
qemuxml2argv-cpu-host-model-nofallback.xml Remove probing of CPU models when launching QEMU guests 2012-09-27 10:24:52 +01:00
qemuxml2argv-cpu-host-model-vendor.args cpu: Honor vendor_id override in host-model 2015-04-30 15:34:57 +02:00
qemuxml2argv-cpu-host-model-vendor.xml cpu: Honor vendor_id override in host-model 2015-04-30 15:34:57 +02:00
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 Remove probing of CPU models when launching QEMU guests 2012-09-27 10:24:52 +01:00
qemuxml2argv-cpu-host-passthrough-features.args qemu: Allow enabling/disabling features with host-passthrough 2015-01-13 08:51:01 +01:00
qemuxml2argv-cpu-host-passthrough-features.xml qemu: Allow enabling/disabling features with host-passthrough 2015-01-13 08:51:01 +01:00
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 Remove probing of CPU models when launching QEMU guests 2012-09-27 10:24:52 +01:00
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: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-minimum1.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-minimum2.args qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-minimum2.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-nofallback.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-numa1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-numa1.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-cpu-numa2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-numa2.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-cpu-numa3.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-cpu-numa-disjoint.args qemu: enable disjoint numa cpu ranges 2014-07-16 20:15:46 +02:00
qemuxml2argv-cpu-numa-disjoint.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-cpu-numa-disordered.xml conf: fix crash when parsing a unordered NUMA <cell/> 2015-09-08 10:40:20 +02:00
qemuxml2argv-cpu-numa-memshared.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-cpu-numa-no-memory-element.args conf: Make specifying <memory> optional 2015-03-16 14:32:20 +01:00
qemuxml2argv-cpu-numa-no-memory-element.xml conf: Make specifying <memory> optional 2015-03-16 14:32:20 +01:00
qemuxml2argv-cpu-qemu-host-passthrough.xml Remove probing of CPU models when launching QEMU guests 2012-09-27 10:24:52 +01:00
qemuxml2argv-cpu-strict1.args qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-strict1.xml qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-cpu-topology1.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-topology1.xml Remove probing of CPU models when launching QEMU guests 2012-09-27 10:24:52 +01:00
qemuxml2argv-cpu-topology2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-topology2.xml Remove probing of CPU models when launching QEMU guests 2012-09-27 10:24:52 +01:00
qemuxml2argv-cpu-topology3.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-cpu-topology3.xml Remove probing of CPU models when launching QEMU guests 2012-09-27 10:24:52 +01:00
qemuxml2argv-cputune-iothreads.xml cputune: allow interleaved xml 2014-09-15 18:59:40 -06:00
qemuxml2argv-cputune-iothreadsched-toomuch.xml conf: Adjust the iothreadsched expectations 2015-04-27 12:36:35 -04:00
qemuxml2argv-cputune-iothreadsched-zeropriority.xml conf: Format scheduler priority when it is zero 2015-06-25 23:25:30 +02:00
qemuxml2argv-cputune-iothreadsched.xml docs, schema, conf: Add support for setting scheduler parameters of guest threads 2015-02-11 17:30:06 +01:00
qemuxml2argv-cputune-numatune.args qemu: Fix qemu startup check for QEMU_CAPS_OBJECT_IOTHREAD 2015-10-16 06:55:45 -04:00
qemuxml2argv-cputune-numatune.xml conf: Don't mangle vcpu placement randomly 2015-01-30 13:51:22 +01:00
qemuxml2argv-cputune-vcpusched-overlap.xml docs, schema, conf: Add support for setting scheduler parameters of guest threads 2015-02-11 17:30:06 +01:00
qemuxml2argv-cputune-zero-shares.args Treat zero cpu shares as a valid value 2014-03-26 10:10:02 +01:00
qemuxml2argv-cputune-zero-shares.xml Treat zero cpu shares as a valid value 2014-03-26 10:10:02 +01:00
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-default-kvm-host-arch.args caps: Fix regression defaulting to host arch 2015-05-08 11:11:32 -04:00
qemuxml2argv-default-kvm-host-arch.xml caps: Fix regression defaulting to host arch 2015-05-08 11:11:32 -04:00
qemuxml2argv-default-qemu-host-arch.args caps: Fix regression defaulting to host arch 2015-05-08 11:11:32 -04:00
qemuxml2argv-default-qemu-host-arch.xml caps: Fix regression defaulting to host arch 2015-05-08 11:11:32 -04:00
qemuxml2argv-disk-active-commit.xml blockcommit: track job type in xml 2014-07-30 06:32:38 -06: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-backing-chains.xml tests: Test backing store XML formatting and parsing 2014-04-24 16:07:56 +02:00
qemuxml2argv-disk-blockio.args qemu: log error when domain has an unsupported IDE controller 2015-05-15 15:40:43 -04:00
qemuxml2argv-disk-blockio.xml qemu: log error when domain has an unsupported IDE controller 2015-05-15 15:40:43 -04:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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-device-lun-type-invalid.xml rng: Forbid to validate mismatched <disk> 'device' and 'type' attributes 2015-04-20 10:04:06 +02: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-disk-drive-copy-on-read.args conf: fix omission of <driver> in domain dumpxml 2014-04-16 10:49:07 +02:00
qemuxml2argv-disk-drive-copy-on-read.xml conf: fix omission of <driver> in domain dumpxml 2014-04-16 10:49:07 +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 conf: fix omission of <driver> in domain dumpxml 2014-04-16 10:49:07 +02: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-disk-drive-network-iscsi-auth.args qemuargv2xmltest: Resurrect RBD and iSCSI auth 2014-07-03 17:39:14 -04:00
qemuxml2argv-disk-drive-network-iscsi-auth.xml qemuargv2xmltest: Resurrect RBD and iSCSI auth 2014-07-03 17:39:14 -04: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 qemuargv2xmltest: Resurrect RBD and iSCSI auth 2014-07-03 17:39:14 -04:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 storage: rbd: Implement support for passing config file option 2014-11-21 14:37:03 +01:00
qemuxml2argv-disk-drive-network-rbd.xml storage: rbd: Implement support for passing config file option 2014-11-21 14:37:03 +01: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-floppy-pseries.args Avoid starting a PowerPC VM with floppy disk 2015-08-04 10:17:07 +02:00
qemuxml2argv-disk-floppy-pseries.xml Avoid starting a PowerPC VM with floppy disk 2015-08-04 10:17:07 +02:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 qemu: Disk Geometry Override Support 2012-08-21 15:35:48 -06:00
qemuxml2argv-disk-ide-drive-split.args qemu: log error when domain has an unsupported IDE controller 2015-05-15 15:40:43 -04:00
qemuxml2argv-disk-ide-drive-split.xml qemu: log error when domain has an unsupported IDE controller 2015-05-15 15:40:43 -04:00
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 qemu: Use disk wwn in qemu command line 2012-09-18 15:00:01 +08:00
qemuxml2argv-disk-ioeventfd.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-disk-ioeventfd.xml test: Don't assume VNC is always available 2012-10-22 23:16:11 +08:00
qemuxml2argv-disk-iscsi.args relaxng: allow : in /dev/disk/by-path names 2015-03-26 16:57:26 -06:00
qemuxml2argv-disk-iscsi.xml relaxng: allow : in /dev/disk/by-path names 2015-03-26 16:57:26 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-disk-mirror-old.xml conf: alter disk mirror xml output 2014-06-06 11:48:09 -06:00
qemuxml2argv-disk-mirror.xml blockcopy: allow block device destination 2014-09-05 13:13:50 -06: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-same-targets.xml conf: Don't allow duplicated target names regardless of bus 2015-07-09 08:30:02 -04:00
qemuxml2argv-disk-sata-device.args qemu: use controller alias when constructing device/controller args 2015-05-15 15:36:28 -04:00
qemuxml2argv-disk-sata-device.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 disk: Disallow duplicated target 'dev' values 2015-03-02 22:38:36 -05:00
qemuxml2argv-disk-scsi-disk-vpd-build-error.xml qemu: Allow the user to specify vendor and product for disk 2012-12-07 16:53:27 +08:00
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 disk: Disallow duplicated target 'dev' values 2015-03-02 22:38:36 -05: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 disk: Disallow duplicated target 'dev' values 2015-03-02 22:38:36 -05:00
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-serial.args tests: fix qemuxml2argvtest to be arch independent 2015-03-09 13:34:37 +01:00
qemuxml2argv-disk-serial.xml tests: fix qemuxml2argvtest to be arch independent 2015-03-09 13:34:37 +01: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-source-pool-mode.args qemu: log error when domain has an unsupported IDE controller 2015-05-15 15:40:43 -04:00
qemuxml2argv-disk-source-pool-mode.xml qemu: log error when domain has an unsupported IDE controller 2015-05-15 15:40:43 -04:00
qemuxml2argv-disk-source-pool.args qemu: log error when domain has an unsupported IDE controller 2015-05-15 15:40:43 -04:00
qemuxml2argv-disk-source-pool.xml qemu: log error when domain has an unsupported IDE controller 2015-05-15 15:40:43 -04:00
qemuxml2argv-disk-transient.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-disk-usb-pci.xml qemu: Check address type for USB disks 2015-04-30 15:34:57 +02:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 S390: Testcases for virtio-ccw machines 2013-03-13 18:21:50 -06:00
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 S390: Testcases for virtio-ccw machines 2013-03-13 18:21:50 -06:00
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 S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
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-cmd_per_lun.args qemu: Add cmd_per_lun, max_sectors to virtio-scsi 2014-07-02 09:43:17 +02:00
qemuxml2argv-disk-virtio-scsi-cmd_per_lun.xml qemu: Add cmd_per_lun, max_sectors to virtio-scsi 2014-07-02 09:43:17 +02:00
qemuxml2argv-disk-virtio-scsi-ioeventfd.args qemu: Enable ioeventfd usage for virtio-scsi controllers 2015-08-10 15:05:34 +02:00
qemuxml2argv-disk-virtio-scsi-ioeventfd.xml conf: Add ioeventfd option for controllers 2015-08-10 15:05:34 +02:00
qemuxml2argv-disk-virtio-scsi-max_sectors.args qemu: Add cmd_per_lun, max_sectors to virtio-scsi 2014-07-02 09:43:17 +02:00
qemuxml2argv-disk-virtio-scsi-max_sectors.xml qemu: Add cmd_per_lun, max_sectors to virtio-scsi 2014-07-02 09:43:17 +02: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-encrypted-disk.args qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly 2012-10-30 08:54:32 +01:00
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-fips-enabled.args Move the FIPS detection from capabilities 2014-09-19 09:08:23 +02:00
qemuxml2argv-fips-enabled.xml Move the FIPS detection from capabilities 2014-09-19 09:08:23 +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-ccw.args qemu: Test for virtio-9p-ccw support 2015-07-15 14:37:30 +02:00
qemuxml2argv-fs9p-ccw.xml qemu: Test for virtio-9p-ccw support 2015-07-15 14:37:30 +02:00
qemuxml2argv-fs9p.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-fs9p.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-graphics-listen-network2.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-listen-network.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-sdl-fullscreen.args qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly 2012-10-30 08:54:32 +01:00
qemuxml2argv-graphics-sdl-fullscreen.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-sdl.args qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly 2012-10-30 08:54:32 +01:00
qemuxml2argv-graphics-sdl.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-spice-agent-file-xfer.args spice: expose the QEMU disable file transfer option 2014-01-21 11:35:41 +01:00
qemuxml2argv-graphics-spice-agent-file-xfer.xml spice: expose the QEMU disable file transfer option 2014-01-21 11:35:41 +01:00
qemuxml2argv-graphics-spice-agentmouse.args tests: split long lines 2013-07-18 10:08:04 -06:00
qemuxml2argv-graphics-spice-agentmouse.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-spice-compression.args QXL: fix setting ram and vram values for QEMU QXL device 2014-11-24 22:05:56 +01:00
qemuxml2argv-graphics-spice-compression.xml qemu-command: introduce new vgamem attribute for QXL video device 2014-11-24 22:20:13 +01:00
qemuxml2argv-graphics-spice-listen-network.xml tests: Introduce qemuhotplugtest 2013-06-25 17:00:56 +02:00
qemuxml2argv-graphics-spice-qxl-vga.args qemu: Support ram bar size for qxl devices 2013-01-22 10:40:45 -07:00
qemuxml2argv-graphics-spice-qxl-vga.xml qemu-command: introduce new vgamem attribute for QXL video device 2014-11-24 22:20:13 +01:00
qemuxml2argv-graphics-spice-sasl.args QXL: fix setting ram and vram values for QEMU QXL device 2014-11-24 22:05:56 +01:00
qemuxml2argv-graphics-spice-sasl.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-spice-timeout.args qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04:00
qemuxml2argv-graphics-spice-timeout.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-spice-usb-redir.args tests: split long lines 2013-07-18 10:08:04 -06:00
qemuxml2argv-graphics-spice-usb-redir.xml domain_conf: add "usbredir" to list of valid spice channels 2012-05-08 09:22:45 -06:00
qemuxml2argv-graphics-spice.args QXL: fix setting ram and vram values for QEMU QXL device 2014-11-24 22:05:56 +01:00
qemuxml2argv-graphics-spice.xml qemu-command: introduce new vgamem attribute for QXL video device 2014-11-24 22:20:13 +01:00
qemuxml2argv-graphics-vnc-policy.args rng: fix port number range validation 2015-04-23 12:59:52 +01:00
qemuxml2argv-graphics-vnc-policy.xml rng: fix port number range validation 2015-04-23 12:59:52 +01:00
qemuxml2argv-graphics-vnc-sasl.args Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code 2014-06-26 14:32:34 +01:00
qemuxml2argv-graphics-vnc-sasl.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-vnc-socket.args qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly 2012-10-30 08:54:32 +01:00
qemuxml2argv-graphics-vnc-socket.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-vnc-tls.args Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code 2014-06-26 14:32:34 +01:00
qemuxml2argv-graphics-vnc-tls.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01: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 video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-graphics-vnc.args qemu: pass -usb and usb hubs earlier, so USB disks with static address are handled properly 2012-10-30 08:54:32 +01:00
qemuxml2argv-graphics-vnc.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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-large-unit.xml docs: Fix XML schema handling of LUN address in hostdev tag 2015-06-22 16:15:49 -04:00
qemuxml2argv-hostdev-scsi-lsi-iscsi-auth.args hostdev: Add iSCSI hostdev XML 2014-08-07 15:07:56 -04:00
qemuxml2argv-hostdev-scsi-lsi-iscsi-auth.xml hostdev: Add iSCSI hostdev XML 2014-08-07 15:07:56 -04:00
qemuxml2argv-hostdev-scsi-lsi-iscsi.args hostdev: Add iSCSI hostdev XML 2014-08-07 15:07:56 -04:00
qemuxml2argv-hostdev-scsi-lsi-iscsi.xml hostdev: Add iSCSI hostdev XML 2014-08-07 15:07:56 -04: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-rawio.xml hostdev: Add "rawio" attribute to _virDomainHostdevSubsysSCSI 2014-09-19 07:47:46 -04: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-iscsi-auth.args hostdev: Add iSCSI hostdev XML 2014-08-07 15:07:56 -04:00
qemuxml2argv-hostdev-scsi-virtio-iscsi-auth.xml hostdev: Add iSCSI hostdev XML 2014-08-07 15:07:56 -04:00
qemuxml2argv-hostdev-scsi-virtio-iscsi.args hostdev: Add iSCSI hostdev XML 2014-08-07 15:07:56 -04:00
qemuxml2argv-hostdev-scsi-virtio-iscsi.xml hostdev: Add iSCSI hostdev XML 2014-08-07 15:07:56 -04: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 tests: add boot order for host and redirected USB to qemu argv test 2012-11-21 18:43:15 +01:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-hostdev-vfio-multidomain.args qemu: specify domain in host-side PCI addresses when needed/supported 2014-05-06 14:34:56 +03:00
qemuxml2argv-hostdev-vfio-multidomain.xml qemu: specify domain in host-side PCI addresses when needed/supported 2014-05-06 14:34:56 +03: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 tests: Add test cases for previous commit 2014-09-05 08:35:34 +02:00
qemuxml2argv-hugepages-memaccess-invalid.xml conf: report error in virCPUDefParseXML 2014-09-26 16:03:14 +02:00
qemuxml2argv-hugepages-numa.args qemu: Use memory-backing-file only when needed 2015-10-02 16:14:26 +02:00
qemuxml2argv-hugepages-numa.xml qemuxml2argv: Remove Haswell CPU from unrelated tests 2015-06-29 13:28:20 +02:00
qemuxml2argv-hugepages-pages2.args qemu: command: Switch to bytes when formatting size for memory backends 2015-01-31 08:53:22 +01:00
qemuxml2argv-hugepages-pages2.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-hugepages-pages3.args qemu: command: Don't combine old and modern NUMA node creation 2015-01-31 08:53:22 +01:00
qemuxml2argv-hugepages-pages3.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-hugepages-pages4.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-hugepages-pages5.args qemu: Honor hugepages for UMA domains 2014-09-17 18:33:33 +02:00
qemuxml2argv-hugepages-pages5.xml qemu: Honor hugepages for UMA domains 2014-09-17 18:33:33 +02:00
qemuxml2argv-hugepages-pages6.args qemu: Extract -mem-path building into its own function 2015-10-02 16:14:26 +02:00
qemuxml2argv-hugepages-pages6.xml qemu: Allow system pages to <memoryBacking/> 2014-12-15 13:36:47 +01:00
qemuxml2argv-hugepages-pages.args qemu: command: Switch to bytes when formatting size for memory backends 2015-01-31 08:53:22 +01:00
qemuxml2argv-hugepages-pages.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-hugepages-shared.args qemu: command: Switch to bytes when formatting size for memory backends 2015-01-31 08:53:22 +01:00
qemuxml2argv-hugepages-shared.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-hugepages.args qemu: Implement ./hugepages/page/[@size, @unit, @nodeset] 2014-07-29 12:14:52 +01: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-interface-driver.xml schema: Fix interface link state schema 2015-03-03 09:43:13 +01:00
qemuxml2argv-interface-server.xml qemuxml2argv: Remove Haswell CPU from unrelated tests 2015-06-29 13:28:20 +02:00
qemuxml2argv-iothreads-disk-virtio-ccw.args qemu: Allow use of iothreads for virtio ccw disk definitions 2014-11-06 15:13:55 +01:00
qemuxml2argv-iothreads-disk-virtio-ccw.xml qemu: Allow use of iothreads for virtio ccw disk definitions 2014-11-06 15:13:55 +01:00
qemuxml2argv-iothreads-disk.args qemu: Allow use of iothreads for disk definitions 2014-08-28 16:27:54 -04:00
qemuxml2argv-iothreads-disk.xml qemu: Allow use of iothreads for disk definitions 2014-08-28 16:27:54 -04:00
qemuxml2argv-iothreads-ids-partial.args qemu: Use domain iothreadids to IOThread's 'thread_id' 2015-04-27 12:36:35 -04:00
qemuxml2argv-iothreads-ids-partial.xml qemu: Use domain iothreadids to IOThread's 'thread_id' 2015-04-27 12:36:35 -04:00
qemuxml2argv-iothreads-ids.args qemu: Use domain iothreadids to IOThread's 'thread_id' 2015-04-27 12:36:35 -04:00
qemuxml2argv-iothreads-ids.xml qemu: Use domain iothreadids to IOThread's 'thread_id' 2015-04-27 12:36:35 -04:00
qemuxml2argv-iothreads-nocap.xml qemu: Fix qemu startup check for QEMU_CAPS_OBJECT_IOTHREAD 2015-10-16 06:55:45 -04:00
qemuxml2argv-iothreads.args qemu: Add support for iothreads 2014-08-28 16:27:53 -04:00
qemuxml2argv-iothreads.xml qemu: Add support for iothreads 2014-08-28 16:27:53 -04:00
qemuxml2argv-kvm-features-off.args Add new 'kvm' domain feature and ability to hide KVM signature 2014-08-26 10:41:24 +02:00
qemuxml2argv-kvm-features-off.xml Add new 'kvm' domain feature and ability to hide KVM signature 2014-08-26 10:41:24 +02:00
qemuxml2argv-kvm-features.args Add new 'kvm' domain feature and ability to hide KVM signature 2014-08-26 10:41:24 +02:00
qemuxml2argv-kvm-features.xml Add new 'kvm' domain feature and ability to hide KVM signature 2014-08-26 10:41:24 +02:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 fix kvm_pv_eoi with kvmclock 2012-10-08 20:13:55 +02:00
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-aeskeywrap-off-argv.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-off-argv.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-off-cap.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-off-cap.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-off-caps.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-off-caps.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-on-argv.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-on-argv.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-on-cap.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-on-cap.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-on-caps.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-aeskeywrap-on-caps.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-machine-aliases2.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-machine-aliases2.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-machine-deakeywrap-off-argv.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-off-argv.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-off-cap.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-off-cap.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-off-caps.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-off-caps.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-on-argv.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-on-argv.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-on-cap.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-on-cap.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-on-caps.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-deakeywrap-on-caps.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-keywrap-none-argv.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-keywrap-none-argv.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-keywrap-none-caps.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-keywrap-none-caps.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-keywrap-none.args libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +02:00
qemuxml2argv-machine-keywrap-none.xml libvirt: tests: test protected key mgmt ops support 2015-05-18 09:54:16 +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-machine-vmport-opt.args tests: add machine vmport qemu test 2015-05-04 13:19:38 +02:00
qemuxml2argv-machine-vmport-opt.xml tests: add machine vmport qemu test 2015-05-04 13:19:38 +02:00
qemuxml2argv-machine-xen-vmport-opt.xml tests: add machine vmport qemu test 2015-05-04 13:19:38 +02:00
qemuxml2argv-memory-hotplug-dimm-addr.args qemuBuildMemoryBackendStr: Honour passed @pagesize 2015-06-26 09:23:06 +02:00
qemuxml2argv-memory-hotplug-dimm-addr.xml qemuBuildMemoryBackendStr: Honour passed @pagesize 2015-06-26 09:23:06 +02:00
qemuxml2argv-memory-hotplug-dimm.args qemuBuildMemoryBackendStr: Honour passed @pagesize 2015-06-26 09:23:06 +02:00
qemuxml2argv-memory-hotplug-dimm.xml qemu: Align memory module sizes to 2MiB 2015-09-23 13:54:54 +02:00
qemuxml2argv-memory-hotplug-nonuma.xml qemu: Implement setup of memory hotplug parameters 2015-03-23 14:25:14 +01:00
qemuxml2argv-memory-hotplug.args qemu: Implement setup of memory hotplug parameters 2015-03-23 14:25:14 +01:00
qemuxml2argv-memory-hotplug.xml qemu: Implement setup of memory hotplug parameters 2015-03-23 14:25:14 +01:00
qemuxml2argv-memtune-unlimited.args conf: don't format memtune with unlimited values 2013-12-10 09:11:26 +01:00
qemuxml2argv-memtune-unlimited.xml conf: don't format memtune with unlimited values 2013-12-10 09:11:26 +01:00
qemuxml2argv-memtune.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-memtune.xml memtune: change the way how we store unlimited value 2015-03-06 11:52:24 +01:00
qemuxml2argv-metadata-duplicate.xml conf: Remove <metadata> elements with no namespace 2015-10-06 13:36:12 +02:00
qemuxml2argv-metadata.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-metadata.xml qemu: Support numad 2012-03-15 12:24:56 +08:00
qemuxml2argv-migrate-numa-unaligned.args test: Add test to validate that memory sizes don't get updated on migration 2015-09-22 16:09:28 +02:00
qemuxml2argv-migrate-numa-unaligned.xml test: Add test to validate that memory sizes don't get updated on migration 2015-09-22 16:09:28 +02:00
qemuxml2argv-migrate.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-migrate.xml qemu: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-minimal-msg-timestamp.args Add support for timestamping QEMU logs 2014-05-07 10:27:50 +02:00
qemuxml2argv-minimal-msg-timestamp.xml Add support for timestamping QEMU logs 2014-05-07 10:27:50 +02:00
qemuxml2argv-minimal-no-memory.xml conf: Make specifying <memory> optional 2015-03-16 14:32:20 +01:00
qemuxml2argv-minimal-s390.args Prevent default creation of usb controller on s390 and s390x 2015-02-23 14:50:15 -05:00
qemuxml2argv-minimal-s390.xml S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-bandwidth2.xml RNG schema: allow plain @floor to <bandwidth/> 2015-04-16 09:07:43 +02:00
qemuxml2argv-net-bandwidth.xml video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-net-hostdev-multidomain.args qemu: specify domain in host-side PCI addresses when needed/supported 2014-05-06 14:34:56 +03:00
qemuxml2argv-net-hostdev-multidomain.xml qemu: specify domain in host-side PCI addresses when needed/supported 2014-05-06 14:34:56 +03:00
qemuxml2argv-net-hostdev-vfio-multidomain.args qemu: specify domain in host-side PCI addresses when needed/supported 2014-05-06 14:34:56 +03:00
qemuxml2argv-net-hostdev-vfio-multidomain.xml qemu: specify domain in host-side PCI addresses when needed/supported 2014-05-06 14:34:56 +03: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: specify domain in host-side PCI addresses when needed/supported 2014-05-06 14:34:56 +03: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: specify domain in host-side PCI addresses when needed/supported 2014-05-06 14:34:56 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-midonet.xml docs: schema and docs for the midonet virtualport type 2015-03-17 13:09:05 -04:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-udp.args qemu: add udp interface support 2015-09-02 10:17:50 +02:00
qemuxml2argv-net-udp.xml qemu: add udp interface support 2015-09-02 10:17:50 +02:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-net-vhostuser-multiq.args qemu: add multiqueue vhost-user support 2015-06-11 14:28:29 +02:00
qemuxml2argv-net-vhostuser-multiq.xml qemu: add multiqueue vhost-user support 2015-06-11 14:28:29 +02:00
qemuxml2argv-net-vhostuser.args qemu: format server interface without a listen address 2015-01-21 13:22:36 +01:00
qemuxml2argv-net-vhostuser.xml qemu: format server interface without a listen address 2015-01-21 13:22:36 +01: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 S390: Testcases for virtio-ccw machines 2013-03-13 18:21:50 -06:00
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-disable-offloads.args Wire up mrg_rxbuf option for qemu 2015-02-13 12:31:38 +01:00
qemuxml2argv-net-virtio-disable-offloads.xml Wire up mrg_rxbuf option for qemu 2015-02-13 12:31:38 +01: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-net-virtio-network-portgroup.xml conf: add trustGuestRxFilters attribute to network and domain interface 2014-10-06 11:49:10 -04: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 S390: Adding testcases for s390 2012-07-11 11:19:05 +02:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-nographics.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-nographics.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-nosharepages.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-nosharepages.xml qemu: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-numad-auto-vcpu-no-numatune.xml numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
qemuxml2argv-numad-auto-vcpu-static-numatune-no-nodeset.xml numatune: setting --mode does not work well 2014-08-22 16:34:23 +02:00
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 numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Set memory policy from numad advisory nodeset 2012-05-08 16:57:32 -06:00
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-auto-prefer.args qemuBuildMemoryBackendStr: Report backend requirement more appropriately 2015-02-17 09:07:09 +01:00
qemuxml2argv-numatune-auto-prefer.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-numatune-memnode-no-memory.args qemu: command: Don't combine old and modern NUMA node creation 2015-01-31 08:53:22 +01:00
qemuxml2argv-numatune-memnode-no-memory.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-numatune-memnode-nocpu.xml conf, schema: add support for memnode elements 2014-07-16 20:15:45 +02:00
qemuxml2argv-numatune-memnode.args conf: Automatically use NUMA memory size in case NUMA is enabled 2015-03-16 14:32:20 +01:00
qemuxml2argv-numatune-memnode.xml conf: numa: Don't duplicate NUMA cell cpumask 2015-02-20 17:43:03 +01:00
qemuxml2argv-numatune-memnodes-problematic.xml cpu_conf: Allow specification of 'units' for @memory on numa nodes. 2014-11-10 14:55:45 +01:00
qemuxml2argv-numatune-memory-invalid-nodeset.xml numatune: Fix parsing of empty nodeset (0,^0) 2014-08-12 17:04:31 +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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-numatune-static-nodeset-exceed-hostnode.xml numatune: add check for numatune nodeset range 2014-11-04 07:03:36 +01:00
qemuxml2argv-panic-no-address.args domain_conf: Format <pvpanic/> without address correctly 2015-03-06 14:22:45 +01:00
qemuxml2argv-panic-no-address.xml domain_conf: Format <pvpanic/> without address correctly 2015-03-06 14:22:45 +01:00
qemuxml2argv-panic.args qemu: add support for -device pvpanic 2013-12-13 05:53:33 -07:00
qemuxml2argv-panic.xml qemu: add support for -device pvpanic 2013-12-13 05:53:33 -07:00
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 Fix for parallel port passthrough for QEMU 2012-06-04 16:46:23 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01: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 video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01: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 disk: Disallow duplicated target 'dev' values 2015-03-02 22:38:36 -05:00
qemuxml2argv-pci-bridge-many-disks.xml disk: Disallow duplicated target 'dev' values 2015-03-02 22:38:36 -05: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 video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-pci-bus-invalid.xml conf: more useful error message when pci function is out of range 2015-08-08 18:37:35 -04:00
qemuxml2argv-pci-domain-invalid.xml conf: more useful error message when pci function is out of range 2015-08-08 18:37:35 -04:00
qemuxml2argv-pci-function-invalid.xml conf: more useful error message when pci function is out of range 2015-08-08 18:37:35 -04:00
qemuxml2argv-pci-many.args disk: Disallow duplicated target 'dev' values 2015-03-02 22:38:36 -05:00
qemuxml2argv-pci-many.xml disk: Disallow duplicated target 'dev' values 2015-03-02 22:38:36 -05: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-pci-serial-dev-chardev.args qemu: Implement pci-serial 2015-05-21 17:49:02 +02:00
qemuxml2argv-pci-serial-dev-chardev.xml Introduce pci-serial 2015-05-21 17:49:02 +02:00
qemuxml2argv-pci-slot-invalid.xml conf: more useful error message when pci function is out of range 2015-08-08 18:37:35 -04:00
qemuxml2argv-pcie-root-port-too-many.xml qemu: support new pci controller model "pcie-root-port" 2015-08-09 21:58:55 -04:00
qemuxml2argv-pcie-root-port.args qemu: support new pci controller model "pcie-root-port" 2015-08-09 21:58:55 -04:00
qemuxml2argv-pcie-root-port.xml conf: new pci controller model "pcie-root-port" 2015-08-09 21:52:52 -04: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-pcie-switch-downstream-port.args qemu: support new pci controller model "pcie-switch-downstream-port" 2015-08-09 22:32:00 -04:00
qemuxml2argv-pcie-switch-downstream-port.xml conf: new pcie-controller model "pcie-switch-downstream-port" 2015-08-09 22:30:47 -04:00
qemuxml2argv-pcie-switch-upstream-port.args qemu: support new pci controller model "pcie-switch-upstream-port" 2015-08-09 22:16:10 -04:00
qemuxml2argv-pcie-switch-upstream-port.xml conf: new pci controller model "pcie-switch-upstream-port" 2015-08-09 22:12:29 -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 QXL: fix setting ram and vram values for QEMU QXL device 2014-11-24 22:05:56 +01:00
qemuxml2argv-pcihole64-q35.xml qemu-command: introduce new vgamem attribute for QXL video device 2014-11-24 22:20:13 +01: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-pmu-feature-off.args qemu: Add support for enabling/disabling PMU 2015-01-16 13:43:46 +01:00
qemuxml2argv-pmu-feature-off.xml docs, schema, conf: Add support for PMU feature 2015-01-16 13:43:46 +01:00
qemuxml2argv-pmu-feature.args qemu: Add support for enabling/disabling PMU 2015-01-16 13:43:46 +01:00
qemuxml2argv-pmu-feature.xml docs, schema, conf: Add support for PMU feature 2015-01-16 13:43:46 +01:00
qemuxml2argv-ppc-dtb.args change machine name ppce500v2 to ppce500 2014-05-27 08:48:57 +02:00
qemuxml2argv-ppc-dtb.xml change machine name ppce500v2 to ppce500 2014-05-27 08:48:57 +02:00
qemuxml2argv-ppce500-serial.args qemu: Fix specifying char devs for PPC 2014-05-27 08:48:57 +02:00
qemuxml2argv-ppce500-serial.xml qemu: Fix specifying char devs for PPC 2014-05-27 08:48:57 +02: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-pseries-cpu-compat.args qemu: ppc64: Align memory sizes to 256MiB blocks 2015-09-22 16:09:28 +02:00
qemuxml2argv-pseries-cpu-compat.xml Test: Add a testcase for PowerPC compat mode cpu specification. 2014-11-07 09:20:40 +01:00
qemuxml2argv-pseries-cpu-exact.args qemu: Don't compare CPU against host for TCG 2014-10-03 11:30:29 -04: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-cpu-le.args tests : Add test for 'ppc64le' architecture. 2015-03-03 10:58:02 +01:00
qemuxml2argv-pseries-cpu-le.xml tests : Add test for 'ppc64le' architecture. 2015-03-03 10:58:02 +01:00
qemuxml2argv-pseries-disk.args virsh domxml-from-native to treat SCSI as the bus type for pseries by default 2013-11-25 10:44:46 -05:00
qemuxml2argv-pseries-disk.xml qemu: Automatically add <panic> element for pSeries guests. 2015-06-01 06:44:37 -04: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: Automatically add <panic> element for pSeries guests. 2015-06-01 06:44:37 -04:00
qemuxml2argv-pseries-panic-address.xml qemu: Allow panic device for pSeries guests 2015-06-01 06:16:29 -04:00
qemuxml2argv-pseries-panic-missing.args qemu: Automatically add <panic> element for pSeries guests. 2015-06-01 06:44:37 -04:00
qemuxml2argv-pseries-panic-missing.xml qemu: Automatically add <panic> element for pSeries guests. 2015-06-01 06:44:37 -04:00
qemuxml2argv-pseries-panic-no-address.args qemu: Allow panic device for pSeries guests 2015-06-01 06:16:29 -04:00
qemuxml2argv-pseries-panic-no-address.xml qemu: Allow panic device for pSeries guests 2015-06-01 06:16:29 -04:00
qemuxml2argv-pseries-usb-default.args PPC64 prefers to set pci-ohci controller as default USB controller. 2014-04-23 12:44:42 +01: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-kbd.args qemu: format qemu command line for USB keyboard 2014-02-19 09:16:31 +01:00
qemuxml2argv-pseries-usb-kbd.xml qemu: format qemu command line for USB keyboard 2014-02-19 09:16:31 +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 tests: Add qemuxml2argv tests for PPC64 pseries machine 2012-01-13 16:10:43 -07:00
qemuxml2argv-pseries-vio-address-clash.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-pseries-vio.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-pseries-vio.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: implement <target chassisNr='n'/> subelement/attribute of <controller> 2015-08-09 21:40:40 -04:00
qemuxml2argv-q35.xml conf: add new <target> subelement with chassisNr attribute to <controller> 2015-08-09 21:35:00 -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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-restore-v1.args qemu: command: Align memory sizes only on fresh starts 2015-09-22 16:09:28 +02:00
qemuxml2argv-restore-v1.xml qemu: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-s390-allow-bogus-usb-controller.args qemu: remove test for allowing ide controller in s390, rename usb tests 2015-05-15 15:37:51 -04:00
qemuxml2argv-s390-allow-bogus-usb-controller.xml qemu: remove test for allowing ide controller in s390, rename usb tests 2015-05-15 15:37:51 -04:00
qemuxml2argv-s390-allow-bogus-usb-none.args qemu: remove test for allowing ide controller in s390, rename usb tests 2015-05-15 15:37:51 -04:00
qemuxml2argv-s390-allow-bogus-usb-none.xml qemu: remove test for allowing ide controller in s390, rename usb tests 2015-05-15 15:37:51 -04:00
qemuxml2argv-s390-defaultconsole.xml S390: Testcase for console default target type (virtio) 2013-06-28 09:52:00 +02:00
qemuxml2argv-seclabel-dac-none.args Add test for type none model dac seclabel 2014-06-27 07:00:51 +02:00
qemuxml2argv-seclabel-dac-none.xml Add test for type none model dac seclabel 2014-06-27 07:00:51 +02:00
qemuxml2argv-seclabel-device-duplicates.xml conf: forbid seclabel duplicates for domain devices 2015-02-11 09:45:22 +01:00
qemuxml2argv-seclabel-device-multiple.xml schema: allow multiple seclabel for devices in domaincommon.rng 2015-02-11 09:41:36 +01: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-none-relabel.xml tests: Add test cases for previous commit 2014-09-05 08:35:34 +02:00
qemuxml2argv-seclabel-dynamic-none.xml conf: Always format seclabel's model 2014-07-14 11:10:09 +02: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 Multiple security drivers in XML data 2012-08-20 19:13:33 +02:00
qemuxml2argv-seclabel-multiple.xml conf: Don't allow multiple seclabels for same model 2014-07-11 10:36:08 +02:00
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 conf: Format and parse backing chains in domain XML 2014-04-24 16:06:18 +02: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 qemu: Support numad 2012-03-15 12:24:56 +08:00
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-iobase.args qemu: implement address for isa-serial 2015-06-18 08:17:20 -04:00
qemuxml2argv-serial-dev-chardev-iobase.xml qemu: implement address for isa-serial 2015-06-18 08:17:20 -04: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-serial-spiceport-nospice.args qemu: introduce spiceport chardev backend 2014-02-11 13:43:55 +01:00
qemuxml2argv-serial-spiceport-nospice.xml qemu: introduce spiceport chardev backend 2014-02-11 13:43:55 +01:00
qemuxml2argv-serial-spiceport.args video: cleanup usage of vram attribute and update documentation 2014-11-24 22:05:55 +01:00
qemuxml2argv-serial-spiceport.xml qemu-command: introduce new vgamem attribute for QXL video device 2014-11-24 22:20:13 +01:00
qemuxml2argv-serial-target-port-auto.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-shmem-invalid-address.xml qemu: report error when shmem has an invalid address 2015-07-08 16:30:42 +02:00
qemuxml2argv-shmem-invalid-size.xml qemu: Build command line for ivshmem device 2014-10-03 22:43:09 +02:00
qemuxml2argv-shmem-msi-only.xml docs, conf, schema: add support for shmem device 2014-10-03 22:43:08 +02:00
qemuxml2argv-shmem-small-size.xml qemu: Build command line for ivshmem device 2014-10-03 22:43:09 +02:00
qemuxml2argv-shmem.args qemu: Assign IDs for shared memory devices 2015-07-08 16:30:42 +02:00
qemuxml2argv-shmem.xml qemu: Auto assign pci addresses for shared memory devices 2015-07-08 16:30:42 +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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smartcard-host.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smartcard-host.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-smbios-date.xml Validate the bios_date format for <sysinfo> 2013-05-15 12:05:22 -04:00
qemuxml2argv-smbios-multiple-type2.xml virSysinfo: Introduce SMBIOS type 2 support 2015-06-18 10:10:26 +02:00
qemuxml2argv-smbios-uuid-match.xml Adjust improperly formatted <sysinfo> uuid 2013-05-15 12:05:22 -04:00
qemuxml2argv-smbios.args virSysinfo: Introduce SMBIOS type 2 support 2015-06-18 10:10:26 +02:00
qemuxml2argv-smbios.xml virSysinfo: Introduce SMBIOS type 2 support 2015-06-18 10:10:26 +02:00
qemuxml2argv-smp.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-smp.xml qemu: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-sound-device.args conf: Add USB sound card support and implement it for qemu 2014-08-08 14:34:20 +02:00
qemuxml2argv-sound-device.xml conf: Add USB sound card support and implement it for qemu 2014-08-08 14:34:20 +02:00
qemuxml2argv-sound.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-sound.xml qemu: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00
qemuxml2argv-tap-vhost-incorrect.xml conf: Ignore multiqueue with one queue. 2015-06-11 14:17:46 +02:00
qemuxml2argv-tap-vhost.xml conf: add backend element to interfaces 2014-09-16 15:38:34 +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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-controller.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-controller.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-hub.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-hub.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 Set a sensible default master start port for ehci companion controllers 2012-05-15 17:07:34 +01:00
qemuxml2argv-usb-ich9-no-companion.xml Fix usb master startport parsing 2013-04-25 14:54:46 +02:00
qemuxml2argv-usb-none-hub.xml qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
qemuxml2argv-usb-none-other.xml qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
qemuxml2argv-usb-none-usbtablet.xml qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
qemuxml2argv-usb-none.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-none.xml qemu: Add support for "none" USB controller 2012-08-02 12:13:48 +02:00
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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-usb-ports.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-usb-ports.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
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 tests: add boot order for host and redirected USB to qemu argv test 2012-11-21 18:43:15 +01:00
qemuxml2argv-usb-redir-filter-version.args Fix usb device version parsing issues 2015-04-13 12:33:41 +02:00
qemuxml2argv-usb-redir-filter-version.xml Fix usb device version parsing issues 2015-04-13 12:33:41 +02:00
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 test: add xml2argvtest for usb-redir filter and update xml schema 2012-09-13 17:22:37 +08:00
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-vcpu-placement-static.xml conf: Don't mangle vcpu placement randomly 2015-01-30 13:51:22 +01:00
qemuxml2argv-vhost_queues-invalid.xml network: check negative values in bridge queues 2014-09-16 10:34:37 +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 qemu: Support ram bar size for qxl devices 2013-01-22 10:40:45 -07:00
qemuxml2argv-video-device-pciaddr-default.xml tests: add one -device video device testcase 2012-12-17 14:02:58 +08:00
qemuxml2argv-video-invalid.xml conf: disallow invalid values for video attributes 2015-02-10 09:05:36 +01:00
qemuxml2argv-video-qxl-device-vgamem.args qemuxml2argvtest: Fix test after change of qxl vgamem_mb default 2015-01-12 15:47:52 +01:00
qemuxml2argv-video-qxl-device-vgamem.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-qxl-device.args qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-qxl-device.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-qxl-nodevice.args qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-qxl-nodevice.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-qxl-sec-device-vgamem.args qemuxml2argvtest: Fix test after change of qxl vgamem_mb default 2015-01-12 15:47:52 +01:00
qemuxml2argv-video-qxl-sec-device-vgamem.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-qxl-sec-device.args qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-qxl-sec-device.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-qxl-sec-nodevice.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-vga-device-vgamem.args qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-vga-device-vgamem.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-vga-device.args qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-vga-device.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-vga-nodevice.args qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
qemuxml2argv-video-vga-nodevice.xml qemu-command: use vram attribute for all video devices 2014-11-24 22:18:18 +01:00
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: command: Make RNG backend device IDs unique 2015-02-10 13:05:22 +01: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: command: Make RNG backend device IDs unique 2015-02-10 13:05:22 +01:00
qemuxml2argv-virtio-rng-default.xml conf: Fix XML formatting of RNG device info 2013-12-06 11:03:56 +01:00
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: command: Shuffle around formatting of alias for RNG device backend 2015-02-10 13:05:22 +01: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-multiple.args qemu: command: Shuffle around formatting of alias for RNG device backend 2015-02-10 13:05:22 +01:00
qemuxml2argv-virtio-rng-multiple.xml test: qemu: Add tests for multiple virtio-rng devices 2014-07-25 09:34:53 +02:00
qemuxml2argv-virtio-rng-random.args qemu: command: Make RNG backend device IDs unique 2015-02-10 13:05:22 +01: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 numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-watchdog-diag288.args Test for the new watchdog model diag288 2015-06-24 15:26:32 +02:00
qemuxml2argv-watchdog-diag288.xml Test for the new watchdog model diag288 2015-06-24 15:26:32 +02:00
qemuxml2argv-watchdog-dump.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-watchdog-dump.xml numad: Always output 'placement' of <vcpu> 2012-05-08 16:57:37 -06:00
qemuxml2argv-watchdog-injectnmi.args Test for the new watchdog action inject-nmi 2015-06-24 15:26:31 +02:00
qemuxml2argv-watchdog-injectnmi.xml Test for the new watchdog action inject-nmi 2015-06-24 15:26:31 +02:00
qemuxml2argv-watchdog.args qemu: Set QEMU_AUDIO_DRV=none with -nographic 2013-09-02 16:53:39 -04:00
qemuxml2argv-watchdog.xml qemu: parse -device virtio-balloon 2014-06-23 16:34:53 +03:00