[PATCH 1/5] test: arm: multi_v8_efiloader_defconfig: use qcow2 image
Ahmad Fatoum
a.fatoum at barebox.org
Fri Jan 9 08:57:27 PST 2026
The qcow2 image is 1/4th of the raw image size, so use that for shorter
downloads and easier storage.
Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
test/arm/multi_v8_efiloader_defconfig.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/arm/multi_v8_efiloader_defconfig.yaml b/test/arm/multi_v8_efiloader_defconfig.yaml
index 2aba23f3c0c1..42bb418af6f8 100644
--- a/test/arm/multi_v8_efiloader_defconfig.yaml
+++ b/test/arm/multi_v8_efiloader_defconfig.yaml
@@ -9,7 +9,7 @@ targets:
kernel: barebox-dt-2nd.img
display: qemu-default
extra_args: >
- -drive if=virtio,format=raw,snapshot=on,file=debian-13-nocloud-arm64.raw
+ -drive if=virtio,snapshot=on,file=debian-13-nocloud-arm64.qcow2
-device virtio-rng
BareboxDriver:
prompt: 'barebox@[^:]+:[^ ]+ '
--
2.47.3
More information about the barebox
mailing list