summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-12 23:41:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-12 23:41:45 +0200
commitba0bd65eebc69ea6c1212de6bc99205183ffa037 (patch)
treedd2216952bc047a4ecffa3a67e32421f0411df32 /target/x86
parente11bca320a347adafc438774c58c6ccfce9362bd (diff)
qemu-x86/qemu-x86-64: fix help text
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/x86/Makefile b/target/x86/Makefile
index d2283400c..9298c3cbb 100644
--- a/target/x86/Makefile
+++ b/target/x86/Makefile
@@ -13,7 +13,9 @@ QEMU_ARGS+=${ADK_QEMU_ARGS}
ifeq ($(ADK_TARGET_QEMU_WITH_VIRTIO),y)
QEMU_ARGS+=-net nic,model=virtio -net user
+ifeq ($(ADK_TARGET_FS),archive)
QEMU_ARGS+=-drive file=qemu-${ADK_TARGET_CPU_ARCH}.img,if=virtio
+endif
else
QEMU_ARGS+=-net user -net nic,model=e1000
endif