All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3] Disable qemu user emulation for host variant on MIPS64
@ 2018-04-01 16:36 Thomas Petazzoni
  2018-04-01 16:36 ` [Buildroot] [PATCH v2 1/3] qemu: rewrite BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS to be more readable Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-04-01 16:36 UTC (permalink / raw)
  To: buildroot

Hello,

This is a new iteration of the patch sent by Adam [1]. Changes
compared to Adam's version:

 - According to Qemu's TODO list, both n32 and n64 don't work for user
   mode emulation on mips64, so basically mips64 can't be used.

 - Adam's patches was not properly propagating the new architecture
   dependency to the "select" that selects the user-mode emulation if
   the system emulation is not selected. Solving this required quite a
   few changes to how architecture dependencies are expressed in the
   host-qemu package.

[1] https://patchwork.ozlabs.org/patch/828190/

Thanks,

Thomas

Adam Duskett (1):
  qemu: disable qemu user emulation on MIPS64 for host variant

Thomas Petazzoni (2):
  qemu: rewrite BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS to be more readable
  qemu: introduce BR2_PACKAGE_HOST_QEMU_{SYSTEM,USER}_ARCH_SUPPORTS

 package/qemu/Config.in.host | 39 +++++++++++++++++++++++++++++++--------
 1 file changed, 31 insertions(+), 8 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-04-28 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-01 16:36 [Buildroot] [PATCH v2 0/3] Disable qemu user emulation for host variant on MIPS64 Thomas Petazzoni
2018-04-01 16:36 ` [Buildroot] [PATCH v2 1/3] qemu: rewrite BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS to be more readable Thomas Petazzoni
2018-04-28 13:25   ` Thomas Petazzoni
2018-04-01 16:36 ` [Buildroot] [PATCH v2 2/3] qemu: introduce BR2_PACKAGE_HOST_QEMU_{SYSTEM, USER}_ARCH_SUPPORTS Thomas Petazzoni
2018-04-01 16:36 ` [Buildroot] [PATCH v2 3/3] qemu: disable qemu user emulation on MIPS64 for host variant 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.