libvirt/tests/qemuxml2xmloutdata
Andrea Bolognani a97c56888c tests: Update firmware descriptor files
These are imported from Fedora 38's edk2 package.

The files that are being replaced date back to RHEL 7 and no
longer represent what libvirt is likely to encounter on an
actual production system.

Notably, the paths have all changed, with both x86_64 and
aarch64 builds now living under /usr/share/edk2 and the AAVMF
name being having been phased out.

Additionally, the 4MB qcow2 format builds have been introduced
on x86_64 and given high priority, effectively making qcow2
the default format across architectures.

The impact of these changes on the test suite is, predictably,
quite severe.

For the cases where paths to firmware files were explicitly
provided as part of the input, they have been adjusted so that
the modern paths are used instead of the legacy ones. Other
than that, input files have been left untouched.

The following expected changes can be seen in output files:

  * where qcow2 firmware was used on x86_64, Secure Boot
    support is now enabled;

  * all ABI_UPDATE test cases for x86_64 now use qcow2
    formatted firmware;

  * test cases where legacy paths were manually provided
    no longer get additional information about the firmware
    added to the output XML.

Some of the changes described above highlight why, in order
to guarantee a stable guest ABI over time and regardless of
changes to the host's configuration, it was necessary to move
firmware selection from VM startup time to VM creation time.

In a few cases, updating the firmware descriptors changes the
behavior in a way that's undesired and uncovers latent bugs
in libvirt:

  * firmware-manual-efi-secboot-legacy-paths ends up with
    Secure Boot disabled, despite the input XML specifically
    requesting it to be enabled;

  * firmware-manual-efi-rw-modern-paths loses the
    loader.readonly=no part of the configuration and starts
    using an NVRAM file;

  * firmware-manual-efi-nvram-template-nonstandard starts
    failing altogether with a fairly obscure error message.

We're going to address all these issues with upcoming changes.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2023-08-21 13:51:24 +02:00
..
aarch64-aavmf-virtio-mmio.aarch64-latest.xml qemuxml2xmltest: Convert rest of 'aarch64' cases to real capabilities 2023-04-11 10:08:32 +02:00
aarch64-default-cpu-kvm-virt-4.2.aarch64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
aarch64-default-cpu-tcg-virt-4.2.aarch64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
aarch64-features-sve.aarch64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
aarch64-gic-default-both.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-default-v2.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-default-v3.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-default.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-host.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-none-both.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-none-tcg.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-none-v2.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-none-v3.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-none.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-v2.aarch64-latest.xml qemuxml2xmltest: Modernize 'aarch64-gic*' test cases 2023-04-11 10:08:32 +02:00
aarch64-gic-v3.aarch64-latest.xml Revert "conf: Introduce MTE domain feature" 2023-05-22 15:13:19 +02:00
aarch64-pci-serial.aarch64-latest.xml qemuxml2xmltest: Convert rest of 'aarch64' cases to real capabilities 2023-04-11 10:08:32 +02:00
aarch64-tpm.aarch64-latest.xml tests: Add aarch64-tpm test to qemuxml2xml 2021-07-01 16:15:05 +02:00
aarch64-traditional-pci.aarch64-latest.xml qemuxml2xmltest: Convert rest of 'aarch64' cases to real capabilities 2023-04-11 10:08:32 +02:00
aarch64-usb-controller.aarch64-latest.xml qemuxml2(argv|xml)test: Modernize testing of USB controllers on aarch64 2023-04-11 10:08:32 +02:00
aarch64-video-default.aarch64-latest.xml qemuxml2xmltest: Convert rest of 'aarch64' cases to real capabilities 2023-04-11 10:08:32 +02:00
aarch64-video-virtio-gpu-pci.aarch64-latest.xml qemuxml2xmltest: Convert rest of 'aarch64' cases to real capabilities 2023-04-11 10:08:32 +02:00
aarch64-virt-graphics.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
aarch64-virt-headless.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
aarch64-virtio-pci-default.aarch64-latest.xml qemuxml2xmltest: Convert all test cases asserting QEMU_CAPS_VIRTIO_PCI_DISABLE_LEGACY 2022-09-01 13:11:10 +02:00
aarch64-virtio-pci-manual-addresses.aarch64-latest.xml qemuxml2argvtest: Update 'aarch64-virtio-pci-manual-addresses' case 2023-04-11 10:08:32 +02:00
acpi-table.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
async-teardown.x86_64-latest.xml qemu: allow use of async teardown in domain 2023-07-10 13:28:17 +02:00
audio-alsa-best.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-alsa-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-alsa-minimal.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-coreaudio-best.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-coreaudio-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-coreaudio-minimal.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-default-nographics.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
audio-default-sdl.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
audio-default-spice.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
audio-default-vnc.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
audio-file-best.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-file-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-file-minimal.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-jack-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-many-backends.x86_64-latest.xml qemuxml2xmlout: Replace symlinks of all 'audio-' tests by real files 2023-05-17 10:02:19 +02:00
audio-none-best.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-none-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-none-minimal.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-oss-best.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-oss-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-oss-minimal.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-pulseaudio-best.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-pulseaudio-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-pulseaudio-minimal.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-sdl-best.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-sdl-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-sdl-minimal.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-spice-best.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-spice-full.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
audio-spice-minimal.x86_64-latest.xml qemuxml2xmltest: Modernize all 'audio-' cases 2023-05-17 10:02:19 +02:00
autoindex.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
balloon-device-auto.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
balloon-device-period.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
blkdeviotune-group-num.x86_64-latest.xml qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune-max-length.x86_64-latest.xml qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune-max.x86_64-latest.xml qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkdeviotune.x86_64-latest.xml qemuxml2argvtest: Enable qemuxml2argv version of 'blkdeviotune' test 2022-01-07 09:25:14 +01:00
blkiotune-device.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
blkiotune.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
boot-cdrom.xml tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test files 2022-09-01 13:11:09 +02:00
boot-floppy-q35.xml
boot-floppy.xml tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test files 2022-09-01 13:11:09 +02:00
boot-menu-disable-with-timeout.xml tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test files 2022-09-01 13:11:09 +02:00
boot-menu-disable.xml tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test files 2022-09-01 13:11:09 +02:00
boot-menu-enable-with-timeout.xml tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test files 2022-09-01 13:11:09 +02:00
boot-multi.xml tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test files 2022-09-01 13:11:09 +02:00
boot-network.xml tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test files 2022-09-01 13:11:09 +02:00
boot-order.xml tests: qemuxml2argv: Use x86_64 arch and emulator in all boot* test files 2022-09-01 13:11:09 +02:00
channel-guestfwd.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
channel-qemu-vdagent-features.x86_64-latest.xml qemu: add support for qemu-vdagent channel 2022-05-10 11:00:16 -05:00
channel-qemu-vdagent.x86_64-latest.xml qemu: add support for qemu-vdagent channel 2022-05-10 11:00:16 -05:00
channel-unix-source-path-active.xml qemu: Move channelTargetDir into stateDir 2023-08-17 17:22:09 +02:00
channel-unix-source-path-inactive.xml qemu: Move channelTargetDir into stateDir 2023-08-17 17:22:09 +02:00
channel-virtio-auto.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
channel-virtio-state-active.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
channel-virtio-state-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
channel-virtio.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
chardev-label.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
clock-absolute.x86_64-latest.xml qemu: validate: Validate maximum start time for <clock offset='absolute'> 2022-11-04 09:54:33 +01:00
clock-catchup.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
clock-localtime.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
clock-realtime.xml conf: add realtime parameter for rtc 2021-02-03 10:18:04 +01:00
clock-timer-armvtimer.aarch64-latest.xml tests: Add test case for the armvtimer timer 2020-02-14 12:09:17 +01:00
clock-timer-hyperv-rtc.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
clock-utc.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
console-compat2.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
console-compat-auto.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
console-compat.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
console-virtio-many.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
console-virtio.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
controller-usb-order.x86_64-latest.xml qemuxml2(argv|xml)test: Enable 'controller-usb-order' for qemuxml2argv and convert it to latest caps 2022-01-07 09:25:14 +01:00
controller-virtio-scsi.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
cpu-check-default-none2.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-check-default-none.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-check-default-partial2.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-check-default-partial.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-check-full.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-check-none.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-check-partial.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-empty.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-eoi-disabled.xml qemuxml2argvtest: Convert 'cpu-eoi-(disabled|enabled)' cases to VIR_TEST_CAPS_LATEST 2022-07-11 12:48:28 +02:00
cpu-eoi-enabled.xml qemuxml2argvtest: Convert 'cpu-eoi-(disabled|enabled)' cases to VIR_TEST_CAPS_LATEST 2022-07-11 12:48:28 +02:00
cpu-host-kvmclock.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-host-model-features.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-host-model-vendor.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-host-passthrough-features.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-Icelake-Server-pconfig.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
cpu-kvmclock.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-numa1.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-numa2.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-numa-disjoint.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-numa-disordered.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-numa-memshared.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-numa-no-memory-element.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
cpu-phys-bits-emulate-bare.x86_64-latest.xml qemu: allow forcing emulated maxphysaddr 2023-04-25 11:19:37 +02:00
cpu-phys-bits-limit.x86_64-latest.xml conf: cpu: add limit for maxphysaddr 2023-04-25 11:19:37 +02:00
cputune-cpuset-big-id.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
cputune-numatune.x86_64-latest.xml qemuxml2(argv|xml)test: Modernize 'cputune' test cases 2023-03-06 13:22:36 +01:00
cputune-zero-shares.x86_64-latest.xml qemuxml2(argv|xml)test: Modernize 'cputune' test cases 2023-03-06 13:22:36 +01:00
cputune.x86_64-latest.xml qemuxml2(argv|xmltest): Simplify testing of scheduler settings 2023-03-06 13:22:36 +01:00
crypto-builtin.x86_64-latest.xml conf: introduce crypto device 2023-01-25 16:00:42 +01:00
default-kvm-host-arch.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
default-qemu-host-arch.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
default-video-type-aarch64.aarch64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
default-video-type-ppc64.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
default-video-type-riscv64.riscv64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
default-video-type-s390x.s390x-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
default-video-type-x86_64-caps-test-0.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
default-video-type-x86_64-caps-test-1.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
devices-acpi-index.x86_64-latest.xml qemu: wire up command line support for ACPI index 2021-04-07 18:11:13 +01:00
disk-active-commit-active.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
disk-active-commit-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
disk-aio-io_uring.x86_64-latest.xml qemuxml2*test: Add 'startupPolicy' fields to aio-io_uring case 2022-07-13 09:27:06 +02:00
disk-aio.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-arm-virtio-sd.aarch64-latest.xml qemuxml2argvdata: Use proper arch and emulator for aarch64 real capability tests 2022-01-07 09:25:14 +01:00
disk-backing-chains-index-active.xml qemuxml2argvtest: Add seclabels in <backingStore> to disk-backing-chains-(no)index 2023-01-06 15:31:16 +01:00
disk-backing-chains-index-inactive.xml qemuxml2argvtest: Add seclabels in <backingStore> to disk-backing-chains-(no)index 2023-01-06 15:31:16 +01:00
disk-backing-chains-noindex.xml qemuxml2argvtest: Add seclabels in <backingStore> to disk-backing-chains-(no)index 2023-01-06 15:31:16 +01:00
disk-boot-cdrom.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-boot-disk.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-cache.x86_64-latest.xml qemuxml2argvtest: Merge 'disk-iscsi' case into 'disk-cache' 2021-09-23 14:48:51 +02:00
disk-cdrom-bus-other.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-cdrom-empty-network-invalid.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-cdrom-network.x86_64-latest.xml tests: qemuxml2*: Add testing of authenticated http/ftp disks 2022-04-25 16:34:59 +02:00
disk-cdrom.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-copy_on_read.xml tests: qemuxml2xmltest: remove interface from disk test 2022-08-11 18:34:47 +02:00
disk-detect-zeroes.x86_64-latest.xml qemuxml2(argv|xml): Modernize 'discard'/'detect-zero' tests 2020-05-12 06:54:59 +02:00
disk-discard_no_unref.x86_64-latest.xml Add discard_no_unref option for qcow2 images 2023-06-26 13:06:00 +02:00
disk-discard.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
disk-error-policy.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-floppy.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-fmt-qcow.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-metadata-cache.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-mirror-active.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
disk-mirror-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
disk-mirror-old-active.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
disk-mirror-old-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
disk-network-gluster.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-http.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
disk-network-iscsi.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-nbd.xml qemu: implement QEMU NBD source reconnect delay attribute 2023-03-10 09:38:05 +01:00
disk-network-nfs-inactive.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-nfs.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-rbd-encryption-layering.x86_64-latest.xml qemu: add support for librbd layered encryption 2023-03-16 15:19:36 +01:00
disk-network-rbd-encryption-luks-any.x86_64-latest.xml qemu: add luks-any encryption support for RBD images 2023-03-16 15:19:36 +01:00
disk-network-rbd-encryption.x86_64-latest.xml qemuDomainValidateStorageSource: Add validation of 'encryption' support 2022-04-25 16:34:59 +02:00
disk-network-rbd.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-sheepdog.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-source-auth.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-tlsx509-nbd-hostname.x86_64-latest.xml conf: Add support for setting expected TLS hostname for NBD disks 2022-03-11 15:17:06 +01:00
disk-network-tlsx509-nbd.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-tlsx509-vxhs.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-network-vxhs.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
disk-nvme.x86_64-latest.xml qemuxml2xmltest: Modernize all test cases using QEMU_CAPS_QCOW2_LUKS 2022-08-11 14:38:31 +02:00
disk-rotation.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-sata-device.x86_64-latest.xml tests: qemu: Move testing of default cache and disk source with space to 'sata-device' 2023-03-06 20:55:49 +01:00
disk-scsi-device-auto.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-scsi-disk-vpd.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-scsi.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-serial.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-slices.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-source-fd.x86_64-latest.xml qemuxml2*test: Enable testing of disks with 'fdgroup' 2023-01-09 14:59:43 +01:00
disk-source-pool-mode.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-source-pool.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-transient.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-usb-device.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-vhostuser.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
disk-virtio-queues.x86_64-latest.xml qemuxml2*test: Make disk-virtio-queues tests use DO_TEST_CAPS_LATEST 2021-09-21 12:22:48 +02:00
disk-virtio-s390-zpci.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
disk-virtio-scsi-reservations.xml
disk-virtio.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
downscript.xml qemuxml2xmloutdata: Make more symlinks 2020-10-01 14:53:28 +02:00
encrypted-disk-usage.x86_64-latest.xml qemuxml2xmltest: Modernize all test cases using QEMU_CAPS_QCOW2_LUKS 2022-08-11 14:38:31 +02:00
encrypted-disk.x86_64-latest.xml qemuxml2xmltest: Modernize all test cases using QEMU_CAPS_QCOW2_LUKS 2022-08-11 14:38:31 +02:00
eoi-disabled.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
eoi-enabled.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
event_idx.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
fd-memory-no-numa-topology.xml qemuxml2xmltest: Add memfd tests 2019-04-03 16:37:19 +02:00
fd-memory-numa-topology2.xml qemuxml2xmltest: Add memfd tests 2019-04-03 16:37:19 +02:00
fd-memory-numa-topology3.xml qemuxml2xmltest: Add memfd tests 2019-04-03 16:37:19 +02:00
fd-memory-numa-topology4.x86_64-latest.xml qemuxml2argvtest: Introduce another numa-topology test 2021-11-22 12:27:19 +01:00
fd-memory-numa-topology.xml qemuxml2xmltest: Add memfd tests 2019-04-03 16:37:19 +02:00
firmware-auto-bios-stateless.x86_64-latest.xml qemu: Automatically add firmware type/features information 2023-03-22 13:49:53 +01:00
firmware-auto-bios.x86_64-latest.xml qemu: Automatically add firmware type/features information 2023-03-22 13:49:53 +01:00
firmware-auto-efi-aarch64.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-abi-update-aarch64.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-abi-update.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-enrolled-keys.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-format-loader-qcow2.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-format-loader-raw-abi-update.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-format-loader-raw.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-format-nvram-qcow2-network-nbd.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-format-nvram-qcow2-path.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-format-nvram-qcow2.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-loader-insecure.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-loader-path-nonstandard.x86_64-latest.xml conf: Remove some firmware validation checks 2023-03-22 13:49:53 +01:00
firmware-auto-efi-loader-path.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-loader-secure-abi-update.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-loader-secure.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-no-enrolled-keys.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-no-secboot.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-nvram-file.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-nvram-network-iscsi.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-nvram-network-nbd.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-nvram-path.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-nvram-template-nonstandard.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-nvram-template.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-rw-abi-update.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-rw.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-secboot.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-smm-off.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi-stateless.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-auto-efi.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-bios-stateless.x86_64-latest.xml tests: Unify input files for firmware tests 2023-03-03 13:40:43 +01:00
firmware-manual-bios.x86_64-latest.xml tests: Unify input files for firmware tests 2023-03-03 13:40:43 +01:00
firmware-manual-efi-aarch64-legacy-paths.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-acpi-aarch64.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-acpi-q35.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-features.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-loader-path-nonstandard.x86_64-latest.xml tests: Add more tests for firmware selection 2023-08-21 13:51:23 +02:00
firmware-manual-efi-loader-secure.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-no-enrolled-keys-legacy-paths.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-no-enrolled-keys.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-no-secboot-legacy-paths.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-no-secboot.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-noacpi-aarch64.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-nvram-file.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-nvram-network-iscsi.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-nvram-network-nbd.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-nvram-template-nonstandard.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-nvram-template.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-rw-implicit.x86_64-latest.xml tests: Enable qemuxml2xml for more firmware tests 2023-03-03 13:40:48 +01:00
firmware-manual-efi-rw-legacy-paths.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-rw-modern-paths.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-rw.x86_64-latest.xml tests: Enable qemuxml2xml for more firmware tests 2023-03-03 13:40:48 +01:00
firmware-manual-efi-secboot-legacy-paths.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-secboot.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi-stateless.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-efi.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
firmware-manual-noefi-acpi-q35.x86_64-latest.xml tests: Enable qemuxml2xml for more firmware tests 2023-03-03 13:40:48 +01:00
firmware-manual-noefi-noacpi-aarch64.aarch64-latest.xml tests: Enable qemuxml2xml for more firmware tests 2023-03-03 13:40:48 +01:00
firmware-manual-noefi-noacpi-q35.x86_64-latest.xml tests: Enable qemuxml2xml for more firmware tests 2023-03-03 13:40:48 +01:00
floppy-drive-fat.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
genid-active.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
genid-auto-active.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
genid-auto-inactive.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
genid-inactive.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
graphics-dbus-address.xml conf: add <graphics type='dbus'> 2022-05-19 12:36:09 +02:00
graphics-dbus-audio.xml conf: add <audio type='dbus'> support 2022-05-19 12:36:28 +02:00
graphics-dbus-chardev.xml conf: add <serial type='dbus'> 2022-05-19 12:36:35 +02:00
graphics-dbus-p2p.xml conf: add <graphics type='dbus'> 2022-05-19 12:36:09 +02:00
graphics-dbus.xml conf: add <graphics type='dbus'> 2022-05-19 12:36:09 +02:00
graphics-egl-headless-rendernode.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-listen-network2.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
graphics-listen-network.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
graphics-sdl-fullscreen.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-sdl.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-spice-auto-socket-cfg.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-spice-auto-socket.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-spice-compression.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-spice-egl-headless.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-spice-qxl-vga.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-spice-socket.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-spice-timeout.x86_64-latest.xml tests: Drop irrelevant CPU config from graphics-spice-timeout 2022-08-18 16:32:21 +02:00
graphics-spice.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-auto-socket-cfg.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-auto-socket.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-egl-headless.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-no-listen-attr.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-remove-generated-socket-active.xml tests: Drop more QEMU driver config overrides 2023-03-06 14:44:13 +01:00
graphics-vnc-remove-generated-socket-inactive.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-sasl.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-socket.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-tls.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc-websocket.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
graphics-vnc.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
hostdev-mdev-display-ramfb.x86_64-latest.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
hostdev-mdev-display.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
hostdev-mdev-precreated.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
hostdev-pci-address-unassigned.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
hostdev-pci-address.x86_64-latest.xml tests: Update hostdev-usb-* hostdev-pci-* xml2xml and xml2argv tests 2022-07-13 15:42:08 +02:00
hostdev-pci-multifunction.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
hostdev-scsi-autogen-address.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
hostdev-scsi-large-unit.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
hostdev-scsi-lsi.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
hostdev-scsi-shareable.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
hostdev-scsi-vhost-scsi-ccw.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-scsi-vhost-scsi-pci.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
hostdev-scsi-vhost-scsi-pcie.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
hostdev-scsi-virtio-scsi.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
hostdev-subsys-mdev-vfio-ap.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-subsys-mdev-vfio-ccw-boot.s390x-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
hostdev-subsys-mdev-vfio-ccw.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-usb-address.x86_64-latest.xml conf: Introduce @guestReset to hostdev's <source/> 2022-07-13 16:00:50 +02:00
hostdev-vfio-zpci-autogenerate-fids.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-vfio-zpci-autogenerate-uids.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-vfio-zpci-autogenerate.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-vfio-zpci-boundaries.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-vfio-zpci-ccw-memballoon.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-vfio-zpci-multidomain-many.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-vfio-zpci.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
hostdev-vfio.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
hugepages-default-2M.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-default-system-size.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-default.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-memaccess2.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-memaccess3.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-memaccess.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-nodeset.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-numa-default-2M.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-numa-default-dimm.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-numa-nodeset-part.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-numa-nodeset.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-nvdimm.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hugepages-shared.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
hvf-aarch64-virt-headless.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
hvf-x86_64-q35-headless.x86_64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
hyperv-off.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
hyperv-panic.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
hyperv-passthrough.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
hyperv-stimer-direct.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
hyperv.xml conf: Introduce support for 'hv-avic' Hyper-V enlightenment 2022-11-09 14:08:31 +01:00
input-linux.x86_64-latest.xml conf: Parse/format XML input type 'evdev' 2021-05-21 14:29:09 +02:00
input-usbmouse.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
input-usbtablet.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
input-virtio-ccw.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
intel-iommu-aw-bits.x86_64-latest.xml conf: add address width attribute to iommu 2020-06-23 15:51:49 +02:00
intel-iommu-caching-mode.x86_64-latest.xml tests: Use DO_TEST_CAPS_*() for Intel IOMMU 2019-05-22 14:54:32 +02:00
intel-iommu-device-iotlb.x86_64-latest.xml tests: Use DO_TEST_CAPS_*() for Intel IOMMU 2019-05-22 14:54:32 +02:00
intel-iommu-eim.x86_64-latest.xml tests: Use DO_TEST_CAPS_*() for Intel IOMMU 2019-05-22 14:54:32 +02:00
intel-iommu.x86_64-latest.xml tests: Use DO_TEST_CAPS_*() for Intel IOMMU 2019-05-22 14:54:32 +02:00
interface-driver.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
iommu-smmuv3.aarch64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
iothreads-disk-virtio-ccw.s390x-latest.xml qemuxml2xmltest: Modernize iothread CWW/SCSI test cases 2023-03-06 13:22:36 +01:00
iothreads-disk.x86_64-latest.xml tests: qemuxml2argvdata: Remove irrelevant <disk> from 'iothread-*' cases 2023-03-06 13:22:37 +01:00
iothreads-ids-partial.x86_64-latest.xml tests: qemuxml2argvdata: Remove irrelevant <disk> from 'iothread-*' cases 2023-03-06 13:22:37 +01:00
iothreads-ids-pool-sizes.x86_64-latest.xml conf: Introduce thread_pool_min and thread_pool_max attributes to IOThread 2022-06-10 13:59:46 +02:00
iothreads-ids.x86_64-latest.xml tests: qemuxml2argvdata: Remove irrelevant <disk> from 'iothread-*' cases 2023-03-06 13:22:37 +01:00
iothreads-virtio-scsi-ccw.s390x-latest.xml qemuxml2xmltest: Modernize iothread CWW/SCSI test cases 2023-03-06 13:22:36 +01:00
iothreads-virtio-scsi-pci.x86_64-latest.xml tests: qemuxml2argvdata: Remove irrelevant <disk> from 'iothread-*' cases 2023-03-06 13:22:37 +01:00
kvm-features-off.xml qemuxml2xmloutdata: Turn kvm-features*.xml into symlinks 2022-01-04 16:40:10 +01:00
kvm-features.xml qemuxml2xmloutdata: Turn kvm-features*.xml into symlinks 2022-01-04 16:40:10 +01:00
kvmclock.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
lease.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
luks-disks-source-qcow2.x86_64-latest.xml conf: add encryption engine property 2021-10-25 14:06:15 +02:00
luks-disks-source.x86_64-latest.xml qemuxml2(argv|xml)test: Unify usage of DO_TEST_CAPS_LATEST 2022-01-07 09:25:14 +01:00
luks-disks.x86_64-latest.xml qemuxml2(argv|xml)test: Unify usage of DO_TEST_CAPS_LATEST 2022-01-07 09:25:14 +01:00
mach-virt-console-native.aarch64-latest.xml qemuxml2xmltest: Modernize 'mach-virt*' cases 2023-04-11 10:08:32 +02:00
mach-virt-console-virtio.aarch64-latest.xml qemuxml2xmltest: Modernize 'mach-virt*' cases 2023-04-11 10:08:32 +02:00
mach-virt-serial-compat.aarch64-latest.xml qemuxml2xmltest: Modernize 'mach-virt*' cases 2023-04-11 10:08:32 +02:00
mach-virt-serial-native.aarch64-latest.xml qemuxml2xmltest: Modernize 'mach-virt*' cases 2023-04-11 10:08:32 +02:00
mach-virt-serial-pci.aarch64-latest.xml qemuxml2xmltest: Modernize 'mach-virt*' cases 2023-04-11 10:08:32 +02:00
mach-virt-serial-usb.aarch64-latest.xml qemuxml2xmltest: Modernize 'mach-virt*' cases 2023-04-11 10:08:32 +02:00
mach-virt-serial+console-native.aarch64-latest.xml qemuxml2xmltest: Modernize 'mach-virt*' cases 2023-04-11 10:08:32 +02:00
machine-core-off.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
machine-core-on.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
machine-loadparm-hostdev.s390x-latest.xml qemuAppendLoadparmMachineParm: add loadparm from hostdev 2023-03-10 08:54:05 +01:00
machine-loadparm-multiple-disks-nets-s390.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
machine-smm-off.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
machine-smm-on.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
memfd-memory-default-hugepage.x86_64-latest.xml qemuxml2(argv|xml)test: Unify usage of DO_TEST_CAPS_LATEST 2022-01-07 09:25:14 +01:00
memfd-memory-numa.x86_64-latest.xml qemuxml2(argv|xml)test: Unify usage of DO_TEST_CAPS_LATEST 2022-01-07 09:25:14 +01:00
memory-hotplug-dimm-addr.x86_64-latest.xml qemuxml2argvdata: Extend vCPUs placement in memory-hotplug-dimm-addr.xml 2023-03-15 12:46:33 +01:00
memory-hotplug-dimm.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
memory-hotplug-multiple.x86_64-latest.xml qemuxml2(argv|xml)test: Add case for validating proper DIMM slot validation 2023-06-26 12:58:24 +02:00
memory-hotplug-nvdimm-access.xml
memory-hotplug-nvdimm-align.xml
memory-hotplug-nvdimm-label.xml
memory-hotplug-nvdimm-pmem.xml
memory-hotplug-nvdimm-ppc64-abi-update.ppc64-latest.xml tests: Use DO_TEST_CAPS_*_ABI_UPDATE() for ppc64 2023-08-21 13:50:53 +02:00
memory-hotplug-nvdimm-ppc64.ppc64-latest.xml qemuxml2xmltest: Modernize all remaining 'ppc64' test cases 2023-04-03 09:19:07 +02:00
memory-hotplug-nvdimm-readonly.xml
memory-hotplug-nvdimm.xml
memory-hotplug-ppc64-nonuma-abi-update.ppc64-latest.xml tests: Use DO_TEST_CAPS_*_ABI_UPDATE() for ppc64 2023-08-21 13:50:53 +02:00
memory-hotplug-ppc64-nonuma.ppc64-latest.xml qemuxml2xmltest: Modernize all remaining 'ppc64' test cases 2023-04-03 09:19:07 +02:00
memory-hotplug-virtio-mem.x86_64-latest.xml conf: Introduce virtio-mem <memory/> model 2021-10-01 11:02:53 +02:00
memory-hotplug-virtio-pmem.x86_64-latest.xml conf: Introduce virtio-pmem <memory/> model 2021-01-18 11:53:33 +01:00
memory-hotplug.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
memorybacking-set.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
memorybacking-unset.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
memtune-unlimited.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
memtune.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
metadata-duplicate.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
metadata.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
migrate.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
minimal.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
misc-acpi.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
misc-disable-s3.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
misc-disable-suspends.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
misc-enable-s4.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
misc-no-reboot.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
misc-uuid.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
net-bandwidth2.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
net-bandwidth.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
net-coalesce.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-eth-hostip.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-eth-ifname.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-eth-unmanaged-tap.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-eth.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-hostdev-bootorder.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-hostdev-vfio.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-hostdev.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-isolated-port.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
net-many-models.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-midonet.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-mtu.xml qemuxml2xmloutdata: Turn net-mtu.xml into a symlink 2023-02-01 08:36:14 +01:00
net-openvswitch.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-server.xml qemuxml2xmltest: Replace 'interface-server' by 'net-server' test case 2022-01-07 09:25:14 +01:00
net-udp.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-user-addr.xml
net-user-passt.x86_64-latest.xml qemu: add check for QEMU_CAPS_NETDEV_STREAM during validation 2023-02-22 07:36:45 -05:00
net-user-passt.xml conf: parse/format passt-related XML additions 2023-01-09 14:24:27 -05:00
net-user.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
net-vdpa-multiqueue.xml qemu: support multiqueue for vdpa net device 2022-03-09 16:23:02 -06:00
net-vdpa.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
net-vhostuser.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
net-virtio-device.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-virtio-disable-offloads.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-virtio-network-portgroup.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-virtio-rss.x86_64-latest.xml domain_conf: Add configs for virtio net RSS and Hash report. 2022-04-05 15:36:27 +02:00
net-virtio-rxtxqueuesize.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-virtio-teaming-hostdev.xml conf: parse/format <teaming> element in plain <hostdev> 2021-02-11 17:15:34 -05:00
net-virtio-teaming-network.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-virtio-teaming.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
net-virtio.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
nosharepages.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
numad-auto-memory-vcpu-cpuset.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
numad-auto-memory-vcpu-no-cpuset-and-placement.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
numad-auto-vcpu-no-numatune.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
numad-static-vcpu-no-numatune.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
numatune-auto-prefer.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
numatune-distances.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
numatune-hmat-none.x86_64-latest.xml conf: numa: Allow formatting 'none' values for 'associativity' and 'policy' of cache 2023-05-17 10:07:18 +02:00
numatune-hmat.xml conf: Parse and format HMAT 2020-07-08 12:05:24 +02:00
numatune-memnode-no-memory.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
numatune-memnode-restrictive-mode.x86_64-latest.xml conf, docs, schema: Add support for 'restrictive' mode in numatune 2021-04-19 11:39:13 +02:00
numatune-memnode.xml qemuxml2argvdata: Adjust maximum NUMA node used 2023-03-15 12:46:28 +01:00
numatune-no-vcpu.xml Allow NUMA nodes without vCPUs 2020-07-08 12:05:24 +02:00
numavcpus-topology-mismatch.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
pages-dimm-discard.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
pages-discard-hugepages.x86_64-latest.xml qemuxml2xmltest: Convert hugepages related tests to _CAPS_LATEST 2022-11-04 15:27:42 +01:00
pages-discard.xml
panic-double.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
panic-no-address.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
panic-pseries.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
panic.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
pc-i440fx-acpi-root-hotplug-disable.x86_64-latest.xml Revert "qemuxml2xmltest: Convert all acpi-hotplug control related tests to DO_TEST_CAPS_LATEST" 2021-10-25 23:18:40 -04:00
pc-i440fx-acpi-root-hotplug-enable.x86_64-latest.xml Revert "qemuxml2xmltest: Convert all acpi-hotplug control related tests to DO_TEST_CAPS_LATEST" 2021-10-25 23:18:40 -04:00
pci-autoadd-addr.xml tests: qemuxml2argvdata: Remove use of 'pc-1.0' and 'pc-1.2' machine types 2022-01-07 09:25:13 +01:00
pci-autoadd-idx.xml tests: qemuxml2argvdata: Remove use of 'pc-1.0' and 'pc-1.2' machine types 2022-01-07 09:25:13 +01:00
pci-autofill-addr.xml tests: qemuxml2argvdata: Remove use of 'pc-1.0' and 'pc-1.2' machine types 2022-01-07 09:25:13 +01:00
pci-bridge-many-disks.xml tests: Remove firmware bits from unrelated tests 2022-07-01 15:09:50 +02:00
pci-bridge.xml tests: qemuxml2argvdata: Remove use of 'pc-1.0' and 'pc-1.2' machine types 2022-01-07 09:25:13 +01:00
pci-expander-bus.xml tests: qemuxml2argvdata: Purge versioned i440fx machine types from fake-caps tests 2022-01-07 09:25:14 +01:00
pci-many.xml tests: qemuxml2argvdata: Remove use of 'pc-1.0' and 'pc-1.2' machine types 2022-01-07 09:25:13 +01:00
pci-rom-disabled-invalid.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
pci-rom-disabled.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
pci-rom.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
pci-serial-dev-chardev.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
pcie-expander-bus-aarch64.aarch64-latest.xml tests: Test pcie-expander-bus for aarch64/virt guests 2021-08-04 09:58:16 +02:00
pcie-expander-bus.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcie-root-port-model-generic.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcie-root-port-model-ioh3420.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcie-root-port-nohotplug.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcie-root-port.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcie-root.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcie-switch-downstream-port.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcie-switch-upstream-port.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcihole64-gib.xml tests: qemuxml2argvdata: Remove use of 'pc-1.0' and 'pc-1.2' machine types 2022-01-07 09:25:13 +01:00
pcihole64-q35.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
pcihole64.xml tests: qemuxml2argvdata: Remove use of 'pc-1.0' and 'pc-1.2' machine types 2022-01-07 09:25:13 +01:00
pmu-feature-off.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
pmu-feature.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-default-cpu-kvm-pseries-2.7.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-default-cpu-kvm-pseries-3.1.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-default-cpu-kvm-pseries-4.2.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-default-cpu-tcg-pseries-2.7.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-default-cpu-tcg-pseries-3.1.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-default-cpu-tcg-pseries-4.2.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-pseries-graphics.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-pseries-headless.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-tpmproxy-single.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-tpmproxy-with-tpm.ppc64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
ppc64-usb-controller-legacy.ppc64-latest.xml qemuxml2xmltest: Modernize all remaining 'ppc64' test cases 2023-04-03 09:19:07 +02:00
ppc64-usb-controller.ppc64-latest.xml qemuxml2xmltest: Modernize all remaining 'ppc64' test cases 2023-04-03 09:19:07 +02:00
pseries-console-native.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-console-virtio.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-cpu-compat-power9.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-cpu-compat-power10.ppc64-latest.xml cpu_ppc64: add support for host-model on POWER10 2022-05-24 14:25:41 -03:00
pseries-cpu-compat.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-cpu-exact.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-features.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-hostdevs-1.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-hostdevs-2.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-hostdevs-3.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-many-buses-1.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-many-buses-2.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-many-devices.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-nvram.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-panic-missing.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-panic-no-address.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-phb-default-missing.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-phb-numa-node.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-phb-simple.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-serial-compat.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-serial-native.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-serial-pci.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-serial-usb.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pseries-serial+console-native.ppc64-latest.xml qemuxml2xmltests.c: convert pseries tests to DO_TEST_CAPS_ARCH_LATEST 2022-05-23 19:19:16 -03:00
pv-spinlock-disabled.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
pv-spinlock-enabled.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
pvpanic-pci-aarch64.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
pvpanic-pci-no-address-aarch64.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
pvpanic-pci-x86_64.x86_64-latest.xml tests: add test cases for device pvpanic-pci 2023-02-21 17:51:24 +01:00
q35-default-devices-only.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
q35-multifunction.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
q35-pci-force-address.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
q35-pcie-autoadd.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
q35-pcie.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
q35-usb2-multi.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
q35-usb2-reorder.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
q35-usb2.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
q35-virt-manager-basic.x86_64-latest.xml qemu: validate: Fix logic for validating presence of the HPET timer 2023-03-07 12:26:32 +01:00
q35.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
qemu-ns-no-env.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
qemu-ns.x86_64-latest.xml qemuxml2argvtest: Make 'qemu-ns' test case more stable 2022-07-11 12:48:28 +02:00
reboot-timeout-disabled.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
reboot-timeout-enabled.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
restore-v2.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
riscv64-virt-graphics.riscv64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
riscv64-virt-headless.riscv64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
riscv64-virt-pci.riscv64-latest.xml qemuxml2(argv|xml)test: Convert last fake-caps riscv64 tests to real caps 2023-03-06 20:55:50 +01:00
riscv64-virt.riscv64-latest.xml qemuxml2(argv|xml)test: Convert last fake-caps riscv64 tests to real caps 2023-03-06 20:55:50 +01:00
s390-async-teardown-disabled.s390x-6.0.0.xml qemu: allow use of async teardown in domain 2023-07-10 13:28:17 +02:00
s390-async-teardown-disabled.s390x-latest.xml qemu: allow use of async teardown in domain 2023-07-10 13:28:17 +02:00
s390-async-teardown-no-attrib.s390x-latest.xml qemu: allow use of async teardown in domain 2023-07-10 13:28:17 +02:00
s390-async-teardown.s390x-latest.xml qemu: allow use of async teardown in domain 2023-07-10 13:28:17 +02:00
s390-default-cpu-kvm-ccw-virtio-2.7.s390x-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
s390-default-cpu-kvm-ccw-virtio-4.2.s390x-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
s390-default-cpu-tcg-ccw-virtio-2.7.s390x-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
s390-default-cpu-tcg-ccw-virtio-4.2.s390x-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
s390-defaultconsole.s390x-latest.xml tests: qemuxml2xml: Modernize 's390-defaultconsole' case 2021-06-15 16:58:22 +02:00
s390-panic-missing.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
s390-panic-no-address.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
s390-panic.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
s390-serial-2.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
s390-serial-console.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
s390-serial.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
s390x-ccw-graphics.s390x-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
s390x-ccw-headless.s390x-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
seclabel-dac-none.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-device-multiple.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-dynamic-baselabel-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-dynamic-labelskip-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-dynamic-none-relabel-inactive.xml tests: qemuxml2argvdata: Purge versioned i440fx machine types from fake-caps tests 2022-01-07 09:25:14 +01:00
seclabel-dynamic-none.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-dynamic-override-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-dynamic-relabel-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-none.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-static-labelskip-active.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-static-labelskip-inactive.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
seclabel-static.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
serial-debugcon.xml qemu: add tests for the ISA debug console command line 2022-02-03 10:59:03 +00:00
serial-spiceport.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
serial-target-port-auto.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
serial-tcp-tlsx509-chardev-notls.xml
serial-tcp-tlsx509-chardev.xml Add the port allocation logic for isa-serial devices. 2022-01-14 15:41:57 +01:00
sgx-epc.x86_64-7.0.0.xml conf: Introduce SGX EPC element into device memory xml 2022-11-11 14:06:34 +01:00
shmem-plain-doorbell.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
shmem.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
smartcard-controller.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
smartcard-host-certificates-database.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
smartcard-host-certificates.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
smartcard-host.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
smartcard-passthrough-spicevmc.xml tests: Adjust for invalid qemu command combinations 2022-05-12 10:20:36 +02:00
smartcard-passthrough-tcp.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
smbios-multiple-type2.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
smbios-type-fwcfg.xml conf: Add firmware blob configuration 2020-06-10 14:00:38 +02:00
smbios.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
smp.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
sound-device.x86_64-latest.xml conf: qemu: Add support for multi-channel mode for 'usb' sound cards 2023-05-09 15:12:03 +02:00
tap-vhost-incorrect.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
tap-vhost.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
tpm-emulator-spapr.ppc64-latest.xml qemuxml2xmltest: Introduce tpm-emulator-spapr test 2022-01-04 09:43:35 +01:00
tpm-emulator-tpm2-enc.x86_64-latest.xml qemuxml2xmloutdata: Turn tpm-*.xml files into symlinks 2022-01-04 10:23:11 +01:00
tpm-emulator-tpm2-pstate.x86_64-latest.xml qemuxml2xmloutdata: Turn tpm-*.xml files into symlinks 2022-01-04 10:23:11 +01:00
tpm-emulator-tpm2.x86_64-latest.xml qemuxml2xmloutdata: Turn tpm-*.xml files into symlinks 2022-01-04 10:23:11 +01:00
tpm-emulator.x86_64-latest.xml qemuxml2xmloutdata: Turn tpm-*.xml files into symlinks 2022-01-04 10:23:11 +01:00
tpm-external.x86_64-latest.xml qemu: add external backend for tpm 2022-12-19 10:33:20 +01:00
tpm-passthrough-crb.x86_64-latest.xml qemuxml2xmloutdata: Turn tpm-*.xml files into symlinks 2022-01-04 10:23:11 +01:00
tpm-passthrough.x86_64-latest.xml qemuxml2xmloutdata: Turn tpm-*.xml files into symlinks 2022-01-04 10:23:11 +01:00
tseg-explicit-size.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
usb-controller-default-q35.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
usb-controller-explicit-q35.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
usb-controller.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
usb-ich9-ehci-addr.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
usb-none.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
usb-piix3-controller.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
usb-port-missing.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
usb-redir-filter-version.xml tests: Adjust for invalid qemu command combinations 2022-05-12 10:20:36 +02:00
usb-redir-filter.xml tests: Adjust for invalid qemu command combinations 2022-05-12 10:20:36 +02:00
usb-redir.xml tests: Adjust for invalid qemu command combinations 2022-05-12 10:20:36 +02:00
user-aliases.x86_64-latest.xml qemuxml2xmltest: Modernize all test cases using QEMU_CAPS_QCOW2_LUKS 2022-08-11 14:38:31 +02:00
vcpu-placement-static.x86_64-latest.xml qemuxml2(argv|xml)test: Modernize 'cputune' test cases 2023-03-06 13:22:36 +01:00
vhost_queues.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
vhost-user-fs-fd-memory.x86_64-latest.xml conf: qemu: add virtiofs fsdriver type 2020-03-04 12:08:50 +01:00
vhost-user-fs-hugepages.x86_64-latest.xml conf: qemu: add virtiofs fsdriver type 2020-03-04 12:08:50 +01:00
vhost-user-fs-sock.x86_64-latest.xml conf: add socket for virtiofs filesystems 2021-04-21 15:48:01 +02:00
vhost-vsock-auto.x86_64-latest.xml qemuxml2(argv|xml)test: Unify usage of DO_TEST_CAPS_LATEST 2022-01-07 09:25:14 +01:00
vhost-vsock-ccw-auto.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
vhost-vsock-ccw-iommu.s390x-latest.xml qemu: Add virtio related options to vsock 2021-01-29 12:25:49 +01:00
vhost-vsock-ccw.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
vhost-vsock.x86_64-latest.xml qemuxml2(argv|xml)test: Unify usage of DO_TEST_CAPS_LATEST 2022-01-07 09:25:14 +01:00
video-device-pciaddr-default.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
video-none-device.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
video-qxl-heads.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
video-qxl-noheads.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
video-qxl-resolution.xml qemuxml2xmloutdata: Make more symlinks 2020-10-01 14:53:28 +02:00
video-virtio-blob-off.x86_64-latest.xml qemu: Implement 'blob' support for virtio gpu 2023-03-08 13:05:05 -06:00
video-virtio-blob-on.x86_64-latest.xml qemu: require memfd memory for virtio 'blob' support 2023-07-19 09:46:30 -05:00
video-virtio-gpu-ccw-auto.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
video-virtio-gpu-ccw.s390x-latest.xml qemuxml2xmltest: Convert all s390 test cases to real capabilities 2023-04-03 09:19:08 +02:00
video-virtio-gpu-device.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
video-virtio-gpu-sdl-gl.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
video-virtio-gpu-secondary.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
video-virtio-gpu-spice-gl.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
video-virtio-gpu-virgl.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
video-virtio-vga-gpu-gl.x86_64-latest.xml tests: Tests for virtio-vga-gl and virtio-gpu-gl-pci device 2021-06-11 13:06:58 +02:00
virtio-9p-createmode.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
virtio-9p-multidevs.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
virtio-input-passthrough.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
virtio-input.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
virtio-iommu-aarch64.aarch64-latest.xml tests: Update firmware descriptor files 2023-08-21 13:51:24 +02:00
virtio-iommu-x86_64.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
virtio-lun.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
virtio-non-transitional.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
virtio-options.x86_64-latest.xml tests: use latest caps for virtio-options test 2020-04-27 17:25:59 +02:00
virtio-rng-builtin.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
virtio-rng-egd.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
virtio-rng-random.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
virtio-transitional.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
vmcoreinfo.xml qemu: capabilities: Move setting QEMU_CAPS_DEVICE_VIDEO_PRIMARY to virQEMUCapsInitQMPBasicArch 2021-05-03 12:14:44 +02:00
watchdog-q35-multiple.x86_64-latest.xml qemu: Forbid ib700 watchdogs for non-i440fx machine types 2023-04-20 10:17:35 +02:00
watchdog.xml qemuxml2argvdata: Use proper arch and emulator for x86 real capability tests 2022-01-07 09:25:14 +01:00
x86_64-default-cpu-kvm-pc-4.2.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
x86_64-default-cpu-kvm-q35-4.2.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
x86_64-default-cpu-tcg-features.x86_64-latest.xml conf: Introduce TCG domain features 2021-12-13 17:01:02 +01:00
x86_64-default-cpu-tcg-pc-4.2.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
x86_64-default-cpu-tcg-q35-4.2.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
x86_64-pc-graphics.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
x86_64-pc-headless.x86_64-latest.xml qemu: populate <audio> element with default config 2021-03-09 22:58:30 +00:00
x86_64-q35-graphics.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
x86_64-q35-headless.x86_64-latest.xml qemu: Add implicit watchdog for q35 machine types 2023-01-26 16:40:30 +01:00
x86-kvm-32-on-64.x86_64-latest.xml qemuxml2(argv|xml)data: x86-kvm-32-on-64: Add machine type 2022-01-17 09:26:17 +01:00