All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: Re: [Qemu-devel] [RFC for 2.8 1/3] configure: check CPU width and disable larger guests
Date: Tue, 9 Aug 2016 23:36:35 +0530	[thread overview]
Message-ID: <779486c3-29cf-46fd-37be-2d358b6fcdd2@twiddle.net> (raw)
In-Reply-To: <1470758127-17769-2-git-send-email-alex.bennee@linaro.org>

On 08/09/2016 09:25 PM, Alex Bennée wrote:
> -  ia64|ppc|ppc64|s390|s390x|sparc64|x32)
> +  ppc|s390|x32)
>      cpu="$cpu"
> +    cpu_width=32
> +  ;;
> +  ia64|ppc64|s390x|sparc64)
> +    cpu="$cpu"
> +    cpu_width=64
>    ;;
>    i386|i486|i586|i686|i86pc|BePC)
>      cpu="i386"
> +    cpu_width=32
>    ;;
>    x86_64|amd64)
>      cpu="x86_64"
> +    cpu_width=64
>    ;;
>    armv*b|armv*l|arm)
>      cpu="arm"
> +    cpu_width=32
>    ;;
>    aarch64)
>      cpu="aarch64"
> +    cpu_width=32
>    ;;
>    mips*)
>      cpu="mips"
>    ;;
>    sparc|sun4[cdmuv])
>      cpu="sparc"
> +    cpu_width=32

Note that x32 and sparc are both 64-bit hosts with 32-bit pointers (we don't 
support sparcv8 as a host anymore, just sparcv8+, aka sparcv9 in a 32-bit context).

Not that I believe these to be interesting hosts, since VMA space is half the 
battle when it comes to emulation.


r~

  parent reply	other threads:[~2016-08-09 18:06 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 [this message]
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

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=779486c3-29cf-46fd-37be-2d358b6fcdd2@twiddle.net \
    --to=rth@twiddle.net \
    --cc=alex.bennee@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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.