From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, rth@twiddle.net
Subject: Re: [Qemu-devel] [RFC for 2.8 0/3] Drop support for 64 bit guests on 32 bit hosts
Date: Wed, 24 Aug 2016 13:23:47 +0100 [thread overview]
Message-ID: <87bn0iwe24.fsf@linaro.org> (raw)
In-Reply-To: <1470758127-17769-1-git-send-email-alex.bennee@linaro.org>
Alex Bennée <alex.bennee@linaro.org> writes:
> 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 ;-)
So the other use case which got mentioned to me today was developers who
want to test 64 bit system emulation on 32 bit ARM chromebooks. So
together with Xen's use case it seems this isn't going to fly for this
cycle.
I suspect for working atomics in MTTCG though we'll need to stick to
single threaded mode on these combinations.
>
> 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(-)
--
Alex Bennée
prev parent reply other threads:[~2016-08-24 12:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Alex Bennée [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bn0iwe24.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.