]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBlockStorageSourceNeedsFormatLayer: Stop formatting 'raw' driver when not needed
authorPeter Krempa <pkrempa@redhat.com>
Thu, 19 Oct 2023 20:07:49 +0000 (22:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 2 Feb 2024 15:03:08 +0000 (16:03 +0100)
commit6eaf3614b6f2e79d5827b152a5cc100b05f1f935
treee41d4abed5c212cdbc815a189861209a6f216e10
parentabdcb46012c44d9f0116dd714f948874599912e1
qemuBlockStorageSourceNeedsFormatLayer: Stop formatting 'raw' driver when not needed

The 'raw' driver without any special configuration is not needed and
creates overhead in qemu.

Stop using the 'raw' format driver in cases when it's not needed. A
special case when it is needed is for FD passed images with only a
single writable FD passed, where we need an overlay driver to properly
reflect the 'read-only' flag.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
389 files changed:
src/qemu/qemu_block.c
src/qemu/qemu_block.h
src/qemu/qemu_domain.c
tests/qemuhotplugtest.c
tests/qemuxmlconfdata/async-teardown.x86_64-latest.args
tests/qemuxmlconfdata/audio-alsa-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-alsa-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-alsa-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-coreaudio-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-coreaudio-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-coreaudio-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-default-nographics.x86_64-latest.args
tests/qemuxmlconfdata/audio-default-sdl.x86_64-latest.args
tests/qemuxmlconfdata/audio-default-spice.x86_64-latest.args
tests/qemuxmlconfdata/audio-default-vnc.x86_64-latest.args
tests/qemuxmlconfdata/audio-file-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-file-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-file-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-jack-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-jack-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-many-backends.x86_64-latest.args
tests/qemuxmlconfdata/audio-none-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-none-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-none-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-oss-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-oss-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-oss-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-pipewire-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-pipewire-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-pipewire-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-pulseaudio-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-pulseaudio-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-pulseaudio-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-sdl-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-sdl-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-sdl-minimal.x86_64-latest.args
tests/qemuxmlconfdata/audio-spice-best.x86_64-latest.args
tests/qemuxmlconfdata/audio-spice-full.x86_64-latest.args
tests/qemuxmlconfdata/audio-spice-minimal.x86_64-latest.args
tests/qemuxmlconfdata/autoindex.x86_64-latest.args
tests/qemuxmlconfdata/balloon-device-auto.x86_64-latest.args
tests/qemuxmlconfdata/balloon-device-deflate-off.x86_64-latest.args
tests/qemuxmlconfdata/balloon-device-deflate.x86_64-latest.args
tests/qemuxmlconfdata/balloon-device-period.x86_64-latest.args
tests/qemuxmlconfdata/balloon-device.x86_64-latest.args
tests/qemuxmlconfdata/blkiotune-device.x86_64-latest.args
tests/qemuxmlconfdata/blkiotune.x86_64-latest.args
tests/qemuxmlconfdata/boot-cdrom.x86_64-latest.args
tests/qemuxmlconfdata/boot-complex.x86_64-latest.args
tests/qemuxmlconfdata/boot-floppy-q35.x86_64-latest.args
tests/qemuxmlconfdata/boot-floppy.x86_64-latest.args
tests/qemuxmlconfdata/boot-menu-disable-drive.x86_64-latest.args
tests/qemuxmlconfdata/boot-menu-disable-with-timeout.x86_64-latest.args
tests/qemuxmlconfdata/boot-menu-disable.x86_64-latest.args
tests/qemuxmlconfdata/boot-menu-enable-with-timeout.x86_64-latest.args
tests/qemuxmlconfdata/boot-menu-enable.x86_64-latest.args
tests/qemuxmlconfdata/boot-multi.x86_64-latest.args
tests/qemuxmlconfdata/boot-network.x86_64-latest.args
tests/qemuxmlconfdata/boot-order.x86_64-latest.args
tests/qemuxmlconfdata/channel-guestfwd.x86_64-latest.args
tests/qemuxmlconfdata/channel-qemu-vdagent-features.x86_64-latest.args
tests/qemuxmlconfdata/channel-qemu-vdagent.x86_64-latest.args
tests/qemuxmlconfdata/channel-spicevmc.x86_64-latest.args
tests/qemuxmlconfdata/channel-virtio-auto.x86_64-latest.args
tests/qemuxmlconfdata/channel-virtio-autoadd.x86_64-latest.args
tests/qemuxmlconfdata/channel-virtio-autoassign.x86_64-latest.args
tests/qemuxmlconfdata/channel-virtio-default.x86_64-latest.args
tests/qemuxmlconfdata/channel-virtio-state.x86_64-latest.args
tests/qemuxmlconfdata/channel-virtio-unix.x86_64-latest.args
tests/qemuxmlconfdata/channel-virtio.x86_64-latest.args
tests/qemuxmlconfdata/clock-absolute.x86_64-latest.args
tests/qemuxmlconfdata/clock-catchup.x86_64-latest.args
tests/qemuxmlconfdata/clock-france.x86_64-latest.args
tests/qemuxmlconfdata/clock-hpet-off.x86_64-latest.args
tests/qemuxmlconfdata/clock-localtime-basis-localtime.x86_64-latest.args
tests/qemuxmlconfdata/clock-localtime.x86_64-latest.args
tests/qemuxmlconfdata/clock-realtime.x86_64-latest.args
tests/qemuxmlconfdata/clock-utc.x86_64-latest.args
tests/qemuxmlconfdata/clock-variable.x86_64-latest.args
tests/qemuxmlconfdata/console-compat-auto.x86_64-latest.args
tests/qemuxmlconfdata/console-compat-chardev.x86_64-latest.args
tests/qemuxmlconfdata/console-compat.x86_64-latest.args
tests/qemuxmlconfdata/console-compat2.x86_64-latest.args
tests/qemuxmlconfdata/console-virtio-many.x86_64-latest.args
tests/qemuxmlconfdata/console-virtio.x86_64-latest.args
tests/qemuxmlconfdata/controller-order.x86_64-latest.args
tests/qemuxmlconfdata/controller-virtio-scsi.x86_64-latest.args
tests/qemuxmlconfdata/cpu-host-passthrough-features.x86_64-latest.args
tests/qemuxmlconfdata/cputune-cpuset-big-id.x86_64-latest.args
tests/qemuxmlconfdata/cputune-zero-shares.x86_64-latest.args
tests/qemuxmlconfdata/cputune.x86_64-latest.args
tests/qemuxmlconfdata/devices-acpi-index.x86_64-latest.args
tests/qemuxmlconfdata/disk-active-commit.x86_64-latest.args
tests/qemuxmlconfdata/disk-aio.x86_64-latest.args
tests/qemuxmlconfdata/disk-backing-chains-noindex.x86_64-latest.args
tests/qemuxmlconfdata/disk-blockio.x86_64-latest.args
tests/qemuxmlconfdata/disk-boot-cdrom.x86_64-latest.args
tests/qemuxmlconfdata/disk-boot-disk.x86_64-latest.args
tests/qemuxmlconfdata/disk-cdrom-bus-other.x86_64-latest.args
tests/qemuxmlconfdata/disk-cdrom-network-nbdkit.x86_64-latest.args
tests/qemuxmlconfdata/disk-cdrom-network.x86_64-latest.args
tests/qemuxmlconfdata/disk-cdrom-tray.x86_64-latest.args
tests/qemuxmlconfdata/disk-cdrom.x86_64-latest.args
tests/qemuxmlconfdata/disk-copy_on_read.x86_64-latest.args
tests/qemuxmlconfdata/disk-detect-zeroes.x86_64-latest.args
tests/qemuxmlconfdata/disk-device-removable.x86_64-latest.args
tests/qemuxmlconfdata/disk-discard.x86_64-latest.args
tests/qemuxmlconfdata/disk-floppy-q35.x86_64-latest.args
tests/qemuxmlconfdata/disk-floppy-tray.x86_64-latest.args
tests/qemuxmlconfdata/disk-floppy.x86_64-latest.args
tests/qemuxmlconfdata/disk-fmt-qcow.x86_64-latest.args
tests/qemuxmlconfdata/disk-geometry.x86_64-latest.args
tests/qemuxmlconfdata/disk-ide-split.x86_64-latest.args
tests/qemuxmlconfdata/disk-ide-wwn.x86_64-latest.args
tests/qemuxmlconfdata/disk-ioeventfd.x86_64-latest.args
tests/qemuxmlconfdata/disk-mirror-old.x86_64-latest.args
tests/qemuxmlconfdata/disk-mirror.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-gluster.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-http-nbdkit.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-http.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-iscsi.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-nbd.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-nfs.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-rbd-encryption-layering.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-rbd-encryption-luks-any.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-rbd-encryption.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-rbd-no-colon.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-rbd.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-source-auth.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-source-curl-nbdkit.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-source-curl.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-ssh-key.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-ssh-nbdkit.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-ssh-password.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-ssh.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-tlsx509-nbd-hostname.x86_64-latest.args
tests/qemuxmlconfdata/disk-network-tlsx509-nbd.x86_64-latest.args
tests/qemuxmlconfdata/disk-no-boot.x86_64-latest.args
tests/qemuxmlconfdata/disk-nvme.x86_64-latest.args
tests/qemuxmlconfdata/disk-order.x86_64-latest.args
tests/qemuxmlconfdata/disk-readonly-disk.x86_64-latest.args
tests/qemuxmlconfdata/disk-rotation.x86_64-latest.args
tests/qemuxmlconfdata/disk-sata-device.x86_64-latest.args
tests/qemuxmlconfdata/disk-scsi-device-auto.x86_64-latest.args
tests/qemuxmlconfdata/disk-scsi-disk-split.x86_64-latest.args
tests/qemuxmlconfdata/disk-scsi-disk-vpd.x86_64-latest.args
tests/qemuxmlconfdata/disk-scsi-disk-wwn.x86_64-latest.args
tests/qemuxmlconfdata/disk-scsi-lun-passthrough.x86_64-latest.args
tests/qemuxmlconfdata/disk-scsi.x86_64-latest.args
tests/qemuxmlconfdata/disk-serial.x86_64-latest.args
tests/qemuxmlconfdata/disk-shared.x86_64-latest.args
tests/qemuxmlconfdata/disk-snapshot.x86_64-latest.args
tests/qemuxmlconfdata/disk-source-pool-mode.x86_64-latest.args
tests/qemuxmlconfdata/disk-source-pool.x86_64-latest.args
tests/qemuxmlconfdata/disk-usb-device.x86_64-latest.args
tests/qemuxmlconfdata/disk-vhostvdpa.x86_64-latest.args
tests/qemuxmlconfdata/disk-virtio-queues.x86_64-latest.args
tests/qemuxmlconfdata/disk-virtio-scsi-reservations.x86_64-latest.args
tests/qemuxmlconfdata/disk-virtio.x86_64-latest.args
tests/qemuxmlconfdata/downscript.x86_64-latest.args
tests/qemuxmlconfdata/event_idx.x86_64-latest.args
tests/qemuxmlconfdata/fips-enabled.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-enrolled-keys.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-loader-insecure.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-loader-path.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-loader-secure.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-no-enrolled-keys.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-no-secboot.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-nvram-file.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-nvram-network-iscsi.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-nvram-network-nbd.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-nvram-path.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-nvram-template.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-secboot.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi-smm-off.x86_64-latest.args
tests/qemuxmlconfdata/firmware-auto-efi.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-acpi-q35.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-features.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-loader-path-nonstandard.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-loader-secure.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-no-enrolled-keys-legacy-paths.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-no-enrolled-keys.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-no-secboot-legacy-paths.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-no-secboot.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-nvram-file.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-nvram-network-iscsi.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-nvram-network-nbd.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-nvram-template-nonstandard.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-nvram-template.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-secboot-legacy-paths.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi-secboot.x86_64-latest.args
tests/qemuxmlconfdata/firmware-manual-efi.x86_64-latest.args
tests/qemuxmlconfdata/graphics-dbus-audio.x86_64-latest.args
tests/qemuxmlconfdata/graphics-egl-headless-rendernode.x86_64-latest.args
tests/qemuxmlconfdata/graphics-egl-headless.x86_64-latest.args
tests/qemuxmlconfdata/graphics-listen-network.x86_64-latest.args
tests/qemuxmlconfdata/graphics-sdl-fullscreen.x86_64-latest.args
tests/qemuxmlconfdata/graphics-sdl.x86_64-latest.args
tests/qemuxmlconfdata/graphics-vnc-auto-socket-cfg.x86_64-latest.args
tests/qemuxmlconfdata/graphics-vnc-egl-headless.x86_64-latest.args
tests/qemuxmlconfdata/graphics-vnc-no-listen-attr.x86_64-latest.args
tests/qemuxmlconfdata/graphics-vnc-policy.x86_64-latest.args
tests/qemuxmlconfdata/graphics-vnc-power.x86_64-latest.args
tests/qemuxmlconfdata/graphics-vnc-remove-generated-socket.x86_64-latest.args
tests/qemuxmlconfdata/graphics-vnc-sasl.x86_64-latest.args
tests/qemuxmlconfdata/graphics-vnc.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-pci-address-device.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-pci-address.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-scsi-autogen-address.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-scsi-large-unit.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-scsi-lsi.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-scsi-shareable.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-scsi-vhost-scsi-pci.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-scsi-virtio-scsi.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-usb-address-device-boot.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-usb-address-device.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-usb-address.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-vfio-multidomain.x86_64-latest.args
tests/qemuxmlconfdata/hostdev-vfio.x86_64-latest.args
tests/qemuxmlconfdata/hugepages-memaccess.x86_64-latest.args
tests/qemuxmlconfdata/hugepages-memaccess2.x86_64-latest.args
tests/qemuxmlconfdata/hugepages-shared.x86_64-latest.args
tests/qemuxmlconfdata/input-usbmouse-addr.x86_64-latest.args
tests/qemuxmlconfdata/input-usbmouse.x86_64-latest.args
tests/qemuxmlconfdata/input-usbtablet.x86_64-latest.args
tests/qemuxmlconfdata/iothreads-disk.x86_64-latest.args
tests/qemuxmlconfdata/iothreads-virtio-scsi-pci.x86_64-latest.args
tests/qemuxmlconfdata/kvm-pit-delay.x86_64-latest.args
tests/qemuxmlconfdata/kvm-pit-discard.x86_64-latest.args
tests/qemuxmlconfdata/launch-security-sev-direct.x86_64-latest.args
tests/qemuxmlconfdata/lease.x86_64-latest.args
tests/qemuxmlconfdata/machine-aliases1.x86_64-latest.args
tests/qemuxmlconfdata/machine-aliases2.x86_64-latest.args
tests/qemuxmlconfdata/machine-core-off.x86_64-latest.args
tests/qemuxmlconfdata/machine-core-on.x86_64-latest.args
tests/qemuxmlconfdata/machine-vmport-opt.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-dimm-addr.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-dimm.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-multiple.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-nvdimm-access.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-nvdimm-align.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-nvdimm-label.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-nvdimm-pmem.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-nvdimm-readonly.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-nvdimm.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-virtio-mem.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug-virtio-pmem.x86_64-latest.args
tests/qemuxmlconfdata/memory-hotplug.x86_64-latest.args
tests/qemuxmlconfdata/memtune-unlimited.x86_64-latest.args
tests/qemuxmlconfdata/memtune.x86_64-latest.args
tests/qemuxmlconfdata/metadata-duplicate.x86_64-latest.args
tests/qemuxmlconfdata/metadata.x86_64-latest.args
tests/qemuxmlconfdata/migrate.x86_64-latest.args
tests/qemuxmlconfdata/misc-acpi.x86_64-latest.args
tests/qemuxmlconfdata/misc-disable-s3.x86_64-latest.args
tests/qemuxmlconfdata/misc-disable-suspends.x86_64-latest.args
tests/qemuxmlconfdata/misc-enable-s4.x86_64-latest.args
tests/qemuxmlconfdata/misc-no-reboot.x86_64-latest.args
tests/qemuxmlconfdata/misc-uuid.x86_64-latest.args
tests/qemuxmlconfdata/multifunction-pci-device.x86_64-latest.args
tests/qemuxmlconfdata/net-bandwidth.x86_64-latest.args
tests/qemuxmlconfdata/net-client.x86_64-latest.args
tests/qemuxmlconfdata/net-coalesce.x86_64-latest.args
tests/qemuxmlconfdata/net-eth-hostip.x86_64-latest.args
tests/qemuxmlconfdata/net-eth-ifname.x86_64-latest.args
tests/qemuxmlconfdata/net-eth-names.x86_64-latest.args
tests/qemuxmlconfdata/net-eth-unmanaged-tap.x86_64-latest.args
tests/qemuxmlconfdata/net-eth.x86_64-latest.args
tests/qemuxmlconfdata/net-hostdev-bootorder.x86_64-latest.args
tests/qemuxmlconfdata/net-hostdev-multidomain.x86_64-latest.args
tests/qemuxmlconfdata/net-hostdev-vfio-multidomain.x86_64-latest.args
tests/qemuxmlconfdata/net-hostdev-vfio.x86_64-latest.args
tests/qemuxmlconfdata/net-hostdev.x86_64-latest.args
tests/qemuxmlconfdata/net-isolated-port.x86_64-latest.args
tests/qemuxmlconfdata/net-mcast.x86_64-latest.args
tests/qemuxmlconfdata/net-midonet.x86_64-latest.args
tests/qemuxmlconfdata/net-mtu.x86_64-latest.args
tests/qemuxmlconfdata/net-openvswitch.x86_64-latest.args
tests/qemuxmlconfdata/net-server.x86_64-latest.args
tests/qemuxmlconfdata/net-udp.x86_64-latest.args
tests/qemuxmlconfdata/net-user-addr.x86_64-latest.args
tests/qemuxmlconfdata/net-user-passt.x86_64-latest.args
tests/qemuxmlconfdata/net-user.x86_64-latest.args
tests/qemuxmlconfdata/net-vhostuser-multiq.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-device.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-disable-offloads.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-netdev.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-network-portgroup.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-rss.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-rxtxqueuesize.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-teaming-hostdev.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-teaming-network.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio-teaming.x86_64-latest.args
tests/qemuxmlconfdata/net-virtio.x86_64-latest.args
tests/qemuxmlconfdata/nosharepages.x86_64-latest.args
tests/qemuxmlconfdata/numad-auto-memory-vcpu-cpuset.x86_64-latest.args
tests/qemuxmlconfdata/numad-auto-memory-vcpu-no-cpuset-and-placement.x86_64-latest.args
tests/qemuxmlconfdata/numad-auto-vcpu-no-numatune.x86_64-latest.args
tests/qemuxmlconfdata/numad-auto-vcpu-static-numatune.x86_64-latest.args
tests/qemuxmlconfdata/numad-static-memory-auto-vcpu.x86_64-latest.args
tests/qemuxmlconfdata/numad-static-vcpu-no-numatune.x86_64-latest.args
tests/qemuxmlconfdata/numad.x86_64-latest.args
tests/qemuxmlconfdata/numatune-auto-nodeset-invalid.x86_64-latest.args
tests/qemuxmlconfdata/panic-no-address.x86_64-latest.args
tests/qemuxmlconfdata/panic.x86_64-latest.args
tests/qemuxmlconfdata/parallel-parport-chardev.x86_64-latest.args
tests/qemuxmlconfdata/parallel-tcp-chardev.x86_64-latest.args
tests/qemuxmlconfdata/pci-autoadd-addr.x86_64-latest.args
tests/qemuxmlconfdata/pci-autoadd-idx.x86_64-latest.args
tests/qemuxmlconfdata/pci-autofill-addr.x86_64-latest.args
tests/qemuxmlconfdata/pci-bridge-many-disks.x86_64-latest.args
tests/qemuxmlconfdata/pci-bridge.x86_64-latest.args
tests/qemuxmlconfdata/pci-many.x86_64-latest.args
tests/qemuxmlconfdata/pci-rom.x86_64-latest.args
tests/qemuxmlconfdata/pci-serial-dev-chardev.x86_64-latest.args
tests/qemuxmlconfdata/pcie-expander-bus.x86_64-latest.args
tests/qemuxmlconfdata/pcie-root-port.x86_64-latest.args
tests/qemuxmlconfdata/pcie-switch-downstream-port.x86_64-latest.args
tests/qemuxmlconfdata/pcie-switch-upstream-port.x86_64-latest.args
tests/qemuxmlconfdata/pcihole64-q35.x86_64-latest.args
tests/qemuxmlconfdata/q35-pcie-autoadd.x86_64-latest.args
tests/qemuxmlconfdata/q35-pcie.x86_64-latest.args
tests/qemuxmlconfdata/q35-usb2-multi.x86_64-latest.args
tests/qemuxmlconfdata/q35-usb2-reorder.x86_64-latest.args
tests/qemuxmlconfdata/q35-usb2.x86_64-latest.args
tests/qemuxmlconfdata/q35.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns-alt.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns-commandline-ns0.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns-commandline-ns1.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns-commandline.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns-domain-commandline-ns0.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns-domain-commandline.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns-domain-ns0.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns-no-env.x86_64-latest.args
tests/qemuxmlconfdata/qemu-ns.x86_64-latest.args
tests/qemuxmlconfdata/restore-v2-fd.x86_64-latest.args
tests/qemuxmlconfdata/restore-v2.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-dac-none.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-device-multiple.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-dynamic-baselabel.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-dynamic-labelskip.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-dynamic-none.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-dynamic-override.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-dynamic-relabel.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-dynamic.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-none.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-static-labelskip.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-static-relabel.x86_64-latest.args
tests/qemuxmlconfdata/seclabel-static.x86_64-latest.args
tests/qemuxmlconfdata/serial-dev-chardev-iobase.x86_64-latest.args
tests/qemuxmlconfdata/serial-dev-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-file-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-file-log.x86_64-latest.args
tests/qemuxmlconfdata/serial-many-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-pty-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-spiceport.x86_64-latest.args
tests/qemuxmlconfdata/serial-target-port-auto.x86_64-latest.args
tests/qemuxmlconfdata/serial-tcp-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-tcp-telnet-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-tcp-tlsx509-chardev-notls.x86_64-latest.args
tests/qemuxmlconfdata/serial-tcp-tlsx509-chardev-verify.x86_64-latest.args
tests/qemuxmlconfdata/serial-tcp-tlsx509-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-tcp-tlsx509-secret-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-udp-chardev.x86_64-latest.args
tests/qemuxmlconfdata/serial-vc-chardev.x86_64-latest.args
tests/qemuxmlconfdata/smbios-type-fwcfg.x86_64-latest.args
tests/qemuxmlconfdata/smbios.x86_64-latest.args
tests/qemuxmlconfdata/tap-vhost.x86_64-latest.args
tests/qemuxmlconfdata/user-aliases.x86_64-latest.args
tests/qemuxmlconfdata/user-aliases2.x86_64-latest.args
tests/qemuxmlconfdata/vhost-user-gpu-secondary.x86_64-latest.args
tests/qemuxmlconfdata/vhost-user-vga.x86_64-latest.args
tests/qemuxmlconfdata/video-none-device.x86_64-latest.args
tests/qemuxmlconfdata/video-qxl-heads.x86_64-latest.args
tests/qemuxmlconfdata/video-qxl-noheads.x86_64-latest.args
tests/qemuxmlconfdata/video-qxl-resolution.x86_64-latest.args
tests/qemuxmlconfdata/video-vga-qxl-heads.x86_64-latest.args
tests/qemuxmlconfdata/virtio-lun.x86_64-latest.args
tests/qemuxmlconfdata/virtio-non-transitional.x86_64-latest.args
tests/qemuxmlconfdata/virtio-options-disk-ats.x86_64-latest.args
tests/qemuxmlconfdata/virtio-options-disk-iommu.x86_64-latest.args
tests/qemuxmlconfdata/virtio-options-disk-packed.x86_64-latest.args
tests/qemuxmlconfdata/virtio-options.x86_64-latest.args
tests/qemuxmlconfdata/virtio-transitional.x86_64-latest.args
tests/qemuxmlconfdata/vmcoreinfo.x86_64-latest.args
tests/qemuxmlconfdata/watchdog-device.x86_64-latest.args
tests/qemuxmlconfdata/watchdog-dump.x86_64-latest.args
tests/qemuxmlconfdata/watchdog-injectnmi.x86_64-latest.args
tests/qemuxmlconfdata/watchdog.x86_64-latest.args