[PATCH] automation: fix qemu-alpine-arm64.sh

Stefano Stabellini posted 1 patch 3 years, 3 months ago
Test env passed
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210122235337.5414-1-sstabellini@kernel.org
automation/scripts/qemu-alpine-arm64.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] automation: fix qemu-alpine-arm64.sh
Posted by Stefano Stabellini 3 years, 3 months ago
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>
---
 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 \
-- 
2.17.1


Re: [PATCH] automation: fix qemu-alpine-arm64.sh
Posted by Andrew Cooper 3 years, 3 months ago
On 22/01/2021 23:53, Stefano Stabellini wrote:
> 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>