qemu-cortex-m3.conf: Disable RNG passthrough

Qemu system does not passthroth RNG on x86 host.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Naveen Saini
2020-10-21 15:09:33 +08:00
parent 5117e90e61
commit 78b3556956

View File

@@ -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"