libvirt/tests/qemuxml2xmloutdata
Laine Stump db64acfbda conf: parse/format <teaming> element in plain <hostdev>
The <teaming> element in <interface> allows pairing two interfaces
together as a simple "failover bond" network device in a guest. One of
the devices is the "transient" interface - it will be preferred for
all network traffic when it is present, but may be removed when
necessary, in particular during migration, when traffic will instead
go through the other interface of the pair - the "persistent"
interface. As it happens, in the QEMU implementation of this teaming
pair (called "virtio failover" in QEMU) the transient interface is
always a host network device assigned to the guest using VFIO (aka
"hostdev"); the persistent interface is always an emulated virtio NIC.

When support was initially added for <teaming>, it was written to
require that the transient/hostdev device be defined using <interface
type='hostdev'>; this was done because the virtio failover
implementation in QEMU and the virtio guest driver demands that the
two interfaces in the pair have matching MAC addresses, and the only
way libvirt can guarantee the MAC address of a hostdev network device
is to use <interface type='hostdev'>, whose main purpose is to
configure the device's MAC address before handing the device to
QEMU. (note that <interface type='hostdev'> in turn requires that the
network device be an SRIOV VF (Virtual Function), as that is the only
type of network device whose MAC address we can set in a way that will
survive the device's driver init in the guest).

It has recently come up that some users are unable to use <teaming>
because they are running in a container environment where libvirt
doesn't have the necessary privileges or resources to set the VF's MAC
address (because setting the VF MAC is done via the same device's PF
(Physical Function), and the PF is not exposed to libvirt's container).

At the same time, these users *are* able to set the VF's MAC address
themselves in advance of staring up libvirt in the container. So they
could theoretically use the <teaming> feature if libvirt just skipped
the "setting the MAC address" part.

Fortunately, that is *exactly* the difference between <interface
type='hostdev'> (which must be a "hostdev VF") and <hostdev> (a "plain
hostdev" - it could be *any* PCI device; libvirt doesn't know what type
of PCI device it is, and doesn't care).

But what is still needed is for libvirt to provide a small bit of
information on the QEMU commandline argument for the hostdev, telling
QEMU that this device will be part of a team ("failover pair"), and
the id of the other device in the pair.

To make both of those goals simultaneously possible, this patch adds
support for the <teaming> element to plain <hostdev> - libvirt doesn't
try to set any MAC addresses, and QEMU gets the extra commandline
argument it needs)

(actually, this patch adds only the parsing/formatting of the
<teaming> element in <hostdev>. The next patch will actually wire that
into the qemu driver.)

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2021-02-11 17:15:34 -05:00
..
aarch64-aavmf-virtio-mmio.xml
aarch64-default-cpu-kvm-virt-4.2.aarch64-latest.xml qemuxml2*test: Add test cases for default CPU models on aarch64 2019-11-20 17:22:07 +01:00
aarch64-default-cpu-tcg-virt-4.2.aarch64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
aarch64-features-sve.aarch64-latest.xml tests: Introduce tests for ARM CPU features 2019-11-07 16:09:22 +01:00
aarch64-gic-default-both.xml
aarch64-gic-default-v2.xml
aarch64-gic-default-v3.xml
aarch64-gic-default.xml
aarch64-gic-host.xml
aarch64-gic-none-both.xml
aarch64-gic-none-tcg.xml
aarch64-gic-none-v2.xml
aarch64-gic-none-v3.xml
aarch64-gic-none.xml
aarch64-gic-v2.xml
aarch64-gic-v3.xml
aarch64-os-firmware-efi.aarch64-latest.xml qemu: Relax os.loader->type check when validating domain 2019-07-15 13:24:09 +02:00
aarch64-pci-serial.xml
aarch64-traditional-pci.xml
aarch64-video-default.xml
aarch64-video-virtio-gpu-pci.xml
aarch64-virt-graphics.aarch64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
aarch64-virt-headless.aarch64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
aarch64-virtio-pci-default.xml
aarch64-virtio-pci-manual-addresses.xml
acpi-table.xml
autoindex.xml
balloon-device-auto.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
balloon-device-period.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
bios-nvram-os-interleave.xml
bios-nvram.xml
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 qemuxml2(argv|xml): Modernize 'blkdeviotune' tests 2020-05-12 06:54:59 +02:00
blkiotune-device.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
blkiotune.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
boot-cdrom.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
boot-floppy-q35.xml
boot-floppy.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
boot-menu-disable-with-timeout.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
boot-menu-disable.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
boot-menu-enable-with-timeout.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
boot-multi.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
boot-network.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
boot-order.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
channel-guestfwd.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
channel-unix-source-path-active.xml tests: Use WHEN_BOTH in qemuxml2xml whenever possible 2019-03-05 10:41:08 +01:00
channel-unix-source-path-inactive.xml tests: Use WHEN_BOTH in qemuxml2xml whenever possible 2019-03-05 10:41:08 +01:00
channel-virtio-auto.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
channel-virtio-state-active.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
channel-virtio-state-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
channel-virtio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
chardev-label.xml
clock-catchup.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
clock-localtime.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +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 tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
clock-utc.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
console-compat2.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
console-compat-auto.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
console-compat.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
console-virtio-many.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
console-virtio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
controller-usb-order.xml
controller-virtio-scsi.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cpu-check-default-none2.xml
cpu-check-default-none.xml qemu: Fill default value in //cpu/@migratable attribute 2020-06-09 20:32:50 +02:00
cpu-check-default-partial2.xml
cpu-check-default-partial.xml cpu_conf: Don't format empty model for host-model CPUs 2019-11-25 15:29:19 +01:00
cpu-check-full.xml
cpu-check-none.xml
cpu-check-partial.xml
cpu-empty.xml
cpu-eoi-disabled.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cpu-eoi-enabled.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cpu-host-kvmclock.xml qemu: Fill default value in //cpu/@migratable attribute 2020-06-09 20:32:50 +02:00
cpu-host-model-features.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cpu-host-model-vendor.xml cpu_conf: Format vendor_id for host-model CPUs 2020-02-19 15:11:40 +01:00
cpu-host-passthrough-features.xml qemu: Fill default value in //cpu/@migratable attribute 2020-06-09 20:32:50 +02:00
cpu-Icelake-Server-pconfig.x86_64-3.1.0.xml qemuxml2*test: Add tests for Icelake-Server,-pconfig 2019-11-12 20:14:15 +01:00
cpu-Icelake-Server-pconfig.x86_64-latest.xml qemuxml2*test: Add tests for Icelake-Server,-pconfig 2019-11-12 20:14:15 +01:00
cpu-kvmclock.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cpu-numa1.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
cpu-numa2.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
cpu-numa-disjoint.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
cpu-numa-disordered.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
cpu-numa-memshared.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
cpu-numa-no-memory-element.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
cputune-cpuset-big-id.x86_64-latest.xml qemuxml2*test: Add cases for CPU pinning to large host CPU IDs 2020-06-16 10:32:32 +02:00
cputune-iothreads.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cputune-iothreadsched-zeropriority.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cputune-iothreadsched.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cputune-numatune.xml
cputune-zero-shares.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
cputune.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
default-kvm-host-arch.xml
default-qemu-host-arch.xml tests: qemu: Unify fake machine types filled in for KVM and TCG caps of x86_64 2020-01-27 14:55:03 +01:00
default-video-type-aarch64.aarch64-latest.xml tests: qemuxml: Fix and enable default-video-type* tests 2020-01-27 14:55:03 +01:00
default-video-type-ppc64.ppc64-latest.xml tests: qemuxml: Fix and enable default-video-type* tests 2020-01-27 14:55:03 +01:00
default-video-type-riscv64.riscv64-latest.xml tests: qemuxml: Fix and enable default-video-type* tests 2020-01-27 14:55:03 +01:00
default-video-type-s390x.s390x-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
default-video-type-x86_64-caps-test-0.xml tests: qemuxml: Fix and enable default-video-type* tests 2020-01-27 14:55:03 +01:00
default-video-type-x86_64-caps-test-1.xml tests: qemuxml: Fix and enable default-video-type* tests 2020-01-27 14:55:03 +01:00
disk-active-commit-active.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-active-commit-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-aio-io_uring.x86_64-latest.xml tests: Tests for io mode io_uring 2020-04-24 09:17:06 +02:00
disk-aio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-arm-virtio-sd.aarch64-latest.xml tests: Add tests for a virtio and sd disk in a single machine 2020-05-12 06:55:00 +02:00
disk-backing-chains-active.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-backing-chains-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-backing-chains-index-active.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-backing-chains-index-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-backing-chains-noindex.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-boot-cdrom.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-boot-disk.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-cache.x86_64-1.5.3.xml tests: qemuxml2xml: Modernize 'disk-cache' test 2020-01-27 14:55:03 +01:00
disk-cache.x86_64-2.6.0.xml qemuxml2argvdata: disk-cache: Remove specific machine type 2021-02-09 11:30:19 +01:00
disk-cache.x86_64-2.7.0.xml qemuxml2argvdata: disk-cache: Remove specific machine type 2021-02-09 11:30:19 +01:00
disk-cache.x86_64-2.12.0.xml qemuxml2argvdata: disk-cache: Remove specific machine type 2021-02-09 11:30:19 +01:00
disk-cache.x86_64-latest.xml qemuxml2argvdata: disk-cache: Remove specific machine type 2021-02-09 11:30:19 +01: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.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +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.xml tests: qemuxml: Purge prehistoric machine type 'pc-0.13' from "latest" tests 2020-01-27 14:55:03 +01: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.x86_64-latest.xml qemuxml2(argv|xml): Modernize 'discard'/'detect-zero' tests 2020-05-12 06:54:59 +02:00
disk-error-policy.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-fat.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-floppy.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-fmt-qcow.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-metadata-cache.x86_64-latest.xml conf: Introduce <metadata_cache> subelement of <disk><driver> 2021-01-08 15:27:00 +01:00
disk-mirror-active.xml conf: disk: Parse and format <metadata_cache> also for <mirror> 2021-01-14 18:28:47 +01:00
disk-mirror-inactive.xml conf: disk: Parse and format <metadata_cache> also for <mirror> 2021-01-14 18:28:47 +01:00
disk-mirror-old-active.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-mirror-old-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-network-gluster.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-network-http.x86_64-latest.xml conf: Add support for http(s) query strings 2020-03-30 16:30:34 +02:00
disk-network-iscsi.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-network-nbd.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-network-nfs-inactive.x86_64-latest.xml tests: Add tests for NFS disk protocol 2021-01-08 15:11:15 +01:00
disk-network-nfs.x86_64-latest.xml tests: Add tests for NFS disk protocol 2021-01-08 15:11:15 +01:00
disk-network-rbd.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-network-sheepdog.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-network-source-auth.xml schema: secret: Relax requirements for usage name 2021-01-08 09:18:21 +01: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.xml tests: qemu: Split NBD and VXHS protocol tests 2020-07-31 10:27:50 +02:00
disk-network-vxhs.xml
disk-nvme.xml conf: Format and parse NVMe type disk 2019-12-17 10:04:43 +01:00
disk-scsi-device-auto.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-scsi-disk-vpd.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-scsi-lun-passthrough-sgio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-scsi.x86_64-latest.xml tests: qemuxml2argvtest: Add vmpvscsi to disk-scsi test 2020-05-13 09:30:20 +02:00
disk-serial.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-slices.x86_64-latest.xml qemuxml2argvtest: Add 'nvme' disks into the 'disk-slices' case 2020-12-08 15:13:20 +01:00
disk-source-pool-mode.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-source-pool.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-usb-device.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
disk-vhostuser.x86_64-latest.xml conf: allow virtio driver attributes for vhostuser disk 2021-02-08 10:49:59 +01:00
disk-virtio-queues.xml
disk-virtio-s390-zpci.xml
disk-virtio-scsi-reservations.xml
disk-virtio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
downscript.xml qemuxml2xmloutdata: Make more symlinks 2020-10-01 14:53:28 +02:00
encrypted-disk-usage.xml
encrypted-disk.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
eoi-disabled.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
eoi-enabled.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
event_idx.xml tests: qemuxml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01: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-topology.xml qemuxml2xmltest: Add memfd tests 2019-04-03 16:37:19 +02:00
floppy-drive-fat.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
genid-active.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
genid-auto-active.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
genid-auto-inactive.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
genid-inactive.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
graphics-egl-headless-rendernode.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-listen-network2.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-listen-network.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +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.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-spice-auto-socket.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-spice-compression.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-spice-egl-headless.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-spice-qxl-vga.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-spice-socket.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-spice-timeout.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
graphics-spice.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-auto-socket-cfg.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-auto-socket.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-egl-headless.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-no-listen-attr.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-remove-generated-socket-active.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-remove-generated-socket-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-sasl.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-socket.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-tls.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc-websocket.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
graphics-vnc.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-mdev-display-ramfb.x86_64-latest.xml qemu: format 'ramfb' attribute for mediated devices 2020-06-23 23:20:00 +02:00
hostdev-mdev-display.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-mdev-precreated.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-pci-address-unassigned.xml Introducing new address type='unassigned' for PCI hostdevs 2019-12-18 13:08:27 -05:00
hostdev-pci-address.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-pci-multifunction.xml tests: Add a baseline test for multifunction pci device use case 2019-09-09 16:44:24 +02:00
hostdev-scsi-autogen-address.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-scsi-large-unit.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00: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 tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-scsi-sgio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-scsi-shareable.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-scsi-vhost-scsi-ccw.xml
hostdev-scsi-vhost-scsi-pci.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hostdev-scsi-vhost-scsi-pcie.xml
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.xml tests: add vfio-ap mdev tests 2019-08-28 12:20:11 +02:00
hostdev-subsys-mdev-vfio-ccw-boot.s390x-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
hostdev-subsys-mdev-vfio-ccw.xml
hostdev-usb-address.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00: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.xml tests: qemu: add more tests for ZPCI on S390 2020-06-26 18:53:51 +02:00
hostdev-vfio-zpci-autogenerate.xml
hostdev-vfio-zpci-boundaries.xml
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-multidomain-many.xml
hostdev-vfio-zpci.xml
hostdev-vfio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hugepages-default-2M.xml
hugepages-default-system-size.xml
hugepages-default.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hugepages-memaccess2.xml
hugepages-memaccess.xml
hugepages-nodeset.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hugepages-numa-default-2M.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hugepages-numa-default-dimm.xml
hugepages-numa-nodeset-part.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hugepages-numa-nodeset.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hugepages-nvdimm.xml
hugepages-shared.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hyperv-off.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hyperv-panic.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hyperv-stimer-direct.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
hyperv.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
input-usbmouse.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
input-usbtablet.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
input-virtio-ccw.xml
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-2.6.0.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01: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 tests: qemuxml2xml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01:00
interface-server.xml
iommu-smmuv3.aarch64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
iothreads-disk-virtio-ccw.xml
iothreads-disk.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
iothreads-ids-partial.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
iothreads-ids.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
iothreads-virtio-scsi-ccw.xml tests: qemuxml: Use existing machine type in 'iothreads-virtio-scsi-ccw' case 2020-01-27 14:55:03 +01:00
iothreads-virtio-scsi-pci.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
iothreads.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
kvm-features-off.xml 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
kvmclock.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
lease.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
luks-disks-source-qcow2.x86_64-latest.xml qemuxml2argvdata: luks-disks-source-qcow2: Remove specific machine type 2021-02-09 11:30:19 +01:00
luks-disks-source.xml
luks-disks.xml
mach-virt-console-native.xml
mach-virt-console-virtio.xml
mach-virt-serial-compat.xml
mach-virt-serial-native.xml
mach-virt-serial-pci.xml
mach-virt-serial-usb.xml
mach-virt-serial+console-native.xml
machine-core-off.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
machine-core-on.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
machine-loadparm-multiple-disks-nets-s390.xml
memfd-memory-default-hugepage.xml qemuBuildMemoryBackendProps: Get pagesize early 2019-04-03 16:37:19 +02:00
memfd-memory-numa.xml qemuxml2xmltest: Add memfd tests 2019-04-03 16:37:19 +02:00
memory-hotplug-dimm.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
memory-hotplug-nvdimm-access.xml
memory-hotplug-nvdimm-align.xml conf: Introduce 'alignsize' element into xml for NVDIMM memory 2019-01-02 09:00:24 -05:00
memory-hotplug-nvdimm-label.xml
memory-hotplug-nvdimm-pmem.xml conf: Introduce 'pmem' element into xml for NVDIMM memory 2019-01-02 09:00:29 -05: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.xml Revert "domain_conf.c: auto-align pSeries NVDIMM in virDomainMemoryDefPostParse()" 2020-12-04 15:35:42 -03:00
memory-hotplug-nvdimm-readonly.xml conf: Introduce 'readonly' element into xml for NVDIMM memory 2019-01-02 09:00:34 -05:00
memory-hotplug-nvdimm.xml
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.xml tests: Simplify some ppc64 tests 2020-12-04 15:56:48 +01: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 conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
memorybacking-set.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
memorybacking-unset.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
memtune-unlimited.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
memtune.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
metadata-duplicate.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
metadata.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
migrate.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
minimal.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
misc-acpi.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
misc-disable-s3.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
misc-disable-suspends.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
misc-enable-s4.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
misc-no-reboot.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
misc-uuid.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-bandwidth2.xml tests: qemuxml2xml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01:00
net-bandwidth.xml tests: qemuxml2xml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01:00
net-coalesce.xml tests: qemuxml2xml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01:00
net-eth-hostip.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-eth-ifname.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-eth-unmanaged-tap.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-eth.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-hostdev-bootorder.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-hostdev-vfio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-hostdev.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-isolated-port.x86_64-latest.xml conf: parse/format <port isolated='yes|no'/> 2020-02-20 23:09:27 -05:00
net-many-models.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-midonet.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-mtu.xml tests: qemuxml2xml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01:00
net-openvswitch.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-udp.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-user-addr.xml
net-user.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-vdpa.xml qemu: add vdpa support 2020-10-20 14:48:02 -04:00
net-vhostuser.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-virtio-device.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-virtio-disable-offloads.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-virtio-network-portgroup.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
net-virtio-rxtxqueuesize.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00: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 conf: parse/format <teaming> subelement of <interface> 2020-01-29 15:33:29 -05:00
net-virtio-teaming.xml conf: parse/format <teaming> subelement of <interface> 2020-01-29 15:33:29 -05:00
net-virtio.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
nographics-vga.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
nosharepages.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
numad-auto-memory-vcpu-cpuset.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
numad-auto-memory-vcpu-no-cpuset-and-placement.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
numad-auto-vcpu-no-numatune.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
numad-static-vcpu-no-numatune.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
numatune-auto-prefer.xml
numatune-distances.xml qemuxml2xmltest: Add "numatune-distance" test case 2020-07-08 12:05:24 +02:00
numatune-hmat.xml conf: Parse and format HMAT 2020-07-08 12:05:24 +02:00
numatune-memnode-no-memory.xml
numatune-memnode.xml
numatune-no-vcpu.xml Allow NUMA nodes without vCPUs 2020-07-08 12:05:24 +02:00
numavcpus-topology-mismatch.x86_64-latest.xml qemuxml2xmltest.c: add NUMA vcpus auto fill tests 2020-06-18 12:31:54 +02:00
os-firmware-bios.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
os-firmware-efi-secboot.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
os-firmware-efi.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
pages-dimm-discard.xml
pages-discard-hugepages.xml
pages-discard.xml
panic-double.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
panic-isa.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
panic-no-address.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
panic-pseries.xml
panic.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
parallel-tcp.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
pci-autoadd-addr.xml
pci-autoadd-idx.xml
pci-autofill-addr.xml qemu: Forbid cdroms on virtio bus 2019-02-08 08:41:40 +01:00
pci-bridge-many-disks.xml
pci-bridge.xml
pci-expander-bus.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
pci-many.xml
pci-rom-disabled-invalid.xml
pci-rom-disabled.xml
pci-rom.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
pci-serial-dev-chardev.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
pcie-expander-bus.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
pcie-root-port-model-generic.xml
pcie-root-port-model-ioh3420.xml
pcie-root-port-nohotplug.x86_64-latest.xml conf: new attribute "hotplug" for pci controllers 2020-04-12 22:32:30 -04:00
pcie-root-port.xml
pcie-root.xml
pcie-switch-downstream-port.xml
pcie-switch-upstream-port.xml
pcihole64-gib.xml
pcihole64-none.xml
pcihole64-q35.xml
pcihole64.xml
pmu-feature-off.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
pmu-feature.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
ppc64-default-cpu-kvm-pseries-2.7.ppc64-latest.xml tests: Update capabilities for QEMU 5.0.0 on ppc64 2020-05-06 15:08:49 +02:00
ppc64-default-cpu-kvm-pseries-3.1.ppc64-latest.xml tests: Update capabilities for QEMU 5.0.0 on ppc64 2020-05-06 15:08:49 +02:00
ppc64-default-cpu-kvm-pseries-4.2.ppc64-latest.xml tests: Update capabilities for QEMU 5.0.0 on ppc64 2020-05-06 15:08:49 +02:00
ppc64-default-cpu-tcg-pseries-2.7.ppc64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
ppc64-default-cpu-tcg-pseries-3.1.ppc64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
ppc64-default-cpu-tcg-pseries-4.2.ppc64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
ppc64-pseries-graphics.ppc64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
ppc64-pseries-headless.ppc64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
ppc64-tpmproxy-single.ppc64-latest.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.xml tests: add XML schema tests for the TPM Proxy device 2020-06-23 17:27:50 +02:00
ppc64-usb-controller-legacy.xml
ppc64-usb-controller.xml
pseries-console-native.xml
pseries-console-virtio.xml
pseries-cpu-compat-power9.xml
pseries-cpu-compat.xml
pseries-cpu-exact.xml
pseries-features.xml qemu: Implement the IBS pSeries feature 2020-04-27 14:43:13 +02:00
pseries-hostdevs-1.xml
pseries-hostdevs-2.xml
pseries-hostdevs-3.xml
pseries-many-buses-1.xml
pseries-many-buses-2.xml
pseries-many-devices.xml
pseries-nvram.xml conf: Format spapr-vio addresses as 32-bit 2019-06-20 12:50:03 +02:00
pseries-panic-missing.xml
pseries-panic-no-address.xml
pseries-phb-default-missing.xml
pseries-phb-numa-node.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
pseries-phb-simple.xml
pseries-serial-compat.xml
pseries-serial-native.xml
pseries-serial-pci.xml
pseries-serial-usb.xml
pseries-serial+console-native.xml
pv-spinlock-disabled.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
pv-spinlock-enabled.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
q35-default-devices-only.xml
q35-multifunction.xml
q35-pci-force-address.xml
q35-pcie-autoadd.xml
q35-pcie.xml
q35-usb2-multi.xml
q35-usb2-reorder.xml
q35-usb2.xml
q35-virt-manager-basic.xml
q35-virtio-pci.xml
q35.xml
qemu-ns-no-env.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
reboot-timeout-disabled.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
reboot-timeout-enabled.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
restore-v2.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
riscv64-virt-graphics.riscv64-latest.xml tests: Enable *-headless and *-graphics in qemuxml2xml 2019-06-26 10:37:54 +02:00
riscv64-virt-headless.riscv64-latest.xml tests: Enable *-headless and *-graphics in qemuxml2xml 2019-06-26 10:37:54 +02:00
riscv64-virt-pci.xml tests: Add test for PCI usage on RISC-V 2019-02-01 11:57:52 +01:00
riscv64-virt.xml
s390-default-cpu-kvm-ccw-virtio-2.7.s390x-latest.xml qemu_capabilities: Disable CPU models on old s390 machine types 2020-02-07 09:19:02 +01:00
s390-default-cpu-kvm-ccw-virtio-4.2.s390x-latest.xml qemu: Use host-model CPU on s390 by default 2019-11-25 15:29:19 +01:00
s390-default-cpu-tcg-ccw-virtio-2.7.s390x-latest.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.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
s390-defaultconsole.xml
s390-panic-missing.xml
s390-panic-no-address.xml
s390-panic.xml
s390-serial-2.xml
s390-serial-console.xml
s390-serial.xml
s390x-ccw-graphics.s390x-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
s390x-ccw-headless.s390x-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
seclabel-dac-none.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-device-multiple.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-dynamic-baselabel-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-dynamic-labelskip-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-dynamic-none-relabel-inactive.xml tests: Add -inactive suffix when appropriate for qemuxml2xml 2019-03-05 10:41:10 +01:00
seclabel-dynamic-none.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-dynamic-override-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-dynamic-relabel-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-none.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-static-labelskip-active.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-static-labelskip-inactive.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
seclabel-static.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-dev.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-file.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-many.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-pty.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-spiceport-nospice.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-spiceport.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-target-port-auto.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-tcp-telnet.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-tcp-tlsx509-chardev-notls.xml
serial-tcp-tlsx509-chardev.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-tcp.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-udp.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-unix.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
serial-vc.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
shmem-plain-doorbell.xml qemu: add support for shmem-{plain, doorbell} role 2020-08-03 10:57:47 +02:00
shmem.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smartcard-controller.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smartcard-host-certificates-database.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smartcard-host-certificates.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smartcard-host.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smartcard-passthrough-spicevmc.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smartcard-passthrough-tcp.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smbios-multiple-type2.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smbios-type-fwcfg.xml conf: Add firmware blob configuration 2020-06-10 14:00:38 +02:00
smbios.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
smp.xml conf: add support for specifying CPU "dies" parameter 2020-01-16 15:11:42 +00:00
sound-device.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
sound.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
tap-vhost-incorrect.xml tests: qemuxml2xml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01:00
tap-vhost.xml tests: qemuxml2xml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01:00
tpm-emulator-tpm2-enc.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
tpm-emulator-tpm2-pstate.x86_64-latest.xml conf: Add support for keeping TPM emulator state 2021-01-06 11:44:12 +01:00
tpm-emulator-tpm2.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
tpm-emulator.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
tpm-passthrough-crb.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
tpm-passthrough.x86_64-latest.xml tests: qemuxml2argv: Modernize tpm-passthrough tests 2020-01-27 14:55:03 +01:00
tseg-explicit-size.xml
tseg-old-machine-type.xml
tseg.xml
usb-controller-default-q35.xml
usb-controller-explicit-q35.xml
usb-controller.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
usb-ich9-ehci-addr.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
usb-none.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
usb-piix3-controller.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
usb-port-missing.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
usb-redir-filter-version.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
usb-redir-filter.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
usb-redir.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
user-aliases.xml
vcpu-placement-static.xml
vhost_queues.xml tests: qemuxml2xml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01: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-vsock-auto.xml
vhost-vsock-ccw-auto.xml
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.xml
vhost-vsock.xml
video-device-pciaddr-default.xml tests: qemuxml: Remove prehistoric machine types from legacy tests 2020-01-27 14:55:03 +01:00
video-none-device.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
video-qxl-heads.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
video-qxl-noheads.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
video-qxl-resolution.xml qemuxml2xmloutdata: Make more symlinks 2020-10-01 14:53:28 +02:00
video-virtio-gpu-ccw-auto.xml
video-virtio-gpu-ccw.xml
video-virtio-gpu-device.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +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
video-virtio-gpu-spice-gl.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
video-virtio-gpu-virgl.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
virtio-9p-createmode.x86_64-latest.xml qemu: add 'fmode' and 'dmode' options 2020-11-04 18:25:55 +01:00
virtio-9p-multidevs.x86_64-latest.xml conf: add 'multidevs' option 2020-04-06 13:55:27 +02:00
virtio-input-passthrough.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
virtio-input.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00: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-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
virtio-options-memballoon-freepage-reporting.xml tests: Turn virtio-options-memballoon-freepage-reporting.xml into a symlink 2020-10-15 10:51:07 +02:00
virtio-options.x86_64-latest.xml tests: use latest caps for virtio-options test 2020-04-27 17:25:59 +02:00
virtio-options.xml
virtio-rng-builtin.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
virtio-rng-egd.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
virtio-rng-random.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
virtio-transitional.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
vmcoreinfo.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
watchdog.xml tests: fix name of 32-bit x86 QEMU binary 2019-12-03 13:57:44 +00:00
x86_64-default-cpu-kvm-pc-4.2.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
x86_64-default-cpu-kvm-q35-4.2.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
x86_64-default-cpu-tcg-pc-4.2.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
x86_64-default-cpu-tcg-q35-4.2.x86_64-latest.xml qemu: Store default CPU in domain XML 2019-11-20 17:22:07 +01:00
x86_64-pc-graphics.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
x86_64-pc-headless.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
x86_64-q35-graphics.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00
x86_64-q35-headless.x86_64-latest.xml qemu: capabilities: Replace aliased machine type by copy of the canonical machine 2020-01-27 14:55:03 +01:00