libvirt/tests/qemuxml2argvdata
Daniel Henrique Barboza 198c1eb6b4 qemu_domain.c: align all pSeries mem modules when PARSE_ABI_UPDATE
qemuDomainAlignMemorySizes() has an operation order problem. We are
calculating 'initialmem' without aligning the memory modules first.
Since we're aligning the dimms afterwards this can create inconsistencies
in the end result. x86 has alignment of 1-2MiB and it's not severely
impacted by it, but pSeries works with 256MiB alignment and the difference
is noticeable.

This is the case of the existing 'memory-hotplug-ppc64-nonuma' test.
The test consists of a 2GiB (aligned value) guest with 2 ~520MiB dimms,
both unaligned. 'initialmem' is calculated by taking total_mem and
subtracting the dimms size (via virDomainDefGetMemoryInitial()), which
wil give us 2GiB - 520MiB - 520MiB, ending up with a little more than
an 1GiB of 'initialmem'. Note that this value is now unaligned, and
will be aligned up via VIR_ROUND_UP(), and we'll end up with 'initialmem'
of 1GiB + 256MiB. Given that the dimms are aligned later on, the end
result for QEMU is that the guest will have a 'mem' size of 1310720k,
plus the two 512 MiB dimms, exceeding in 256MiB the desired 2GiB
memory and currentMemory specified in the XML.

Existing guests can't be fixed without breaking ABI, but we have
code already in place to align pSeries NVDIMM modules for new guests.
Let's extend it to align all pSeries mem modules.

A new test, 'memory-hotplug-ppc64-nonuma-abi-update', a copy of the
existing 'memory-hotplug-ppc64-nonuma', was added to demonstrate the
result for new pSeries guests. For the same unaligned XML mentioned
above, after applying this patch:

- starting QEMU mem size without PARSE_ABI_UPDATE:
    -m size=1310720k,slots=16,maxmem=4194304k \ (no changes)

- starting QEMU mem size with PARSE_ABI_UPDATE:
    -m size=1048576k,slots=16,maxmem=4194304k \ (size fixed)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
2020-12-04 15:38:47 -03:00
..
440fx-ide-address-conflict.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
440fx-ide-address-conflict.xml
440fx-wrong-root.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
440fx-wrong-root.xml
aarch64-aavmf-virtio-mmio.args
aarch64-aavmf-virtio-mmio.xml
aarch64-acpi-nouefi.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-acpi-nouefi.xml
aarch64-acpi-uefi.args
aarch64-acpi-uefi.xml
aarch64-cpu-passthrough.args
aarch64-cpu-passthrough.xml
aarch64-default-cpu-kvm-virt-4.2.aarch64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
aarch64-default-cpu-kvm-virt-4.2.xml
aarch64-default-cpu-tcg-virt-4.2.aarch64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
aarch64-default-cpu-tcg-virt-4.2.xml
aarch64-features-sve-disabled.aarch64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-features-sve-disabled.xml
aarch64-features-sve.aarch64-4.0.0.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-features-sve.aarch64-latest.args
aarch64-features-sve.xml
aarch64-features-wrong.aarch64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-features-wrong.xml
aarch64-gic-default-both.args
aarch64-gic-default-both.xml
aarch64-gic-default-v2.args
aarch64-gic-default-v2.xml
aarch64-gic-default-v3.args
aarch64-gic-default-v3.xml
aarch64-gic-default.args
aarch64-gic-default.xml
aarch64-gic-host.args
aarch64-gic-host.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-gic-host.xml
aarch64-gic-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-gic-invalid.xml
aarch64-gic-none-both.args
aarch64-gic-none-both.xml
aarch64-gic-none-tcg.args
aarch64-gic-none-tcg.xml
aarch64-gic-none-v2.args
aarch64-gic-none-v2.xml
aarch64-gic-none-v3.args
aarch64-gic-none-v3.xml
aarch64-gic-none.args
aarch64-gic-none.xml
aarch64-gic-not-arm.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-gic-not-arm.xml
aarch64-gic-not-virt.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-gic-not-virt.xml
aarch64-gic-v2.args
aarch64-gic-v2.xml
aarch64-gic-v3.args
aarch64-gic-v3.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-gic-v3.xml
aarch64-kvm-32-on-64.args
aarch64-kvm-32-on-64.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
aarch64-kvm-32-on-64.xml
aarch64-noacpi-nouefi.args
aarch64-noacpi-nouefi.xml
aarch64-noacpi-uefi.args
aarch64-noacpi-uefi.xml
aarch64-os-firmware-efi.aarch64-latest.args
aarch64-os-firmware-efi.xml
aarch64-pci-serial.args
aarch64-pci-serial.xml
aarch64-traditional-pci.args
aarch64-traditional-pci.xml
aarch64-usb-controller-nec-xhci.args
aarch64-usb-controller-nec-xhci.xml
aarch64-usb-controller-qemu-xhci.args
aarch64-usb-controller-qemu-xhci.xml
aarch64-video-default.args
aarch64-video-default.xml
aarch64-video-virtio-gpu-pci.args
aarch64-video-virtio-gpu-pci.xml
aarch64-virt-2.6-virtio-pci-default.args
aarch64-virt-2.6-virtio-pci-default.xml
aarch64-virt-default-nic.args
aarch64-virt-default-nic.xml
aarch64-virt-graphics.aarch64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
aarch64-virt-graphics.xml
aarch64-virt-headless.aarch64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
aarch64-virt-headless.xml
aarch64-virt-virtio.args
aarch64-virt-virtio.xml
aarch64-virtio-pci-default.args
aarch64-virtio-pci-default.xml
aarch64-virtio-pci-manual-addresses.args
aarch64-virtio-pci-manual-addresses.xml
acpi-table.args
acpi-table.xml
arm-vexpressa9-basic.args
arm-vexpressa9-basic.xml
arm-vexpressa9-nodevs.args
arm-vexpressa9-nodevs.xml
arm-vexpressa9-virtio.args
arm-vexpressa9-virtio.xml
arm-virt-virtio.args
arm-virt-virtio.xml
autoindex.args
autoindex.xml
balloon-ccw-deflate.args
balloon-ccw-deflate.xml
balloon-device-auto.args
balloon-device-auto.xml
balloon-device-deflate-off.args
balloon-device-deflate-off.xml
balloon-device-deflate.args
balloon-device-deflate.xml
balloon-device-period.args
balloon-device-period.xml
balloon-device.args
balloon-device.xml
balloon-mmio-deflate.args
balloon-mmio-deflate.xml
bios-nvram-os-interleave.xml
bios-nvram-secure.args
bios-nvram-secure.xml
bios-nvram.args
bios-nvram.xml
bios.args
bios.xml
blkdeviotune-group-num.x86_64-4.1.0.args qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune-group-num.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
blkdeviotune-group-num.xml qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune-max-length.x86_64-4.1.0.args qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune-max-length.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
blkdeviotune-max-length.xml qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune-max.x86_64-4.1.0.args qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune-max.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
blkdeviotune-max.xml qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune.xml
blkiotune-device.args
blkiotune-device.xml
blkiotune.args
blkiotune.xml
boot-cdrom.args
boot-cdrom.xml
boot-complex.args
boot-complex.xml
boot-dev+order.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
boot-dev+order.xml
boot-floppy-q35.args
boot-floppy-q35.xml
boot-floppy.args
boot-floppy.xml
boot-menu-disable-drive.args
boot-menu-disable-drive.xml
boot-menu-disable-with-timeout.xml
boot-menu-disable.args
boot-menu-disable.xml
boot-menu-enable-with-timeout-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
boot-menu-enable-with-timeout-invalid.xml
boot-menu-enable-with-timeout.args
boot-menu-enable-with-timeout.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
boot-menu-enable-with-timeout.xml
boot-menu-enable.args
boot-menu-enable.xml
boot-multi.args
boot-multi.xml
boot-network.args
boot-network.xml
boot-order.args
boot-order.xml
boot-strict.args
boot-strict.xml
channel-guestfwd.args
channel-guestfwd.xml
channel-spicevmc.args
channel-spicevmc.xml
channel-unix-guestfwd.x86_64-2.5.0.args
channel-unix-guestfwd.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
channel-unix-guestfwd.xml
channel-unix-source-path.xml
channel-virtio-auto.args
channel-virtio-auto.xml
channel-virtio-autoadd.args
channel-virtio-autoadd.xml
channel-virtio-autoassign.args
channel-virtio-autoassign.xml
channel-virtio-default.args
channel-virtio-default.xml
channel-virtio-state.args
channel-virtio-state.xml
channel-virtio-unix.args
channel-virtio-unix.xml
channel-virtio.args
channel-virtio.xml
chardev-label.xml
chardev-reconnect-generated-path.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
chardev-reconnect-generated-path.xml
chardev-reconnect-invalid-timeout.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
chardev-reconnect-invalid-timeout.xml
chardev-reconnect.args
chardev-reconnect.xml
clock-catchup.args
clock-catchup.xml
clock-france.args
clock-france.xml
clock-hpet-off.args
clock-hpet-off.xml
clock-localtime-basis-localtime.args
clock-localtime-basis-localtime.xml
clock-localtime.args
clock-localtime.xml
clock-timer-armvtimer.aarch64-latest.args tests: Add test case for the armvtimer timer 2020-02-14 12:09:17 +01:00
clock-timer-armvtimer.xml tests: Add test case for the armvtimer timer 2020-02-14 12:09:17 +01:00
clock-timer-hyperv-rtc.args
clock-timer-hyperv-rtc.xml
clock-utc.args
clock-utc.xml
clock-variable.args
clock-variable.xml
console-compat2.xml
console-compat-2.xml
console-compat-auto.args
console-compat-auto.xml
console-compat-chardev.args
console-compat-chardev.xml
console-compat.args
console-compat.xml
console-sclp.args
console-sclp.xml
console-virtio-ccw.args
console-virtio-ccw.xml
console-virtio-many.args
console-virtio-many.xml
console-virtio-s390.args
console-virtio-s390.xml
console-virtio-unix.x86_64-2.5.0.args
console-virtio-unix.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
console-virtio-unix.xml
console-virtio.args
console-virtio.xml
controller-order.args
controller-order.xml
controller-usb-order.xml
controller-virtio-scsi.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
controller-virtio-scsi.xml
cpu-cache-disable2.args
cpu-cache-disable2.xml
cpu-cache-disable3.args
cpu-cache-disable3.xml
cpu-cache-disable.args
cpu-cache-disable.xml
cpu-cache-emulate-l2.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-cache-emulate-l2.xml
cpu-cache-emulate-l3.args
cpu-cache-emulate-l3.xml
cpu-cache-passthrough2.args
cpu-cache-passthrough2.xml
cpu-cache-passthrough3.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-cache-passthrough3.xml
cpu-cache-passthrough-l3.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-cache-passthrough-l3.xml
cpu-cache-passthrough.args
cpu-cache-passthrough.xml
cpu-check-default-none2.args
cpu-check-default-none2.xml
cpu-check-default-none.args
cpu-check-default-none.xml
cpu-check-default-partial2.args
cpu-check-default-partial2.xml
cpu-check-default-partial.args
cpu-check-default-partial.xml
cpu-check-full.args
cpu-check-full.xml
cpu-check-none.args
cpu-check-none.xml
cpu-check-partial.args
cpu-check-partial.xml
cpu-empty.xml
cpu-eoi-disabled.args
cpu-eoi-disabled.xml
cpu-eoi-enabled.args
cpu-eoi-enabled.xml
cpu-exact1.args
cpu-exact1.xml
cpu-exact2-nofallback.args
cpu-exact2-nofallback.xml
cpu-exact2.args
cpu-exact2.xml
cpu-fallback.args
cpu-fallback.xml
cpu-Haswell2.args
cpu-Haswell2.xml
cpu-Haswell3.args
cpu-Haswell3.xml
cpu-Haswell-noTSX.args
cpu-Haswell-noTSX.xml
cpu-Haswell.args
cpu-Haswell.xml
cpu-host-kvmclock.args
cpu-host-kvmclock.xml
cpu-host-model-cmt.args
cpu-host-model-cmt.x86_64-4.0.0.args cpu_map: Drop 'monitor' from modern x86 CPU models 2020-11-24 20:13:23 +01:00
cpu-host-model-cmt.xml
cpu-host-model-fallback.args
cpu-host-model-fallback.xml
cpu-host-model-features.xml
cpu-host-model-nofallback.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-host-model-nofallback.xml
cpu-host-model-vendor.args
cpu-host-model-vendor.xml
cpu-host-model.args
cpu-host-model.xml
cpu-host-passthrough-features.args
cpu-host-passthrough-features.xml
cpu-host-passthrough.args
cpu-host-passthrough.xml
cpu-hotplug-granularity.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-hotplug-granularity.xml
cpu-hotplug-startup.args
cpu-hotplug-startup.xml
cpu-Icelake-Server-pconfig.x86_64-3.1.0.args
cpu-Icelake-Server-pconfig.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
cpu-Icelake-Server-pconfig.xml
cpu-kvmclock.args
cpu-kvmclock.xml
cpu-minimum1.args
cpu-minimum1.xml
cpu-minimum2.args
cpu-minimum2.xml
cpu-no-removed-features.args
cpu-no-removed-features.xml
cpu-nofallback.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-nofallback.xml
cpu-numa1.args
cpu-numa1.xml
cpu-numa2.args
cpu-numa2.xml
cpu-numa3.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-numa3.xml
cpu-numa-disjoint.args
cpu-numa-disjoint.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-numa-disjoint.xml
cpu-numa-disordered.xml
cpu-numa-memshared-1.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-numa-memshared-1.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-numa-memshared.args qemu: Drop two layers of nesting of memoryBackingDir 2020-04-07 15:26:17 +02:00
cpu-numa-memshared.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-numa-memshared.xml
cpu-numa-no-memory-element.args
cpu-numa-no-memory-element.xml
cpu-qemu-host-passthrough.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-qemu-host-passthrough.xml
cpu-s390-features.args
cpu-s390-features.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cpu-s390-features.xml
cpu-s390-zEC12.args
cpu-s390-zEC12.xml
cpu-strict1.args
cpu-strict1.xml
cpu-topology1.args
cpu-topology1.xml
cpu-topology2.args
cpu-topology2.xml
cpu-topology3.args
cpu-topology3.xml
cpu-translation.x86_64-4.0.0.args
cpu-translation.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
cpu-translation.xml
cpu-tsc-frequency.args
cpu-tsc-frequency.x86_64-4.0.0.args
cpu-tsc-frequency.xml
cpu-tsc-high-frequency.x86_64-latest.args schema: Add support for high TSC frequency 2020-11-11 13:08:45 +01:00
cpu-tsc-high-frequency.xml schema: Add support for high TSC frequency 2020-11-11 13:08:45 +01:00
cputune-cpuset-big-id.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
cputune-cpuset-big-id.xml qemuxml2*test: Add cases for CPU pinning to large host CPU IDs 2020-06-16 10:32:32 +02:00
cputune-iothreads.xml
cputune-iothreadsched-toomuch.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cputune-iothreadsched-toomuch.xml
cputune-iothreadsched-zeropriority.xml
cputune-iothreadsched.xml
cputune-numatune.args
cputune-numatune.xml
cputune-vcpusched-overlap.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
cputune-vcpusched-overlap.xml
cputune-zero-shares.args
cputune-zero-shares.xml
cputune.args
cputune.xml
debug-threads.args
debug-threads.xml
default-kvm-host-arch.args
default-kvm-host-arch.xml
default-qemu-host-arch.args
default-qemu-host-arch.xml
default-video-type-aarch64.aarch64-latest.args
default-video-type-aarch64.xml
default-video-type-ppc64.ppc64-latest.args tests: Update capabilities for QEMU 5.0.0 on ppc64 2020-05-06 15:08:49 +02:00
default-video-type-ppc64.xml
default-video-type-riscv64.riscv64-latest.args
default-video-type-riscv64.xml
default-video-type-s390x.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
default-video-type-s390x.xml
default-video-type-x86_64-caps-test-0.err qemu: Validate video model 2020-11-16 18:26:46 +01:00
default-video-type-x86_64-caps-test-0.xml
default-video-type-x86_64-caps-test-1.xml
disk-active-commit.xml
disk-address-conflict.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-address-conflict.xml
disk-aio-io_uring.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-aio-io_uring.xml tests: Tests for io mode io_uring 2020-04-24 09:17:06 +02:00
disk-aio.args
disk-aio.x86_64-2.12.0.args
disk-aio.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-aio.xml
disk-arm-virtio-sd.aarch64-4.0.0.args tests: Add tests for a virtio and sd disk in a single machine 2020-05-12 06:55:00 +02:00
disk-arm-virtio-sd.aarch64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
disk-arm-virtio-sd.xml tests: Add tests for a virtio and sd disk in a single machine 2020-05-12 06:55:00 +02:00
disk-attaching-partition-nosupport.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-attaching-partition-nosupport.xml
disk-backing-chains-index.x86_64-2.12.0.args
disk-backing-chains-index.x86_64-latest.args
disk-backing-chains-index.xml
disk-backing-chains-noindex.x86_64-2.12.0.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
disk-backing-chains-noindex.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-backing-chains-noindex.xml
disk-backing-chains.xml
disk-blockio.args
disk-blockio.xml
disk-boot-cdrom.args
disk-boot-cdrom.xml
disk-boot-disk.args
disk-boot-disk.xml
disk-cache.x86_64-1.5.3.args
disk-cache.x86_64-2.6.0.args
disk-cache.x86_64-2.7.0.args
disk-cache.x86_64-2.12.0.args
disk-cache.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-cache.xml
disk-cdrom-bus-other.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-cdrom-bus-other.xml qemu: Forbid 'cdrom' on 'sd' bus 2020-05-12 06:55:00 +02:00
disk-cdrom-empty-network-invalid.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-cdrom-empty-network-invalid.xml
disk-cdrom-network.args qemu: domain: Forbid unsupported 'tftp' protocol and handle tests 2020-05-20 09:41:57 +02:00
disk-cdrom-network.x86_64-2.12.0.args qemu: domain: Forbid unsupported 'tftp' protocol and handle tests 2020-05-20 09:41:57 +02:00
disk-cdrom-network.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-cdrom-network.xml qemu: domain: Forbid unsupported 'tftp' protocol and handle tests 2020-05-20 09:41:57 +02:00
disk-cdrom-tray.args
disk-cdrom-tray.x86_64-2.12.0.args
disk-cdrom-tray.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-cdrom-tray.xml
disk-cdrom.args qemu: Add test cases for 'host_cdrom' blockdev backend via <disk> 2020-11-02 14:14:51 +01:00
disk-cdrom.x86_64-2.12.0.args qemu: Add test cases for 'host_cdrom' blockdev backend via <disk> 2020-11-02 14:14:51 +01:00
disk-cdrom.x86_64-latest.args qemu: Add test cases for 'host_cdrom' blockdev backend via <disk> 2020-11-02 14:14:51 +01:00
disk-cdrom.xml qemu: Add test cases for 'host_cdrom' blockdev backend via <disk> 2020-11-02 14:14:51 +01:00
disk-copy_on_read.args
disk-copy_on_read.x86_64-2.12.0.args
disk-copy_on_read.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-copy_on_read.xml
disk-detect-zeroes.args
disk-detect-zeroes.x86_64-2.12.0.args qemuxml2(argv|xml): Modernize 'discard'/'detect-zero' tests 2020-05-12 06:54:59 +02:00
disk-detect-zeroes.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-detect-zeroes.xml qemuxml2(argv|xml): Modernize 'discard'/'detect-zero' tests 2020-05-12 06:54:59 +02:00
disk-device-lun-type-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-device-lun-type-invalid.xml
disk-discard.x86_64-4.1.0.args qemuxml2(argv|xml): Modernize 'discard'/'detect-zero' tests 2020-05-12 06:54:59 +02:00
disk-discard.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-discard.xml
disk-error-policy-s390x.s390x-2.12.0.args qemu: use QEMU_CAPS_STORAGE_WERROR for disk-error attributes 2020-04-01 15:45:48 +02:00
disk-error-policy-s390x.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
disk-error-policy-s390x.xml tests: qemu: add disk-error-policy tests for s390x 2020-04-01 15:45:47 +02:00
disk-error-policy.args
disk-error-policy.x86_64-2.12.0.args
disk-error-policy.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-error-policy.xml
disk-fdc-incompatible-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-fdc-incompatible-address.xml
disk-floppy-pseries.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-floppy-pseries.xml
disk-floppy-q35-2_9.x86_64-2.12.0.args
disk-floppy-q35-2_9.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-floppy-q35-2_9.xml
disk-floppy-q35-2_11.x86_64-2.12.0.args
disk-floppy-q35-2_11.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-floppy-q35-2_11.xml
disk-floppy-tray.args
disk-floppy-tray.xml
disk-floppy.args
disk-floppy.x86_64-2.12.0.args
disk-floppy.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-floppy.xml
disk-fmt-cow.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-fmt-cow.xml
disk-fmt-dir.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-fmt-dir.xml
disk-fmt-iso.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-fmt-iso.xml
disk-fmt-qcow.args
disk-fmt-qcow.xml
disk-geometry.args
disk-geometry.xml
disk-hostdev-scsi-address-conflict.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-hostdev-scsi-address-conflict.xml
disk-ide-incompatible-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-ide-incompatible-address.xml
disk-ide-split.args
disk-ide-split.xml
disk-ide-wwn.args
disk-ide-wwn.xml
disk-ioeventfd.args
disk-ioeventfd.xml
disk-iscsi.args
disk-iscsi.xml
disk-mirror-old.xml
disk-mirror.xml
disk-network-gluster.args
disk-network-gluster.x86_64-2.12.0.args
disk-network-gluster.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-network-gluster.xml
disk-network-http.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-network-http.xml conf: Add support for http(s) query strings 2020-03-30 16:30:34 +02:00
disk-network-iscsi-auth-secrettype-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-network-iscsi-auth-secrettype-invalid.xml
disk-network-iscsi-auth-wrong-secrettype.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-network-iscsi-auth-wrong-secrettype.xml
disk-network-iscsi-modern.args
disk-network-iscsi-modern.xml
disk-network-iscsi.args
disk-network-iscsi.x86_64-2.12.0.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
disk-network-iscsi.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-network-iscsi.xml
disk-network-nbd.args
disk-network-nbd.x86_64-2.12.0.args
disk-network-nbd.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-network-nbd.xml
disk-network-rbd-no-colon.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-network-rbd-no-colon.xml
disk-network-rbd.x86_64-2.5.0.args
disk-network-rbd.x86_64-2.12.0.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
disk-network-rbd.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-network-rbd.xml
disk-network-sheepdog.args
disk-network-sheepdog.x86_64-2.12.0.args
disk-network-sheepdog.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-network-sheepdog.xml
disk-network-source-auth-both.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-network-source-auth-both.xml
disk-network-source-auth.args
disk-network-source-auth.x86_64-2.12.0.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
disk-network-source-auth.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-network-source-auth.xml
disk-network-tlsx509-nbd.x86_64-2.12.0.args tests: qemu: Split NBD and VXHS protocol tests 2020-07-31 10:27:50 +02:00
disk-network-tlsx509-nbd.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-network-tlsx509-nbd.xml tests: qemu: Split NBD and VXHS protocol tests 2020-07-31 10:27:50 +02:00
disk-network-tlsx509-vxhs.x86_64-2.12.0.args tests: qemu: Split NBD and VXHS protocol tests 2020-07-31 10:27:50 +02:00
disk-network-tlsx509-vxhs.x86_64-5.0.0.args tests: qemuxml2argv: Lock in "disk-network-tlsx509-vxhs" case to qemu-5.0.0 2020-07-31 10:27:51 +02:00
disk-network-tlsx509-vxhs.xml tests: qemu: Split NBD and VXHS protocol tests 2020-07-31 10:27:50 +02:00
disk-network-tlsx509.x86_64-2.12.0.args tests: qemuxml2argv: Test encrypted TLS key for nbd/vxhs disks 2020-07-07 12:58:19 +02:00
disk-network-tlsx509.x86_64-latest.args tests: qemuxml2argv: Test encrypted TLS key for nbd/vxhs disks 2020-07-07 12:58:19 +02:00
disk-network-vxhs.args
disk-network-vxhs.xml
disk-no-boot.args
disk-no-boot.xml
disk-nvme.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-nvme.xml
disk-order.args
disk-order.xml
disk-readonly-disk.args
disk-readonly-disk.x86_64-2.12.0.args
disk-readonly-disk.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-readonly-disk.xml
disk-same-targets.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-same-targets.xml
disk-sata-device.args
disk-sata-device.xml
disk-sata-incompatible-address.err qemu_command.c: move DISK_BUS_SATA validation to qemu_validate.c 2020-10-15 09:55:37 -03:00
disk-sata-incompatible-address.xml
disk-scsi-device-auto.x86_64-1.5.3.args
disk-scsi-device-auto.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-scsi-device-auto.xml
disk-scsi-disk-split.args
disk-scsi-disk-split.xml
disk-scsi-disk-vpd-build-error.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-scsi-disk-vpd-build-error.xml
disk-scsi-disk-vpd.args
disk-scsi-disk-vpd.xml
disk-scsi-disk-wwn.args
disk-scsi-disk-wwn.xml
disk-scsi-incompatible-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-scsi-incompatible-address.xml
disk-scsi-lun-passthrough-sgio.xml
disk-scsi-lun-passthrough.args
disk-scsi-lun-passthrough.xml
disk-scsi.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-scsi.xml tests: qemuxml2argvtest: Add vmpvscsi to disk-scsi test 2020-05-13 09:30:20 +02:00
disk-serial.args
disk-serial.xml
disk-shared-qcow.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-shared-qcow.xml
disk-shared.x86_64-2.12.0.args
disk-shared.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-shared.xml
disk-slices.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-slices.xml qemuxml2argvdata/disk-slices: Add test case for 'luks' encryption 2020-03-20 09:47:16 +01:00
disk-snapshot.args
disk-snapshot.xml
disk-source-pool-mode.args
disk-source-pool-mode.xml
disk-source-pool.args
disk-source-pool.xml
disk-transient.x86_64-4.1.0.err tests: qemuxml2argv: Fix and enable 'disk-transient' case 2020-10-01 09:55:02 +02:00
disk-transient.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-transient.xml tests: qemuxml2argv: Fix and enable 'disk-transient' case 2020-10-01 09:55:02 +02:00
disk-usb-device-removable.args
disk-usb-device-removable.xml
disk-usb-device.args
disk-usb-device.xml
disk-usb-nosupport.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-usb-nosupport.xml
disk-usb-pci.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
disk-usb-pci.xml
disk-virtio-ccw-many.args
disk-virtio-ccw-many.xml
disk-virtio-ccw.args
disk-virtio-ccw.xml
disk-virtio-queues.args
disk-virtio-queues.xml
disk-virtio-s390-zpci.args
disk-virtio-s390-zpci.xml
disk-virtio-s390.args
disk-virtio-s390.xml
disk-virtio-scsi-reservations.x86_64-2.12.0.args
disk-virtio-scsi-reservations.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
disk-virtio-scsi-reservations.xml
disk-virtio.args
disk-virtio.xml
downscript.xml downscript: add support for booting and hotplug interface 2020-05-26 15:56:11 +02:00
encrypted-disk-usage.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
encrypted-disk-usage.xml
encrypted-disk.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
encrypted-disk.xml
eoi-disabled.x86_64-2.7.0.args
eoi-disabled.x86_64-4.0.0.args
eoi-disabled.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
eoi-disabled.xml
eoi-enabled.x86_64-2.7.0.args
eoi-enabled.x86_64-4.0.0.args
eoi-enabled.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
eoi-enabled.xml
event_idx.args
event_idx.xml
fd-memory-no-numa-topology.args qemu: Drop two layers of nesting of memoryBackingDir 2020-04-07 15:26:17 +02:00
fd-memory-no-numa-topology.xml
fd-memory-numa-topology2.args qemu: Drop two layers of nesting of memoryBackingDir 2020-04-07 15:26:17 +02:00
fd-memory-numa-topology2.xml
fd-memory-numa-topology3.args qemu: Drop two layers of nesting of memoryBackingDir 2020-04-07 15:26:17 +02:00
fd-memory-numa-topology3.xml
fd-memory-numa-topology.args qemu: Drop two layers of nesting of memoryBackingDir 2020-04-07 15:26:17 +02:00
fd-memory-numa-topology.xml
fips-enabled.x86_64-5.1.0.args qemuxml2argvtest: Sanitize testing of '-enable-fips' 2020-10-22 09:03:28 +02:00
fips-enabled.x86_64-latest.args qemuxml2argvtest: Sanitize testing of '-enable-fips' 2020-10-22 09:03:28 +02:00
fips-enabled.xml
floppy-drive-fat.args
floppy-drive-fat.x86_64-2.12.0.args
floppy-drive-fat.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
floppy-drive-fat.xml
fs9p-ccw.args
fs9p-ccw.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
fs9p-ccw.xml
fs9p.args
fs9p.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
fs9p.xml
genid-auto.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
genid-auto.xml
genid.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
genid.xml
graphics-egl-headless-rendernode.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
graphics-egl-headless-rendernode.xml
graphics-egl-headless.args
graphics-egl-headless.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
graphics-egl-headless.xml
graphics-listen-network2.xml
graphics-listen-network.xml
graphics-sdl-egl-headless.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
graphics-sdl-egl-headless.xml
graphics-sdl-fullscreen.args
graphics-sdl-fullscreen.xml
graphics-sdl.args
graphics-sdl.xml
graphics-spice-agent-file-xfer.args
graphics-spice-agent-file-xfer.xml
graphics-spice-agentmouse.args
graphics-spice-agentmouse.xml
graphics-spice-auto-socket-cfg.args
graphics-spice-auto-socket-cfg.xml
graphics-spice-auto-socket.args
graphics-spice-auto-socket.xml
graphics-spice-compression.args
graphics-spice-compression.xml
graphics-spice-egl-headless.args
graphics-spice-egl-headless.xml
graphics-spice-gl-auto-rendernode.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
graphics-spice-gl-auto-rendernode.xml
graphics-spice-invalid-egl-headless.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
graphics-spice-invalid-egl-headless.xml
graphics-spice-no-args.args
graphics-spice-no-args.xml
graphics-spice-qxl-vga.args
graphics-spice-qxl-vga.xml
graphics-spice-sasl.args
graphics-spice-sasl.xml
graphics-spice-socket.args
graphics-spice-socket.xml
graphics-spice-timeout.args
graphics-spice-timeout.xml
graphics-spice-usb-redir.args
graphics-spice-usb-redir.xml
graphics-spice.args
graphics-spice.xml
graphics-vnc-auto-socket-cfg.args
graphics-vnc-auto-socket-cfg.xml
graphics-vnc-auto-socket.args
graphics-vnc-auto-socket.xml
graphics-vnc-egl-headless.args
graphics-vnc-egl-headless.xml
graphics-vnc-no-listen-attr.args
graphics-vnc-no-listen-attr.xml
graphics-vnc-none.args
graphics-vnc-none.xml
graphics-vnc-policy.args
graphics-vnc-policy.xml
graphics-vnc-remove-generated-socket.args
graphics-vnc-remove-generated-socket.xml
graphics-vnc-sasl.args
graphics-vnc-sasl.xml
graphics-vnc-socket-new-cmdline.args
graphics-vnc-socket-new-cmdline.xml
graphics-vnc-socket.args
graphics-vnc-socket.xml
graphics-vnc-tls-secret.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
graphics-vnc-tls-secret.xml
graphics-vnc-tls.args
graphics-vnc-tls.x86_64-2.4.0.args
graphics-vnc-tls.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
graphics-vnc-tls.xml
graphics-vnc-websocket.args
graphics-vnc-websocket.xml
graphics-vnc.args
graphics-vnc.xml
hostdev-mdev-display-missing-graphics.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-mdev-display-missing-graphics.xml
hostdev-mdev-display-ramfb.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hostdev-mdev-display-ramfb.xml
hostdev-mdev-display-spice-egl-headless.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hostdev-mdev-display-spice-egl-headless.xml
hostdev-mdev-display-spice-opengl.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hostdev-mdev-display-spice-opengl.xml
hostdev-mdev-display-vnc-egl-headless.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hostdev-mdev-display-vnc-egl-headless.xml
hostdev-mdev-display-vnc.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hostdev-mdev-display-vnc.xml
hostdev-mdev-display.xml
hostdev-mdev-invalid-target-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-mdev-invalid-target-address.xml
hostdev-mdev-precreated.args
hostdev-mdev-precreated.xml
hostdev-mdev-src-address-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-mdev-src-address-invalid.xml
hostdev-pci-address-device.args
hostdev-pci-address-device.xml
hostdev-pci-address-unassigned.args
hostdev-pci-address-unassigned.xml
hostdev-pci-address.args
hostdev-pci-address.xml
hostdev-pci-multifunction.args
hostdev-pci-multifunction.xml
hostdev-scsi-autogen-address.xml
hostdev-scsi-boot.xml
hostdev-scsi-large-unit.xml
hostdev-scsi-lsi.x86_64-2.8.0.args qemuxml2argvtest: hostdev-scsi-lsi: Integrate 'hostdev-scsi-lsi-iscsi-auth' case 2020-06-23 13:57:13 +02:00
hostdev-scsi-lsi.x86_64-4.1.0.args qemuxml2argvtest: hostdev-scsi-lsi: Integrate 'hostdev-scsi-lsi-iscsi-auth' case 2020-06-23 13:57:13 +02:00
hostdev-scsi-lsi.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hostdev-scsi-lsi.xml qemuxml2argvtest: hostdev-scsi-lsi: Integrate 'hostdev-scsi-lsi-iscsi-auth' case 2020-06-23 13:57:13 +02:00
hostdev-scsi-rawio.xml
hostdev-scsi-sgio.xml
hostdev-scsi-shareable.xml
hostdev-scsi-vhost-scsi-ccw.args
hostdev-scsi-vhost-scsi-ccw.xml
hostdev-scsi-vhost-scsi-pci-boot-fail.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-scsi-vhost-scsi-pci-boot-fail.xml
hostdev-scsi-vhost-scsi-pci.args
hostdev-scsi-vhost-scsi-pci.xml
hostdev-scsi-vhost-scsi-pcie.args
hostdev-scsi-vhost-scsi-pcie.xml
hostdev-scsi-virtio-scsi.x86_64-2.8.0.args qemuxml2argvtest: hostdev-scsi-virtio-scsi: Add <readonly/> to one of the iSCSI hostdevs 2020-09-16 09:08:56 +02:00
hostdev-scsi-virtio-scsi.x86_64-4.1.0.args qemuxml2argvtest: hostdev-scsi-virtio-scsi: Add <readonly/> to one of the iSCSI hostdevs 2020-09-16 09:08:56 +02:00
hostdev-scsi-virtio-scsi.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hostdev-scsi-virtio-scsi.xml qemuxml2argvtest: hostdev-scsi-virtio-scsi: Add <readonly/> to one of the iSCSI hostdevs 2020-09-16 09:08:56 +02:00
hostdev-subsys-mdev-vfio-ap-boot-fail.s390x-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-subsys-mdev-vfio-ap-boot-fail.xml
hostdev-subsys-mdev-vfio-ap.s390x-latest.args
hostdev-subsys-mdev-vfio-ap.xml
hostdev-subsys-mdev-vfio-ccw-boot.s390x-latest.args
hostdev-subsys-mdev-vfio-ccw-boot.xml
hostdev-subsys-mdev-vfio-ccw-duplicate-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-subsys-mdev-vfio-ccw-duplicate-address.xml
hostdev-subsys-mdev-vfio-ccw-invalid-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-subsys-mdev-vfio-ccw-invalid-address.xml
hostdev-subsys-mdev-vfio-ccw.args
hostdev-subsys-mdev-vfio-ccw.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-subsys-mdev-vfio-ccw.xml
hostdev-usb-address-device-boot.args
hostdev-usb-address-device-boot.xml
hostdev-usb-address-device.args
hostdev-usb-address-device.xml
hostdev-usb-address.args
hostdev-usb-address.xml
hostdev-vfio-multidomain.args
hostdev-vfio-multidomain.xml
hostdev-vfio-zpci-autogenerate-fids.args tests: qemu: add more tests for ZPCI on S390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-autogenerate-fids.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-vfio-zpci-autogenerate-fids.xml tests: qemu: add more tests for ZPCI on S390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-autogenerate-uids.args tests: qemu: add more tests for ZPCI on S390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-autogenerate-uids.xml tests: qemu: add more tests for ZPCI on S390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-autogenerate.args
hostdev-vfio-zpci-autogenerate.xml
hostdev-vfio-zpci-boundaries.args
hostdev-vfio-zpci-boundaries.xml
hostdev-vfio-zpci-ccw-memballoon.args tests: add test with PCI and CCW device 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-ccw-memballoon.xml tests: add test with PCI and CCW device 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-duplicate.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-vfio-zpci-duplicate.xml tests: qemu: add more tests for ZPCI on S390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-invalid-uid-valid-fid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-vfio-zpci-invalid-uid-valid-fid.xml tests: qemu: add more tests for ZPCI on S390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-multidomain-many.args
hostdev-vfio-zpci-multidomain-many.xml
hostdev-vfio-zpci-set-zero.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-vfio-zpci-set-zero.xml tests: qemu: add more tests for ZPCI on S390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-uid-set-zero.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-vfio-zpci-uid-set-zero.xml conf: fix zPCI address auto-generation on s390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-wrong-arch.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-vfio-zpci-wrong-arch.xml
hostdev-vfio-zpci.args
hostdev-vfio-zpci.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdev-vfio-zpci.xml
hostdev-vfio.args
hostdev-vfio.xml
hostdevs-drive-address-conflict.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hostdevs-drive-address-conflict.xml
hotplug-base.args
hotplug-base.xml
hugepages-default-1G-nodeset-2M.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hugepages-default-1G-nodeset-2M.xml
hugepages-default-2M.args
hugepages-default-2M.xml
hugepages-default-system-size.args
hugepages-default-system-size.xml
hugepages-default.args
hugepages-default.xml
hugepages-memaccess2.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
hugepages-memaccess2.xml
hugepages-memaccess3.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hugepages-memaccess3.xml
hugepages-memaccess-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hugepages-memaccess-invalid.xml
hugepages-memaccess.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
hugepages-memaccess.xml
hugepages-nodeset-nonexist.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hugepages-nodeset-nonexist.xml
hugepages-nodeset.args
hugepages-nodeset.xml
hugepages-numa-default-2M.args
hugepages-numa-default-2M.xml
hugepages-numa-default-dimm.args
hugepages-numa-default-dimm.xml
hugepages-numa-default.args
hugepages-numa-default.xml
hugepages-numa-nodeset-nonexist.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
hugepages-numa-nodeset-nonexist.xml
hugepages-numa-nodeset-part.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
hugepages-numa-nodeset-part.xml
hugepages-numa-nodeset.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
hugepages-numa-nodeset.xml
hugepages-nvdimm.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
hugepages-nvdimm.xml
hugepages-shared.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
hugepages-shared.xml
hyperv-off.x86_64-4.0.0.args
hyperv-off.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hyperv-off.xml
hyperv-panic.x86_64-4.0.0.args
hyperv-panic.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hyperv-panic.xml
hyperv-stimer-direct.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hyperv-stimer-direct.xml
hyperv.x86_64-4.0.0.args
hyperv.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
hyperv.xml
input-usbmouse-addr.args
input-usbmouse-addr.xml
input-usbmouse.args
input-usbmouse.xml
input-usbtablet.args
input-usbtablet.xml
input-virtio-ccw.args
input-virtio-ccw.xml
intel-iommu-aw-bits.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
intel-iommu-aw-bits.xml conf: add address width attribute to iommu 2020-06-23 15:51:49 +02:00
intel-iommu-caching-mode.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
intel-iommu-caching-mode.xml
intel-iommu-device-iotlb.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
intel-iommu-device-iotlb.xml
intel-iommu-eim.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
intel-iommu-eim.xml
intel-iommu-wrong-machine.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
intel-iommu-wrong-machine.xml
intel-iommu.x86_64-2.6.0.args
intel-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
intel-iommu.xml
interface-driver.xml
interface-server.xml
iommu-smmuv3.aarch64-latest.args
iommu-smmuv3.xml
iothreads-disk-virtio-ccw.args
iothreads-disk-virtio-ccw.xml
iothreads-disk.args
iothreads-disk.xml
iothreads-ids-partial.args
iothreads-ids-partial.xml
iothreads-ids.args
iothreads-ids.xml
iothreads-nocap.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
iothreads-nocap.xml
iothreads-virtio-scsi-ccw.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
iothreads-virtio-scsi-ccw.xml
iothreads-virtio-scsi-pci.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
iothreads-virtio-scsi-pci.xml
iothreads.args
iothreads.xml
kvm-features-off.args
kvm-features-off.xml tests: Add tests for kvm-poll-control feature 2020-11-17 14:40:54 +01:00
kvm-features.args tests: Add tests for kvm-poll-control feature 2020-11-17 14:40:54 +01:00
kvm-features.xml tests: Add tests for kvm-poll-control feature 2020-11-17 14:40:54 +01:00
kvm-pit-delay.args
kvm-pit-delay.xml
kvm-pit-discard.args
kvm-pit-discard.xml
kvmclock.args
kvmclock.xml
kvmclock+eoi-disabled.x86_64-2.7.0.args
kvmclock+eoi-disabled.x86_64-4.0.0.args
kvmclock+eoi-disabled.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
kvmclock+eoi-disabled.xml
launch-security-sev-missing-platform-info.x86_64-2.12.0.args conf: domain: sev: Make 'cbitpos' & 'reducedPhysBits' attrs optional 2020-10-19 11:03:39 +02:00
launch-security-sev-missing-platform-info.xml conf: domain: sev: Make 'cbitpos' & 'reducedPhysBits' attrs optional 2020-10-19 11:03:39 +02:00
launch-security-sev.x86_64-2.12.0.args
launch-security-sev.xml
lease.xml
luks-disk-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
luks-disk-invalid.xml
luks-disks-source-both.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
luks-disks-source-both.xml
luks-disks-source-qcow2.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
luks-disks-source-qcow2.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
luks-disks-source-qcow2.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
luks-disks-source-qcow2.xml
luks-disks-source.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
luks-disks-source.xml
luks-disks.args qemuDomainSecretStorageSourcePrepare: Change aliases for disk secrets 2020-03-16 15:51:44 +01:00
luks-disks.xml
mach-virt-console-native.args
mach-virt-console-native.xml
mach-virt-console-virtio.args
mach-virt-console-virtio.xml
mach-virt-serial-compat.args
mach-virt-serial-compat.xml
mach-virt-serial-invalid-machine.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
mach-virt-serial-invalid-machine.xml
mach-virt-serial-native.args
mach-virt-serial-native.xml
mach-virt-serial-pci.args
mach-virt-serial-pci.xml
mach-virt-serial-usb.args
mach-virt-serial-usb.xml
mach-virt-serial+console-native.args
mach-virt-serial+console-native.xml
machine-aeskeywrap-off-cap.args
machine-aeskeywrap-off-cap.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-aeskeywrap-off-cap.xml
machine-aeskeywrap-off-caps.args
machine-aeskeywrap-off-caps.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-aeskeywrap-off-caps.xml
machine-aeskeywrap-on-cap.args
machine-aeskeywrap-on-cap.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-aeskeywrap-on-cap.xml
machine-aeskeywrap-on-caps.args
machine-aeskeywrap-on-caps.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-aeskeywrap-on-caps.xml
machine-aliases1.args
machine-aliases1.xml
machine-aliases2.args
machine-aliases2.xml
machine-core-off.args
machine-core-off.xml
machine-core-on.args
machine-core-on.xml
machine-deakeywrap-off-cap.args
machine-deakeywrap-off-cap.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-deakeywrap-off-cap.xml
machine-deakeywrap-off-caps.args
machine-deakeywrap-off-caps.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-deakeywrap-off-caps.xml
machine-deakeywrap-on-cap.args
machine-deakeywrap-on-cap.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-deakeywrap-on-cap.xml
machine-deakeywrap-on-caps.args
machine-deakeywrap-on-caps.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-deakeywrap-on-caps.xml
machine-keywrap-none-caps.args
machine-keywrap-none-caps.xml
machine-keywrap-none.args
machine-keywrap-none.xml
machine-loadparm-multiple-disks-nets-s390.args
machine-loadparm-multiple-disks-nets-s390.xml
machine-loadparm-net-s390.args
machine-loadparm-net-s390.xml
machine-loadparm-s390-char-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-loadparm-s390-char-invalid.xml
machine-loadparm-s390-len-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
machine-loadparm-s390-len-invalid.xml
machine-loadparm-s390.args
machine-loadparm-s390.xml
machine-smm-opt.args
machine-smm-opt.xml
machine-vmport-opt.args
machine-vmport-opt.xml
master-key.args
master-key.xml
memfd-memory-default-hugepage.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
memfd-memory-default-hugepage.xml
memfd-memory-numa.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
memfd-memory-numa.xml
memory-align-fail.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
memory-align-fail.xml
memory-hotplug-dimm-addr.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
memory-hotplug-dimm-addr.xml
memory-hotplug-dimm.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
memory-hotplug-dimm.xml
memory-hotplug-nonuma.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
memory-hotplug-nonuma.xml
memory-hotplug-nvdimm-access.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
memory-hotplug-nvdimm-access.xml
memory-hotplug-nvdimm-align.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
memory-hotplug-nvdimm-align.xml
memory-hotplug-nvdimm-label.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
memory-hotplug-nvdimm-label.xml
memory-hotplug-nvdimm-pmem.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
memory-hotplug-nvdimm-pmem.xml
memory-hotplug-nvdimm-ppc64-abi-update.args qemu_domain.c: post parse pSeries NVDIMM align with PARSE_ABI_UPDATE 2020-12-04 15:38:14 -03:00
memory-hotplug-nvdimm-ppc64-abi-update.xml qemu_domain.c: post parse pSeries NVDIMM align with PARSE_ABI_UPDATE 2020-12-04 15:38:14 -03:00
memory-hotplug-nvdimm-ppc64.args tests: Simplify some ppc64 tests 2020-12-04 15:56:48 +01:00
memory-hotplug-nvdimm-ppc64.xml tests: Simplify some ppc64 tests 2020-12-04 15:56:48 +01:00
memory-hotplug-nvdimm-readonly.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
memory-hotplug-nvdimm-readonly.xml
memory-hotplug-nvdimm.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
memory-hotplug-nvdimm.xml
memory-hotplug-ppc64-nonuma-abi-update.args qemu_domain.c: align all pSeries mem modules when PARSE_ABI_UPDATE 2020-12-04 15:38:47 -03:00
memory-hotplug-ppc64-nonuma-abi-update.xml qemu_domain.c: align all pSeries mem modules when PARSE_ABI_UPDATE 2020-12-04 15:38:47 -03:00
memory-hotplug-ppc64-nonuma.args tests: Simplify some ppc64 tests 2020-12-04 15:56:48 +01:00
memory-hotplug-ppc64-nonuma.xml tests: Simplify some ppc64 tests 2020-12-04 15:56:48 +01:00
memory-hotplug.args
memory-hotplug.xml
memorybacking-set.xml
memorybacking-unset.xml
memtune-unlimited.args
memtune-unlimited.xml
memtune.args
memtune.xml
metadata-duplicate.xml
metadata.xml
migrate-numa-unaligned.args
migrate-numa-unaligned.xml
migrate.args
migrate.xml
minimal-msg-timestamp.args
minimal-msg-timestamp.xml
minimal-no-memory.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
minimal-no-memory.xml
minimal-sandbox.args
minimal-sandbox.xml
minimal.args
minimal.xml
misc-acpi.args
misc-acpi.xml
misc-disable-s3.args
misc-disable-s3.xml
misc-disable-suspends.args
misc-disable-suspends.xml
misc-enable-s4.args
misc-enable-s4.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
misc-enable-s4.xml
misc-no-reboot.args
misc-no-reboot.xml
misc-uuid.args
misc-uuid.xml
missing-machine.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
missing-machine.xml
mlock-off.x86_64-3.0.0.args
mlock-off.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
mlock-off.xml
mlock-on.x86_64-3.0.0.args
mlock-on.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
mlock-on.xml
monitor-json.args
monitor-json.xml
multifunction-pci-device.args
multifunction-pci-device.xml
name-escape.args
name-escape.xml
net-bandwidth2.xml
net-bandwidth.xml
net-client.args
net-client.xml
net-coalesce.xml
net-eth-hostip.args
net-eth-hostip.xml
net-eth-ifname.args
net-eth-ifname.xml
net-eth-names.args
net-eth-names.xml
net-eth-unmanaged-tap.args
net-eth-unmanaged-tap.xml
net-eth.args
net-eth.xml
net-hostdev-bootorder.args
net-hostdev-bootorder.xml
net-hostdev-fail.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
net-hostdev-fail.xml
net-hostdev-multidomain.args
net-hostdev-multidomain.xml
net-hostdev-vfio-multidomain.args
net-hostdev-vfio-multidomain.xml
net-hostdev-vfio.args
net-hostdev-vfio.xml
net-hostdev.args
net-hostdev.xml
net-isolated-port.xml conf: parse/format <port isolated='yes|no'/> 2020-02-20 23:09:27 -05:00
net-many-models.args
net-many-models.xml
net-mcast.args
net-mcast.xml
net-midonet.xml
net-mtu.xml
net-openvswitch.xml
net-server.args
net-server.xml
net-udp.args
net-udp.xml
net-user-addr.args qemuBuildHostNetStr: Stop using 'ipv6-net' convenience argument 2020-05-20 09:41:57 +02:00
net-user-addr.xml
net-user.args
net-user.x86_64-4.0.0.args
net-user.xml
net-vdpa.x86_64-latest.args qemu: add vdpa support 2020-10-20 14:48:02 -04:00
net-vdpa.xml qemu: add vdpa support 2020-10-20 14:48:02 -04:00
net-vhostuser-fail.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
net-vhostuser-fail.xml
net-vhostuser-multiq.args
net-vhostuser-multiq.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
net-vhostuser-multiq.xml
net-vhostuser.args
net-vhostuser.x86_64-2.5.0.args
net-vhostuser.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
net-vhostuser.xml
net-virtio-ccw.args
net-virtio-ccw.xml
net-virtio-device.args
net-virtio-device.xml
net-virtio-disable-offloads.args
net-virtio-disable-offloads.xml
net-virtio-netdev.args
net-virtio-netdev.xml
net-virtio-network-portgroup.xml
net-virtio-rxqueuesize-invalid-size.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
net-virtio-rxqueuesize-invalid-size.xml
net-virtio-rxtxqueuesize.args
net-virtio-rxtxqueuesize.xml
net-virtio-s390.args
net-virtio-s390.xml
net-virtio-teaming-network.xml conf: parse/format <teaming> subelement of <interface> 2020-01-29 15:33:29 -05:00
net-virtio-teaming.args qemu: support interface <teaming> functionality 2020-01-29 15:33:29 -05:00
net-virtio-teaming.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
net-virtio-teaming.xml conf: parse/format <teaming> subelement of <interface> 2020-01-29 15:33:29 -05:00
net-virtio.args
net-virtio.xml
non-x86_64-timer-error.err qemuxml2argvtest: Test timer validation for non-x86 arches 2020-09-23 22:48:26 +02:00
non-x86_64-timer-error.xml qemuxml2argvtest: Test timer validation for non-x86 arches 2020-09-23 22:48:26 +02:00
nosharepages.args
nosharepages.xml
numad-auto-memory-vcpu-cpuset.args
numad-auto-memory-vcpu-cpuset.xml
numad-auto-memory-vcpu-no-cpuset-and-placement.args
numad-auto-memory-vcpu-no-cpuset-and-placement.xml
numad-auto-vcpu-no-numatune.xml
numad-auto-vcpu-static-numatune-no-nodeset.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
numad-auto-vcpu-static-numatune-no-nodeset.xml
numad-auto-vcpu-static-numatune.args
numad-auto-vcpu-static-numatune.xml
numad-static-memory-auto-vcpu.args
numad-static-memory-auto-vcpu.xml
numad-static-vcpu-no-numatune.xml
numad.args
numad.xml
numatune-auto-nodeset-invalid.args
numatune-auto-nodeset-invalid.xml
numatune-auto-prefer.args
numatune-auto-prefer.xml
numatune-distances.args
numatune-distances.xml
numatune-hmat.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
numatune-hmat.xml conf: Parse and format HMAT 2020-07-08 12:05:24 +02:00
numatune-memnode-no-memory.args
numatune-memnode-no-memory.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
numatune-memnode-no-memory.xml
numatune-memnode-nocpu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
numatune-memnode-nocpu.xml
numatune-memnode.args
numatune-memnode.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
numatune-memnode.xml
numatune-memnodes-problematic.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
numatune-memnodes-problematic.xml
numatune-memory-invalid-nodeset.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
numatune-memory-invalid-nodeset.xml
numatune-memory.args
numatune-memory.xml
numatune-no-vcpu.args Allow NUMA nodes without vCPUs 2020-07-08 12:05:24 +02:00
numatune-no-vcpu.xml Allow NUMA nodes without vCPUs 2020-07-08 12:05:24 +02:00
numatune-static-nodeset-exceed-hostnode.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
numatune-static-nodeset-exceed-hostnode.xml
numavcpus-topology-mismatch.xml qemuxml2xmltest.c: add NUMA vcpus auto fill tests 2020-06-18 12:31:54 +02:00
os-firmware-bios.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
os-firmware-bios.xml
os-firmware-efi-secboot.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
os-firmware-efi-secboot.xml
os-firmware-efi.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
os-firmware-efi.xml
pages-dimm-discard.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
pages-dimm-discard.xml
pages-discard-hugepages.args
pages-discard-hugepages.xml
pages-discard.args
pages-discard.xml
panic-double.args
panic-double.xml
panic-isa.xml
panic-no-address.args
panic-no-address.xml
panic-pseries.xml
panic.args
panic.xml
parallel-parport-chardev.args
parallel-parport-chardev.xml
parallel-tcp-chardev.args
parallel-tcp-chardev.xml
parallel-unix-chardev.x86_64-2.5.0.args
parallel-unix-chardev.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
parallel-unix-chardev.xml
pci-autoadd-addr.args
pci-autoadd-addr.xml
pci-autoadd-idx.args
pci-autoadd-idx.xml
pci-autofill-addr.args
pci-autofill-addr.xml
pci-bridge-duplicate-index.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-bridge-duplicate-index.xml
pci-bridge-many-disks.args
pci-bridge-many-disks.xml
pci-bridge-negative-index-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-bridge-negative-index-invalid.xml
pci-bridge.args
pci-bridge.xml
pci-bus-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-bus-invalid.xml
pci-domain-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-domain-invalid.xml
pci-expander-bus-bad-bus.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-expander-bus-bad-bus.xml
pci-expander-bus-bad-machine.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-expander-bus-bad-machine.xml
pci-expander-bus-bad-node.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-expander-bus-bad-node.xml
pci-expander-bus.args
pci-expander-bus.xml
pci-function-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-function-invalid.xml
pci-many.args
pci-many.xml
pci-rom-disabled-invalid.args
pci-rom-disabled-invalid.xml
pci-rom-disabled.args
pci-rom-disabled.xml
pci-rom.args
pci-rom.xml
pci-root-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-root-address.xml
pci-root-nonzero-index.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-root-nonzero-index.xml
pci-serial-dev-chardev.args
pci-serial-dev-chardev.xml
pci-slot-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pci-slot-invalid.xml
pcie-expander-bus-bad-bus.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pcie-expander-bus-bad-bus.xml
pcie-expander-bus-bad-machine.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pcie-expander-bus-bad-machine.xml
pcie-expander-bus.args
pcie-expander-bus.xml
pcie-root-port-model-generic.args
pcie-root-port-model-generic.xml
pcie-root-port-model-ioh3420.args
pcie-root-port-model-ioh3420.xml
pcie-root-port-nohotplug.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
pcie-root-port-nohotplug.xml conf: new attribute "hotplug" for pci controllers 2020-04-12 22:32:30 -04:00
pcie-root-port-too-many.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pcie-root-port-too-many.xml
pcie-root-port.args
pcie-root-port.xml
pcie-root.args
pcie-root.xml
pcie-switch-downstream-port.args
pcie-switch-downstream-port.xml
pcie-switch-upstream-port.args
pcie-switch-upstream-port.xml
pcihole64-gib.xml
pcihole64-none.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pcihole64-none.xml
pcihole64-q35.args
pcihole64-q35.xml
pcihole64.args
pcihole64.xml
pmu-feature-off.args
pmu-feature-off.xml
pmu-feature.args
pmu-feature.xml
ppc64-default-cpu-kvm-pseries-2.7.ppc64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
ppc64-default-cpu-kvm-pseries-2.7.xml
ppc64-default-cpu-kvm-pseries-3.1.ppc64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
ppc64-default-cpu-kvm-pseries-3.1.xml
ppc64-default-cpu-kvm-pseries-4.2.ppc64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
ppc64-default-cpu-kvm-pseries-4.2.xml
ppc64-default-cpu-tcg-pseries-2.7.ppc64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
ppc64-default-cpu-tcg-pseries-2.7.xml
ppc64-default-cpu-tcg-pseries-3.1.ppc64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
ppc64-default-cpu-tcg-pseries-3.1.xml
ppc64-default-cpu-tcg-pseries-4.2.ppc64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
ppc64-default-cpu-tcg-pseries-4.2.xml
ppc64-pseries-graphics.ppc64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
ppc64-pseries-graphics.xml
ppc64-pseries-headless.ppc64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
ppc64-pseries-headless.xml
ppc64-tpm-double.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
ppc64-tpm-double.xml tests: add XML schema tests for the TPM Proxy device 2020-06-23 17:27:50 +02:00
ppc64-tpmproxy-double.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
ppc64-tpmproxy-double.xml tests: add XML schema tests for the TPM Proxy device 2020-06-23 17:27:50 +02:00
ppc64-tpmproxy-single.ppc64-latest.args tests/qemuxml2argvtest.c: add TPM Proxy command line tests 2020-06-23 17:27:50 +02:00
ppc64-tpmproxy-single.xml tests: add XML schema tests for the TPM Proxy device 2020-06-23 17:27:50 +02:00
ppc64-tpmproxy-with-tpm.ppc64-latest.args tests/qemuxml2argvtest.c: add TPM Proxy command line tests 2020-06-23 17:27:50 +02:00
ppc64-tpmproxy-with-tpm.xml tests: add XML schema tests for the TPM Proxy device 2020-06-23 17:27:50 +02:00
ppc64-usb-controller-legacy.args
ppc64-usb-controller-legacy.xml
ppc64-usb-controller-qemu-xhci.args
ppc64-usb-controller-qemu-xhci.xml
ppc64-usb-controller.args
ppc64-usb-controller.xml
ppc-dtb.args
ppc-dtb.xml
ppce500-serial.args
ppce500-serial.xml
pseries-basic.args
pseries-basic.xml
pseries-console-native.args
pseries-console-native.xml
pseries-console-virtio.args
pseries-console-virtio.xml
pseries-cpu-compat-power9.args
pseries-cpu-compat-power9.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-cpu-compat-power9.xml
pseries-cpu-compat.args
pseries-cpu-compat.xml
pseries-cpu-exact.args
pseries-cpu-exact.xml
pseries-cpu-le.args
pseries-cpu-le.xml
pseries-default-phb-numa-node.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-default-phb-numa-node.xml
pseries-features-ccf.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-ccf.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-cfpc.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-cfpc.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-hpt-pagesize.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-hpt-pagesize.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-htm.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-htm.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-htp-resize.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-htp-resize.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-ibs.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-ibs.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-invalid-machine.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-invalid-machine.xml
pseries-features-nested-hv.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-nested-hv.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-sbbc.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features-sbbc.xml qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-features.args qemu: Implement the IBS pSeries feature 2020-04-27 14:43:13 +02:00
pseries-features.xml qemu: Implement the IBS pSeries feature 2020-04-27 14:43:13 +02:00
pseries-hostdevs-1.args
pseries-hostdevs-1.xml
pseries-hostdevs-2.args
pseries-hostdevs-2.xml
pseries-hostdevs-3.args
pseries-hostdevs-3.xml
pseries-machine-max-cpu-compat.args
pseries-machine-max-cpu-compat.xml
pseries-many-buses-1.args
pseries-many-buses-1.xml
pseries-many-buses-2.args
pseries-many-buses-2.xml
pseries-many-devices.args
pseries-many-devices.xml
pseries-no-parallel.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-no-parallel.xml
pseries-nvram.args
pseries-nvram.xml
pseries-panic-address.err qemu_command.c: move 'panic' validation to qemu_validate.c 2020-10-15 10:54:33 -03:00
pseries-panic-address.xml
pseries-panic-missing.args
pseries-panic-missing.xml
pseries-panic-no-address.args
pseries-panic-no-address.xml
pseries-phb-default-missing.args
pseries-phb-default-missing.xml
pseries-phb-invalid-target-index-1.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-phb-invalid-target-index-1.xml
pseries-phb-invalid-target-index-2.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-phb-invalid-target-index-2.xml
pseries-phb-invalid-target-index-3.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-phb-invalid-target-index-3.xml
pseries-phb-numa-node.args
pseries-phb-numa-node.xml
pseries-phb-simple.args
pseries-phb-simple.xml
pseries-serial-compat.args
pseries-serial-compat.xml
pseries-serial-invalid-machine.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-serial-invalid-machine.xml
pseries-serial-native.args
pseries-serial-native.xml
pseries-serial-pci.args
pseries-serial-pci.xml
pseries-serial-usb.args
pseries-serial-usb.xml
pseries-serial+console-native.args
pseries-serial+console-native.xml
pseries-spaprvio-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-spaprvio-invalid.xml
pseries-usb-default.args
pseries-usb-default.xml
pseries-usb-kbd.args
pseries-usb-kbd.xml
pseries-usb-multi.args
pseries-usb-multi.xml
pseries-vio-address-clash.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
pseries-vio-address-clash.xml
pseries-vio-user-assigned.args
pseries-vio-user-assigned.xml
pseries-vio.args
pseries-vio.xml
pv-spinlock-disabled.x86_64-2.7.0.args
pv-spinlock-disabled.x86_64-4.0.0.args
pv-spinlock-disabled.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
pv-spinlock-disabled.xml
pv-spinlock-enabled.x86_64-2.7.0.args
pv-spinlock-enabled.x86_64-4.0.0.args
pv-spinlock-enabled.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
pv-spinlock-enabled.xml
q35-acpi-nouefi.args
q35-acpi-nouefi.xml
q35-acpi-uefi.args
q35-acpi-uefi.xml
q35-default-devices-only.args
q35-default-devices-only.xml
q35-dmi-bad-address1.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
q35-dmi-bad-address1.xml
q35-dmi-bad-address2.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
q35-dmi-bad-address2.xml
q35-multifunction.args
q35-multifunction.xml
q35-noacpi-nouefi.args
q35-noacpi-nouefi.xml
q35-noacpi-uefi.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
q35-noacpi-uefi.xml
q35-pci-force-address.args
q35-pci-force-address.xml
q35-pcie-autoadd.args
q35-pcie-autoadd.xml
q35-pcie.args
q35-pcie.xml
q35-pm-disable-fallback.args
q35-pm-disable-fallback.xml
q35-pm-disable.args
q35-pm-disable.xml
q35-usb2-multi.args
q35-usb2-multi.xml
q35-usb2-reorder.args
q35-usb2-reorder.xml
q35-usb2.args
q35-usb2.xml
q35-virt-manager-basic.args
q35-virt-manager-basic.xml
q35-virtio-pci.args
q35-virtio-pci.xml
q35-wrong-root.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
q35-wrong-root.xml
q35.args
q35.xml
qemu-ns-alt.args
qemu-ns-alt.xml
qemu-ns-commandline-ns0.args
qemu-ns-commandline-ns0.xml
qemu-ns-commandline-ns1.args
qemu-ns-commandline-ns1.xml
qemu-ns-commandline.args
qemu-ns-commandline.xml
qemu-ns-domain-commandline-ns0.args
qemu-ns-domain-commandline-ns0.xml
qemu-ns-domain-commandline.args
qemu-ns-domain-commandline.xml
qemu-ns-domain-ns0.args
qemu-ns-domain-ns0.xml
qemu-ns-no-env.args
qemu-ns-no-env.xml
qemu-ns.x86_64-4.0.0.args
qemu-ns.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
qemu-ns.xml
reboot-timeout-disabled.args
reboot-timeout-disabled.xml
reboot-timeout-enabled.args
reboot-timeout-enabled.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
reboot-timeout-enabled.xml
restore-v2-fd.args
restore-v2-fd.xml
restore-v2.args
restore-v2.xml
riscv64-virt-graphics.riscv64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
riscv64-virt-graphics.xml
riscv64-virt-headless.riscv64-latest.args qemu: command: Stop formatting of 'scsi=off' for virtio-blk-pci 2020-05-12 06:55:00 +02:00
riscv64-virt-headless.xml
riscv64-virt-pci.args
riscv64-virt-pci.xml
riscv64-virt.args
riscv64-virt.xml
s390-allow-bogus-usb-controller.args
s390-allow-bogus-usb-controller.xml
s390-allow-bogus-usb-none.args
s390-allow-bogus-usb-none.xml
s390-default-cpu-kvm-ccw-virtio-2.7.s390x-latest.args qemu_capabilities: Disable CPU models on old s390 machine types 2020-02-07 09:19:02 +01:00
s390-default-cpu-kvm-ccw-virtio-2.7.xml qemuxml2*test: Add default CPU tests for s390-ccw-virtio-2.7 machines 2020-02-07 09:19:02 +01:00
s390-default-cpu-kvm-ccw-virtio-4.2.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
s390-default-cpu-kvm-ccw-virtio-4.2.xml
s390-default-cpu-tcg-ccw-virtio-2.7.s390x-latest.args qemuxml2*test: Add default CPU tests for s390-ccw-virtio-2.7 machines 2020-02-07 09:19:02 +01:00
s390-default-cpu-tcg-ccw-virtio-2.7.xml qemuxml2*test: Add default CPU tests for s390-ccw-virtio-2.7 machines 2020-02-07 09:19:02 +01:00
s390-default-cpu-tcg-ccw-virtio-4.2.s390x-latest.args
s390-default-cpu-tcg-ccw-virtio-4.2.xml
s390-defaultconsole.xml
s390-no-parallel.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
s390-no-parallel.xml
s390-panic-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
s390-panic-address.xml
s390-panic-missing.args
s390-panic-missing.xml
s390-panic-no-address.args
s390-panic-no-address.xml
s390-panic.xml
s390-serial-2.args
s390-serial-2.xml
s390-serial-console.args
s390-serial-console.xml
s390-serial.args
s390-serial.xml
s390x-ccw-graphics.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
s390x-ccw-graphics.xml
s390x-ccw-headless.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
s390x-ccw-headless.xml
seclabel-dac-none.args
seclabel-dac-none.xml
seclabel-device-duplicates.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
seclabel-device-duplicates.xml
seclabel-device-multiple.xml
seclabel-dynamic-baselabel.args
seclabel-dynamic-baselabel.xml
seclabel-dynamic-labelskip.args
seclabel-dynamic-labelskip.xml
seclabel-dynamic-none-relabel.xml
seclabel-dynamic-none.xml
seclabel-dynamic-override.args
seclabel-dynamic-override.xml
seclabel-dynamic-relabel.args
seclabel-dynamic-relabel.xml
seclabel-dynamic.args
seclabel-dynamic.xml
seclabel-multiple.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
seclabel-multiple.xml
seclabel-none.args
seclabel-none.xml
seclabel-static-labelskip.args
seclabel-static-labelskip.xml
seclabel-static-relabel.args
seclabel-static-relabel.xml
seclabel-static.args
seclabel-static.xml
serial-dev-chardev-iobase.args
serial-dev-chardev-iobase.xml
serial-dev-chardev.args
serial-dev-chardev.xml
serial-file-chardev.args
serial-file-chardev.xml
serial-file-log.args
serial-file-log.xml
serial-many-chardev.args
serial-many-chardev.xml
serial-pty-chardev.args
serial-pty-chardev.xml
serial-spiceport-nospice.args
serial-spiceport-nospice.xml
serial-spiceport.args
serial-spiceport.xml
serial-target-port-auto.xml
serial-tcp-chardev.args
serial-tcp-chardev.xml
serial-tcp-telnet-chardev.args
serial-tcp-telnet-chardev.xml
serial-tcp-tlsx509-chardev-notls.args
serial-tcp-tlsx509-chardev-notls.xml
serial-tcp-tlsx509-chardev-verify.args
serial-tcp-tlsx509-chardev-verify.xml
serial-tcp-tlsx509-chardev.args
serial-tcp-tlsx509-chardev.xml
serial-tcp-tlsx509-secret-chardev.args
serial-tcp-tlsx509-secret-chardev.xml
serial-udp-chardev.args
serial-udp-chardev.xml
serial-unix-chardev.args
serial-unix-chardev.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
serial-unix-chardev.xml
serial-unix-missing-source.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
serial-unix-missing-source.xml
serial-vc-chardev.args
serial-vc-chardev.xml
shmem-invalid-address.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
shmem-invalid-address.xml
shmem-invalid-size.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
shmem-invalid-size.xml
shmem-msi-only.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
shmem-msi-only.xml
shmem-plain-doorbell.args qemu: add support for shmem-{plain, doorbell} role 2020-08-03 10:57:47 +02:00
shmem-plain-doorbell.xml qemu: add support for shmem-{plain, doorbell} role 2020-08-03 10:57:47 +02:00
shmem-small-size.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
shmem-small-size.xml
shmem.args
shmem.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
shmem.xml
smartcard-controller.args
smartcard-controller.xml
smartcard-host-certificates-database.args
smartcard-host-certificates-database.xml
smartcard-host-certificates.args
smartcard-host-certificates.xml
smartcard-host.args
smartcard-host.xml
smartcard-passthrough-spicevmc.args
smartcard-passthrough-spicevmc.xml
smartcard-passthrough-tcp.args
smartcard-passthrough-tcp.xml
smartcard-passthrough-unix.x86_64-2.5.0.args
smartcard-passthrough-unix.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
smartcard-passthrough-unix.xml
smbios-date.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
smbios-date.xml
smbios-multiple-type2.xml
smbios-type-fwcfg.args qemu: Generate command line for -fw_cfg 2020-06-10 14:00:38 +02:00
smbios-type-fwcfg.xml conf: Add firmware blob configuration 2020-06-10 14:00:38 +02:00
smbios-uuid-match.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
smbios-uuid-match.xml
smbios.args
smbios.xml
smp-dies.args
smp-dies.xml
smp.args
smp.xml
sound-device.args
sound-device.xml
sound.args
sound.xml
sparc-minimal.args qemu: fix setting of scsi-id for ESP SCSI controllers 2020-11-23 12:43:23 +00:00
sparc-minimal.xml tests: add minimal XML example for sparc VM 2020-11-20 12:09:51 +00:00
tap-vhost-incorrect.xml
tap-vhost.xml
tpm-emulator-spapr.ppc64-latest.args tests: Update capabilities for QEMU 5.0.0 on ppc64 2020-05-06 15:08:49 +02:00
tpm-emulator-spapr.xml tests: Add test for domain XML with tpm-spapr TPM device model 2020-02-05 19:57:10 +01:00
tpm-emulator-tpm2-enc.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
tpm-emulator-tpm2-enc.xml
tpm-emulator-tpm2.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
tpm-emulator-tpm2.xml
tpm-emulator.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
tpm-emulator.xml
tpm-no-backend-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
tpm-no-backend-invalid.xml
tpm-passthrough-crb.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
tpm-passthrough-crb.xml
tpm-passthrough.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
tpm-passthrough.xml
tseg-explicit-size.x86_64-2.10.0.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
tseg-explicit-size.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
tseg-explicit-size.xml
tseg-i440fx.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
tseg-i440fx.xml
tseg-invalid-size.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
tseg-invalid-size.xml
usb1-usb2.args
usb1-usb2.xml
usb-bus-missing.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-bus-missing.xml
usb-controller-default-q35.args
usb-controller-default-q35.xml
usb-controller-default-unavailable-q35.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-controller-default-unavailable-q35.xml
usb-controller-explicit-q35.args
usb-controller-explicit-q35.xml
usb-controller-explicit-unavailable-q35.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-controller-explicit-unavailable-q35.xml
usb-controller-qemu-xhci-limit.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-controller-qemu-xhci-limit.xml
usb-controller-qemu-xhci-unavailable.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-controller-qemu-xhci-unavailable.xml
usb-controller-qemu-xhci.args
usb-controller-qemu-xhci.xml
usb-controller-xhci-limit.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-controller-xhci-limit.xml
usb-controller-xhci.args
usb-controller-xhci.xml
usb-controller.args
usb-controller.xml
usb-hub-autoadd-deluxe.args
usb-hub-autoadd-deluxe.xml
usb-hub-autoadd.args
usb-hub-autoadd.xml
usb-hub-conflict.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-hub-conflict.xml
usb-hub-nonexistent.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-hub-nonexistent.xml
usb-hub.args
usb-hub.xml
usb-ich9-autoassign.args
usb-ich9-autoassign.xml
usb-ich9-companion.args
usb-ich9-companion.xml
usb-ich9-ehci-addr.args
usb-ich9-ehci-addr.xml
usb-ich9-no-companion.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-ich9-no-companion.xml
usb-long-port-path.args
usb-long-port-path.xml
usb-none-hub.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-none-hub.xml
usb-none-other.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-none-other.xml
usb-none-usbtablet.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-none-usbtablet.xml
usb-none.args
usb-none.xml
usb-piix3-controller.args
usb-piix3-controller.xml
usb-port-autoassign.args
usb-port-autoassign.xml
usb-port-missing.args
usb-port-missing.xml
usb-ports-out-of-range.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-ports-out-of-range.xml
usb-ports.args
usb-ports.xml
usb-redir-boot.args
usb-redir-boot.xml
usb-redir-filter-version.args
usb-redir-filter-version.xml
usb-redir-filter.args
usb-redir-filter.xml
usb-redir-unix.x86_64-2.5.0.args
usb-redir-unix.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
usb-redir-unix.xml
usb-redir.args
usb-redir.xml
usb-too-long-port-path-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
usb-too-long-port-path-invalid.xml
usb-xhci-autoassign.args
usb-xhci-autoassign.xml
user-aliases2.args
user-aliases2.xml
user-aliases-usb.args
user-aliases-usb.xml
user-aliases.args qemuBuildMemoryBackendProps: Move @prealloc setting to backend agnostic part 2020-10-01 12:01:31 +02:00
user-aliases.xml
vcpu-placement-static.args
vcpu-placement-static.xml
vhost_queues-invalid.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
vhost_queues-invalid.xml
vhost_queues.xml
vhost-user-fs-fd-memory.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
vhost-user-fs-fd-memory.xml conf: add virtiofs-related elements and attributes 2020-03-04 12:08:50 +01:00
vhost-user-fs-hugepages.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
vhost-user-fs-hugepages.xml conf: add virtiofs-related elements and attributes 2020-03-04 12:08:50 +01:00
vhost-user-fs-readonly.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
vhost-user-fs-readonly.xml qemu: reject readonly attribute for virtiofs 2020-05-13 12:35:03 +02:00
vhost-user-gpu-secondary.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
vhost-user-gpu-secondary.xml
vhost-user-vga.x86_64-latest.args qemu: Don't generate '-machine memory-backend' and '-numa memdev' 2020-10-08 12:55:10 +02:00
vhost-user-vga.xml
vhost-vsock-auto.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
vhost-vsock-auto.xml
vhost-vsock-ccw-auto.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
vhost-vsock-ccw-auto.xml
vhost-vsock-ccw.s390x-latest.args qemu: capabilities: update qemu-4.2 capabilities for s390x 2020-04-08 14:46:24 +02:00
vhost-vsock-ccw.xml
vhost-vsock.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
vhost-vsock.xml
video-bochs-display-device.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
video-bochs-display-device.xml
video-device-pciaddr-default.args
video-device-pciaddr-default.xml
video-invalid-multiple-devices.err qemu: Validate video model 2020-11-16 18:26:46 +01:00
video-invalid-multiple-devices.xml
video-invalid.xml
video-none-device.args
video-none-device.xml
video-qxl-device-vgamem.args
video-qxl-device-vgamem.xml
video-qxl-device-vram64.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
video-qxl-device-vram64.xml
video-qxl-device.args
video-qxl-device.xml
video-qxl-heads.args
video-qxl-heads.xml
video-qxl-nodevice.args
video-qxl-nodevice.xml
video-qxl-noheads.args
video-qxl-noheads.xml
video-qxl-resolution.args
video-qxl-resolution.xml
video-qxl-sec-device-vgamem.args
video-qxl-sec-device-vgamem.xml
video-qxl-sec-device-vram64.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
video-qxl-sec-device-vram64.xml
video-qxl-sec-device.args
video-qxl-sec-device.xml
video-ramfb-display-device-pci-address.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
video-ramfb-display-device-pci-address.xml qemu: ramfb video device doesn't support PCI address 2020-06-25 19:47:41 -04:00
video-ramfb-display-device.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
video-ramfb-display-device.xml
video-vga-device-vgamem.args
video-vga-device-vgamem.xml
video-vga-device.args
video-vga-device.xml
video-vga-nodevice.args
video-vga-nodevice.xml
video-vga-qxl-heads.args
video-vga-qxl-heads.xml
video-virtio-gpu-ccw-auto.xml
video-virtio-gpu-ccw.args
video-virtio-gpu-ccw.xml
video-virtio-gpu-device.args
video-virtio-gpu-device.xml
video-virtio-gpu-sdl-gl.args
video-virtio-gpu-sdl-gl.xml
video-virtio-gpu-secondary.args
video-virtio-gpu-secondary.xml
video-virtio-gpu-spice-gl.args
video-virtio-gpu-spice-gl.xml
video-virtio-gpu-virgl.args
video-virtio-gpu-virgl.xml
video-virtio-vga.args
video-virtio-vga.xml
virtio-9p-createmode.x86_64-latest.args qemu: add support for 'fmode' and 'dmode' 2020-11-04 18:25:56 +01:00
virtio-9p-createmode.xml qemu: add 'fmode' and 'dmode' options 2020-11-04 18:25:55 +01:00
virtio-9p-multidevs.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-9p-multidevs.xml conf: add 'multidevs' option 2020-04-06 13:55:27 +02:00
virtio-input-passthrough.args
virtio-input-passthrough.xml
virtio-input.args
virtio-input.xml
virtio-lun.args qemu: Forbid non-raw images for disk type='lun' with vitio-blk frontend 2020-05-12 06:55:00 +02:00
virtio-lun.xml qemu: Forbid non-raw images for disk type='lun' with vitio-blk frontend 2020-05-12 06:55:00 +02:00
virtio-non-transitional.x86_64-3.1.0.args
virtio-non-transitional.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-non-transitional.xml
virtio-options-controller-ats.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-controller-ats.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-controller-ats.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-controller-iommu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-controller-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-controller-iommu.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-controller-packed.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-controller-packed.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-controller-packed.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-disk-ats.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-disk-ats.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-disk-ats.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-disk-iommu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-disk-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-disk-iommu.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-disk-packed.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-disk-packed.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-disk-packed.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-fs-ats.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-fs-ats.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-fs-ats.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-fs-iommu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-fs-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-fs-iommu.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-fs-packed.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-fs-packed.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-fs-packed.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-input-ats.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-input-ats.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-input-ats.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-input-iommu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-input-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-input-iommu.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-input-packed.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-input-packed.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-input-packed.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-memballoon-ats.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-memballoon-ats.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-memballoon-ats.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-memballoon-freepage-reporting.err lib: s/free-page-reporting/freePageReporting/ 2020-10-15 10:57:11 +02:00
virtio-options-memballoon-freepage-reporting.x86_64-latest.args provide testing for free-page-reporting feature in QEMU 2020-10-13 17:02:48 +02:00
virtio-options-memballoon-freepage-reporting.xml lib: s/free-page-reporting/freePageReporting/ 2020-10-15 10:57:11 +02:00
virtio-options-memballoon-iommu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-memballoon-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-memballoon-iommu.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-memballoon-packed.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-memballoon-packed.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-memballoon-packed.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-net-ats.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-net-ats.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-net-ats.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-net-iommu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-net-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-net-iommu.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-net-packed.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-net-packed.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-net-packed.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-rng-ats.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-rng-ats.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-rng-ats.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-rng-iommu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-rng-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-rng-iommu.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-rng-packed.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-rng-packed.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-rng-packed.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-video-ats.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-video-ats.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-video-ats.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-video-iommu.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-video-iommu.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-video-iommu.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options-video-packed.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-options-video-packed.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options-video-packed.xml tests: more fine-granular tests for virtio-options 2020-04-27 17:26:13 +02:00
virtio-options.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-options.xml tests: use latest caps for virtio-options test 2020-04-27 17:25:59 +02:00
virtio-rng-builtin.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-rng-builtin.xml
virtio-rng-ccw.args
virtio-rng-ccw.xml
virtio-rng-default.args
virtio-rng-default.xml
virtio-rng-egd-crash.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-rng-egd-crash.xml
virtio-rng-egd-unix.x86_64-2.5.0.args
virtio-rng-egd-unix.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-rng-egd-unix.xml
virtio-rng-egd.args
virtio-rng-egd.xml
virtio-rng-multiple.args
virtio-rng-multiple.xml
virtio-rng-random.args
virtio-rng-random.xml
virtio-transitional-not-supported.x86_64-latest.err qemuxml2argvtest: Test expected error messages 2020-09-23 22:47:59 +02:00
virtio-transitional-not-supported.xml
virtio-transitional.x86_64-3.1.0.args
virtio-transitional.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
virtio-transitional.xml
vmcoreinfo.args
vmcoreinfo.xml
watchdog-device.args
watchdog-device.xml
watchdog-diag288.args
watchdog-diag288.xml
watchdog-dump.args
watchdog-dump.xml
watchdog-injectnmi.args
watchdog-injectnmi.xml
watchdog.args
watchdog.xml
x86_64-default-cpu-kvm-pc-4.2.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
x86_64-default-cpu-kvm-pc-4.2.xml
x86_64-default-cpu-kvm-q35-4.2.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
x86_64-default-cpu-kvm-q35-4.2.xml
x86_64-default-cpu-tcg-pc-4.2.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
x86_64-default-cpu-tcg-pc-4.2.xml
x86_64-default-cpu-tcg-q35-4.2.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
x86_64-default-cpu-tcg-q35-4.2.xml
x86_64-pc-graphics.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
x86_64-pc-graphics.xml
x86_64-pc-headless.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
x86_64-pc-headless.xml
x86_64-q35-graphics.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
x86_64-q35-graphics.xml
x86_64-q35-headless.x86_64-latest.args qemu: Use memory-backend-* for regular guest memory 2020-10-01 12:06:22 +02:00
x86_64-q35-headless.xml
x86-kvm-32-on-64.args
x86-kvm-32-on-64.xml