All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC for 2.8 0/3] Drop support for 64 bit guests on 32 bit hosts
@ 2016-08-09 15:55 Alex Bennée
  2016-08-09 15:55 ` [Qemu-devel] [RFC for 2.8 1/3] configure: check CPU width and disable larger guests Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Alex Bennée @ 2016-08-09 15:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, rth, Alex Bennée

Hi,

I'm proposing for the 2.8 cycle we officially drop supporting 64 bit
guests on 32 bit hosts. For most of the KVM targets it doesn't make
any sense anyway and for TCG it makes things harder (e.g. supporting
64 bit atomics on a 32 bit platform). I'm not actually convinced
things actually work if built or that anyone relies on these
combinations. Consider these patches a way of flushing any such users
out ;-)

Alex Bennée (3):
  configure: check CPU width and disable larger guests
  configure: filter 64 bit machines on 32 bit builds
  cpu-defs.h: add compile check for HOST vs TARGET LONG_BITS

 configure               | 50 +++++++++++++++++++++++++++++++++++++++++++++++--
 include/exec/cpu-defs.h |  9 +++++++++
 2 files changed, 57 insertions(+), 2 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-08-24 12:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-09 15:55 [Qemu-devel] [RFC for 2.8 0/3] Drop support for 64 bit guests on 32 bit hosts Alex Bennée
2016-08-09 15:55 ` [Qemu-devel] [RFC for 2.8 1/3] configure: check CPU width and disable larger guests Alex Bennée
2016-08-09 16:13   ` Peter Maydell
2016-08-09 18:06   ` Richard Henderson
2016-08-09 15:55 ` [Qemu-devel] [RFC for 2.8 2/3] configure: filter 64 bit machines on 32 bit builds Alex Bennée
2016-08-09 16:15   ` Peter Maydell
2016-08-09 19:08     ` Alex Bennée
2016-08-09 19:11       ` Peter Maydell
2016-08-09 15:55 ` [Qemu-devel] [RFC for 2.8 3/3] cpu-defs.h: add compile check for HOST vs TARGET LONG_BITS Alex Bennée
2016-08-10  9:25 ` [Qemu-devel] [RFC for 2.8 0/3] Drop support for 64 bit guests on 32 bit hosts Gerd Hoffmann
2016-08-10  9:25   ` Gerd Hoffmann
2016-08-15 17:46   ` [Qemu-devel] [Xen-devel] " Stefano Stabellini
2016-08-15 17:46     ` Stefano Stabellini
2016-08-24 12:23 ` [Qemu-devel] " Alex Bennée

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.