From: Peter Krempa Date: Tue, 28 Mar 2023 13:48:09 +0000 (+0200) Subject: qemuxml2xmlout: Do not symlink output files for 'aarch64-gic' cases X-Git-Tag: v9.3.0-rc1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e550e7175de3282374823dff702f5569bcd9f1f;p=thirdparty%2Flibvirt.git qemuxml2xmlout: Do not symlink output files for 'aarch64-gic' cases Upcoming patch will be modifying all of them to use real capabilities. This way it will be more obvious what will change. Keeping the symlinks around is tedious for humans to do. Waste some storage instead. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-default-both.xml b/tests/qemuxml2xmloutdata/aarch64-gic-default-both.xml deleted file mode 120000 index bf9d58c385..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-default-both.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v3.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-default-both.xml b/tests/qemuxml2xmloutdata/aarch64-gic-default-both.xml new file mode 100644 index 0000000000..247d6025f7 --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-default-both.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-default-v2.xml b/tests/qemuxml2xmloutdata/aarch64-gic-default-v2.xml deleted file mode 120000 index ee470fb1fa..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-default-v2.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v2.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-default-v2.xml b/tests/qemuxml2xmloutdata/aarch64-gic-default-v2.xml new file mode 100644 index 0000000000..474e641ccd --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-default-v2.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-default-v3.xml b/tests/qemuxml2xmloutdata/aarch64-gic-default-v3.xml deleted file mode 120000 index bf9d58c385..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-default-v3.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v3.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-default-v3.xml b/tests/qemuxml2xmloutdata/aarch64-gic-default-v3.xml new file mode 100644 index 0000000000..247d6025f7 --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-default-v3.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-default.xml b/tests/qemuxml2xmloutdata/aarch64-gic-default.xml deleted file mode 120000 index ee470fb1fa..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-default.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v2.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-default.xml b/tests/qemuxml2xmloutdata/aarch64-gic-default.xml new file mode 100644 index 0000000000..474e641ccd --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-default.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-host.xml b/tests/qemuxml2xmloutdata/aarch64-gic-host.xml deleted file mode 120000 index 03f9d288fa..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-host.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-host.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-host.xml b/tests/qemuxml2xmloutdata/aarch64-gic-host.xml new file mode 100644 index 0000000000..0598473318 --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-host.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-none-both.xml b/tests/qemuxml2xmloutdata/aarch64-gic-none-both.xml deleted file mode 120000 index bf9d58c385..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-none-both.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v3.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-none-both.xml b/tests/qemuxml2xmloutdata/aarch64-gic-none-both.xml new file mode 100644 index 0000000000..247d6025f7 --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-none-both.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-none-v2.xml b/tests/qemuxml2xmloutdata/aarch64-gic-none-v2.xml deleted file mode 120000 index ee470fb1fa..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-none-v2.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v2.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-none-v2.xml b/tests/qemuxml2xmloutdata/aarch64-gic-none-v2.xml new file mode 100644 index 0000000000..474e641ccd --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-none-v2.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-none-v3.xml b/tests/qemuxml2xmloutdata/aarch64-gic-none-v3.xml deleted file mode 120000 index bf9d58c385..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-none-v3.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v3.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-none-v3.xml b/tests/qemuxml2xmloutdata/aarch64-gic-none-v3.xml new file mode 100644 index 0000000000..247d6025f7 --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-none-v3.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-none.xml b/tests/qemuxml2xmloutdata/aarch64-gic-none.xml deleted file mode 120000 index ee470fb1fa..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-none.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v2.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-none.xml b/tests/qemuxml2xmloutdata/aarch64-gic-none.xml new file mode 100644 index 0000000000..474e641ccd --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-none.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-v2.xml b/tests/qemuxml2xmloutdata/aarch64-gic-v2.xml deleted file mode 120000 index ee470fb1fa..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-v2.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v2.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-v2.xml b/tests/qemuxml2xmloutdata/aarch64-gic-v2.xml new file mode 100644 index 0000000000..474e641ccd --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-v2.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + + diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-v3.xml b/tests/qemuxml2xmloutdata/aarch64-gic-v3.xml deleted file mode 120000 index bf9d58c385..0000000000 --- a/tests/qemuxml2xmloutdata/aarch64-gic-v3.xml +++ /dev/null @@ -1 +0,0 @@ -../qemuxml2argvdata/aarch64-gic-v3.xml \ No newline at end of file diff --git a/tests/qemuxml2xmloutdata/aarch64-gic-v3.xml b/tests/qemuxml2xmloutdata/aarch64-gic-v3.xml new file mode 100644 index 0000000000..247d6025f7 --- /dev/null +++ b/tests/qemuxml2xmloutdata/aarch64-gic-v3.xml @@ -0,0 +1,25 @@ + + aarch64test + 6ba410c5-1e5c-4d57-bee7-2228e7ffa32f + 1048576 + 1048576 + 1 + + hvm + + + + + + + + destroy + restart + destroy + + /usr/bin/qemu-system-aarch64 + + +