Mailing List Archive

[xen master] automation: fix qemu-alpine-arm64.sh
commit b4707372296874cbfd882b8f9351b7ae549d5463
Author: Stefano Stabellini <sstabellini@kernel.org>
AuthorDate: Fri Jan 22 15:53:37 2021 -0800
Commit: Stefano Stabellini <sstabellini@kernel.org>
CommitDate: Fri Jan 22 16:30:32 2021 -0800

automation: fix qemu-alpine-arm64.sh

Remove copy/paste error introduced by f58976544ff4 ("automation: use
test-artifacts/qemu-system-aarch64 instead of Debian's")

Fixes: f58976544ff4 ("automation: use test-artifacts/qemu-system-aarch64 instead of Debian's")
Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
automation/scripts/qemu-alpine-arm64.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/automation/scripts/qemu-alpine-arm64.sh b/automation/scripts/qemu-alpine-arm64.sh
index e2240f9ab4..f4ac2d856f 100755
--- a/automation/scripts/qemu-alpine-arm64.sh
+++ b/automation/scripts/qemu-alpine-arm64.sh
@@ -69,7 +69,7 @@ find . |cpio -H newc -o|gzip > ../xen-rootfs.cpio.gz
cd ../..

# XXX QEMU looks for "efi-virtio.rom" even if it is unneeded
-curl -fsSLO curl -fsSLO https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom
+curl -fsSLO https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom
./binaries/qemu-system-aarch64 \
-machine virtualization=true \
-cpu cortex-a57 -machine type=virt \
--
generated by git-patchbot for /home/xen/git/xen.git#master