All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/qemu: add riscv emulation on host variant
@ 2019-02-27 17:43 Julien Olivain
  2019-02-28 22:51 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2019-02-27 17:43 UTC (permalink / raw)
  To: buildroot

RISC-V support was added in qemu 2.12. This target emulation
in host qemu can now be enabled.

Signed-off-by: Julien Olivain <juju@cotds.org>
---
 package/qemu/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
index f99f3e05cf..8a0df38fb8 100644
--- a/package/qemu/Config.in.host
+++ b/package/qemu/Config.in.host
@@ -12,6 +12,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
 	default y if BR2_powerpc
 	default y if BR2_powerpc64
 	default y if BR2_powerpc64le
+	default y if BR2_riscv
 	default y if BR2_sh
 	default y if BR2_sparc
 	default y if BR2_x86_64
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/qemu: add riscv emulation on host variant
  2019-02-27 17:43 [Buildroot] [PATCH 1/1] package/qemu: add riscv emulation on host variant Julien Olivain
@ 2019-02-28 22:51 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-02-28 22:51 UTC (permalink / raw)
  To: buildroot

On Wed, 27 Feb 2019 18:43:09 +0100
Julien Olivain <juju@cotds.org> wrote:

> RISC-V support was added in qemu 2.12. This target emulation
> in host qemu can now be enabled.
> 
> Signed-off-by: Julien Olivain <juju@cotds.org>
> ---
>  package/qemu/Config.in.host | 1 +
>  1 file changed, 1 insertion(+)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-02-28 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-27 17:43 [Buildroot] [PATCH 1/1] package/qemu: add riscv emulation on host variant Julien Olivain
2019-02-28 22:51 ` Thomas Petazzoni

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.