]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemuxml2xml: Always use different output file
authorCole Robinson <crobinso@redhat.com>
Wed, 13 Jan 2016 15:43:27 +0000 (10:43 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 9 Feb 2016 15:22:05 +0000 (10:22 -0500)
commitd093d623e33edec98dadfaee2b9fe746b7251775
tree5c50c811bb8e86a58efa58b644282be391a70785
parentd498a8995012996afd653f0172cddbd270c51266
tests: qemuxml2xml: Always use different output file

Most qemuxml2xml tests expect that the input XML is unchanged after
parsing. This is unlike 99% of new qemu configs in the wild, which after
initial parsing end up with stable PCI device addresses. The xml2xml bit
doesn't currently hit that code path though, so most XML testing indeed
does not change.

Future patches will add that PCI address bits, which means most test cases
will have different output. So let's do away with the hardcoded same vs
different test split, and always track a separate output file. Tests can
still have same input and output, it just necessitates 2 separate XML files.
227 files changed:
tests/qemuxml2xmloutdata/qemuxml2xmlout-aarch64-aavmf-virtio-mmio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-aarch64-gic.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-aarch64-gicv3.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-bios-nvram.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-blkdeviotune.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-blkiotune-device.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-blkiotune.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-boot-cdrom.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-boot-floppy.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-boot-menu-disable.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-boot-menu-enable-with-timeout.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-boot-multi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-boot-network.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-boot-order.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-channel-guestfwd.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-channel-virtio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-chardev-label.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-clock-catchup.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-clock-localtime.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-clock-timer-hyperv-rtc.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-clock-utc.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-console-compat.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-console-virtio-many.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cpu-eoi-disabled.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cpu-eoi-enabled.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cpu-host-kvmclock.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cpu-host-model-features.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cpu-host-passthrough-features.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cpu-kvmclock.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cpu-numa-disjoint.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cpu-numa-memshared.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-iothreadsched-zeropriority.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-numatune.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-zero-shares.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-active-commit.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-aio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-cdrom-empty.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-cdrom.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-copy_on_read.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-boot-cdrom.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-boot-disk.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-cache-directsync.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-cache-unsafe.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-cache-v2-none.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-cache-v2-wb.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-cache-v2-wt.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-copy-on-read.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-error-policy-enospace.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-error-policy-stop.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-error-policy-wreport-rignore.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-fat.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-fmt-qcow.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-gluster.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-iscsi-auth.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-iscsi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-nbd-export.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-nbd-ipv6-export.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-nbd-ipv6.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-nbd-unix.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-nbd.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-rbd-auth.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-rbd-ceph-env.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-rbd-ipv6.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-rbd.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-drive-network-sheepdog.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-floppy.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-many.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-mirror-active.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-mirror-inactive.xml [moved from tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-mirror.xml with 100% similarity]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-scsi-device.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-scsi-disk-vpd.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-scsi-lun-passthrough-sgio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-scsi-megasas.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-scsi-virtio-scsi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-scsi-vscsi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-source-pool-mode.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-usb.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-virtio-scsi-cmd_per_lun.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-virtio-scsi-ioeventfd.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-virtio-scsi-max_sectors.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-virtio-scsi-num_queues.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-virtio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-xenvbd.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-encrypted-disk.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-eoi-disabled.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-eoi-enabled.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-event_idx.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-floppy-drive-fat.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-listen-network.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-sdl-fullscreen.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-sdl.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-compression.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice-qxl-vga.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-spice.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-vnc-sasl.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-vnc-tls.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-vnc-websocket.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-graphics-vnc.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-pci-address.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-large-unit.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-lsi-iscsi-auth.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-lsi-iscsi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-lsi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-rawio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-readonly.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-sgio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-shareable.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-virtio-iscsi-auth.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-virtio-iscsi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-scsi-virtio-scsi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-usb-address.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hostdev-vfio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hugepages-pages.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hugepages-pages2.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hugepages-pages3.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hugepages-shared.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hugepages.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hyperv-off.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hyperv-panic.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-hyperv.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-input-usbmouse.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-input-usbtablet.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-interface-driver.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-interface-server.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads-disk-virtio-ccw.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads-disk.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads-ids-partial.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads-ids.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-iothreads.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-kvm-features-off.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-kvm-features.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-kvmclock.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-lease.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-machine-core-off.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-machine-core-on.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-memory-hotplug-dimm.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-memory-hotplug-nonuma.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-memory-hotplug.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-migrate.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-minimal.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-misc-acpi.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-misc-disable-s3.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-misc-disable-suspends.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-misc-enable-s4.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-misc-no-reboot.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-misc-uuid.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-bandwidth.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-bandwidth2.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-eth-ifname.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-eth.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-hostdev-vfio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-hostdev.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-midonet.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-openvswitch.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-udp.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-user.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-vhostuser.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-virtio-device.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-virtio-disable-offloads.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-virtio-network-portgroup.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-net-virtio.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-nographics-vga.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-nosharepages.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-numad-static-vcpu-no-numatune.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-numatune-memnode-no-memory.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-panic-double.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-panic-isa.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-panic-no-address.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-panic-pseries.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-parallel-tcp.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pci-bridge.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pci-rom.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pci-serial-dev-chardev.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-root-port-too-many.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-root-port.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-switch-downstream-port.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcie-switch-upstream-port.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcihole64-none.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcihole64-q35.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pcihole64.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pmu-feature-off.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pseries-nvram.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pv-spinlock-disabled.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-pv-spinlock-enabled.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-qemu-ns-no-env.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-reboot-timeout-disabled.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-reboot-timeout-enabled.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-restore-v2.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-seclabel-dac-none.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-seclabel-device-multiple.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-seclabel-dynamic-baselabel.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-seclabel-dynamic-none.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-seclabel-dynamic-override.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-seclabel-static-labelskip.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-seclabel-static.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-dev.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-file.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-many.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-pty.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-spiceport-nospice.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-spiceport.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-tcp-telnet.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-tcp.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-udp.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-unix.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-vc.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-shmem.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-smbios-multiple-type2.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-smbios.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-smp.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-sound-device.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-sound.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-tap-vhost.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-tpm-passthrough.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-usb-redir.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-vcpu-placement-static.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-vhost_queues.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-video-virtio-gpu-device.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-video-virtio-gpu-virgl.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-virtio-input-passthrough.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-virtio-input.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-virtio-lun.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-virtio-rng-egd.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-virtio-rng-random.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-watchdog.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c