]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: Turn abi-update.xml into a symlink
authorAndrea Bolognani <abologna@redhat.com>
Tue, 16 May 2023 14:55:41 +0000 (16:55 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 21 Aug 2023 11:51:16 +0000 (13:51 +0200)
Since the idea behind introducing the abi-update variant of
a test is showing that libvirt behaves differently based on
whether the configuration is for a newly-defined domain or an
existing one, we don't want the input files to ever go out of
sync.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuxml2argvdata/firmware-auto-efi-abi-update-aarch64.xml [changed from file to symlink]

deleted file mode 100644 (file)
index 5c6c5192bafedbc9f9253af6368d3455e5013990..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<domain type='qemu'>
-  <name>guest</name>
-  <uuid>63840878-0deb-4095-97e6-fc444d9bc9fa</uuid>
-  <memory unit='KiB'>1048576</memory>
-  <vcpu placement='static'>1</vcpu>
-  <os firmware='efi'>
-    <type arch='aarch64' machine='virt-4.0'>hvm</type>
-  </os>
-  <features>
-    <acpi/>
-  </features>
-  <devices>
-    <emulator>/usr/bin/qemu-system-aarch64</emulator>
-    <controller type='usb' model='none'/>
-    <memballoon model='none'/>
-  </devices>
-</domain>
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..551082260ae14a5012ba7e61a30b2b8f2e40bd45
--- /dev/null
@@ -0,0 +1 @@
+firmware-auto-efi-aarch64.xml
\ No newline at end of file