All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-zephyr][PATCH] qemu-cortex-m3.conf: Disable RNG passthrough
@ 2020-10-21  7:21 Naveen Saini
  2020-10-22  2:28 ` [yocto] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Naveen Saini @ 2020-10-21  7:21 UTC (permalink / raw)
  To: yocto

Qemu system does not passthroth RNG on x86 host.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
---
 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"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto] [meta-zephyr][PATCH] qemu-cortex-m3.conf: Disable RNG passthrough
  2020-10-21  7:21 [meta-zephyr][PATCH] qemu-cortex-m3.conf: Disable RNG passthrough Naveen Saini
@ 2020-10-22  2:28 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-10-22  2:28 UTC (permalink / raw)
  To: Naveen Saini; +Cc: yocto

On Wed, Oct 21, 2020 at 12:13 AM Naveen Saini
<naveen.kumar.saini@intel.com> wrote:
>
> Qemu system does not passthroth RNG on x86 host.
>
> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
> ---
>  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 = ""
>

this looks fine.

>  ARCH_qemu-cortex-m3 = "arm"
> --
> 2.17.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-22  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21  7:21 [meta-zephyr][PATCH] qemu-cortex-m3.conf: Disable RNG passthrough Naveen Saini
2020-10-22  2:28 ` [yocto] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.