git: 9f3e4b28f9de - main - tests/ci: Fix missing qemu devices
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Jul 2025 10:40:42 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/src/commit/?id=9f3e4b28f9dec27b73eeebd161d119d1e9864081
commit 9f3e4b28f9dec27b73eeebd161d119d1e9864081
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-07-22 10:37:38 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-07-22 10:40:32 +0000
tests/ci: Fix missing qemu devices
Fix missing QEMU_DEVICES which in turn is the META_TAR device
Approved by: imp, lwhsu
Sponsored by: The FreeBSD Foundation
Pull Request: https://reviews.freebsd.org/D51445
---
tests/ci/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ci/Makefile b/tests/ci/Makefile
index 44b19663fc49..06c6554564a9 100644
--- a/tests/ci/Makefile
+++ b/tests/ci/Makefile
@@ -110,7 +110,7 @@ QEMUTGT=portinstall-qemu
.endif
.endif
QEMUTGT?=
-QEMU_DEVICES?=-device virtio-blk,drive=hd0
+QEMU_DEVICES?=-device virtio-blk,drive=hd0 -device virtio-blk,drive=hd1
QEMU_EXTRA_PARAM?=
QEMU_MACHINE?=virt
QEMUBIN=/usr/local/bin/qemu-system-${QEMU_ARCH}