From 78b35569569175e9323cedc4a2336d6b3cf9e123 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Wed, 21 Oct 2020 15:09:33 +0800 Subject: [PATCH] qemu-cortex-m3.conf: Disable RNG passthrough Qemu system does not passthroth RNG on x86 host. Signed-off-by: Naveen Saini --- conf/machine/qemu-cortex-m3.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/qemu-cortex-m3.conf b/conf/machine/qemu-cortex-m3.conf index dd1ce56..3a50796 100644 --- a/conf/machine/qemu-cortex-m3.conf +++ b/conf/machine/qemu-cortex-m3.conf @@ -12,5 +12,6 @@ QB_SYSTEM_NAME = "qemu-system-arm" QB_MACHINE = "-machine lm3s6965evb" QB_OPT_APPEND = "-nographic -vga none" QB_CPU = "-cpu cortex-m3" +QB_RNG = "" ARCH_qemu-cortex-m3 = "arm"