From: Peter Krempa Date: Tue, 28 Mar 2023 13:52:46 +0000 (+0200) Subject: qemuxml2xmloutdata: Don't symlink output data for 'mach-virt*' cases X-Git-Tag: v9.3.0-rc1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0d31a6fd5a951af117979405bcfc1349bce627;p=thirdparty%2Flibvirt.git qemuxml2xmloutdata: Don't symlink output data for 'mach-virt*' cases Replace them with full files so that potential fallout from conversion to real capabilities is more obvious and the test is simpler to add. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/tests/qemuxml2xmloutdata/mach-virt-console-native.xml b/tests/qemuxml2xmloutdata/mach-virt-console-native.xml deleted file mode 120000 index 8b64e06c7f..0000000000 --- a/tests/qemuxml2xmloutdata/mach-virt-console-native.xml +++ /dev/null @@ -1 +0,0 @@ -mach-virt-serial-compat.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/mach-virt-console-native.xml b/tests/qemuxml2xmloutdata/mach-virt-console-native.xml new file mode 100644 index 0000000000..f66fe2916a --- /dev/null +++ b/tests/qemuxml2xmloutdata/mach-virt-console-native.xml @@ -0,0 +1,32 @@ + + guest + 1ccfd97d-5eb4-478a-bbe6-88d254c16db7 + 524288 + 524288 + 1 + + hvm + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + + + + + + + + + diff --git a/tests/qemuxml2xmloutdata/mach-virt-serial+console-native.xml b/tests/qemuxml2xmloutdata/mach-virt-serial+console-native.xml deleted file mode 120000 index 8b64e06c7f..0000000000 --- a/tests/qemuxml2xmloutdata/mach-virt-serial+console-native.xml +++ /dev/null @@ -1 +0,0 @@ -mach-virt-serial-compat.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/mach-virt-serial+console-native.xml b/tests/qemuxml2xmloutdata/mach-virt-serial+console-native.xml new file mode 100644 index 0000000000..f66fe2916a --- /dev/null +++ b/tests/qemuxml2xmloutdata/mach-virt-serial+console-native.xml @@ -0,0 +1,32 @@ + + guest + 1ccfd97d-5eb4-478a-bbe6-88d254c16db7 + 524288 + 524288 + 1 + + hvm + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + + + + + + + + + diff --git a/tests/qemuxml2xmloutdata/mach-virt-serial-native.xml b/tests/qemuxml2xmloutdata/mach-virt-serial-native.xml deleted file mode 120000 index 8b64e06c7f..0000000000 --- a/tests/qemuxml2xmloutdata/mach-virt-serial-native.xml +++ /dev/null @@ -1 +0,0 @@ -mach-virt-serial-compat.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/mach-virt-serial-native.xml b/tests/qemuxml2xmloutdata/mach-virt-serial-native.xml new file mode 100644 index 0000000000..f66fe2916a --- /dev/null +++ b/tests/qemuxml2xmloutdata/mach-virt-serial-native.xml @@ -0,0 +1,32 @@ + + guest + 1ccfd97d-5eb4-478a-bbe6-88d254c16db7 + 524288 + 524288 + 1 + + hvm + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + + + + + + + + +