From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcXEd-00079J-CX for qemu-devel@nongnu.org; Wed, 24 Aug 2016 08:24:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcXEX-0006xn-CQ for qemu-devel@nongnu.org; Wed, 24 Aug 2016 08:24:46 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:37748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcXEX-0006xO-6d for qemu-devel@nongnu.org; Wed, 24 Aug 2016 08:24:41 -0400 Received: by mail-wm0-f53.google.com with SMTP id i5so25110712wmg.0 for ; Wed, 24 Aug 2016 05:24:40 -0700 (PDT) References: <1470758127-17769-1-git-send-email-alex.bennee@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1470758127-17769-1-git-send-email-alex.bennee@linaro.org> Date: Wed, 24 Aug 2016 13:23:47 +0100 Message-ID: <87bn0iwe24.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC for 2.8 0/3] Drop support for 64 bit guests on 32 bit hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, rth@twiddle.net Alex Bennée 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