qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Peter Maydell" <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH 1/3] tcg/sparc: Remove support for sparc32plus
Date: Mon, 31 Oct 2022 10:22:11 +1100	[thread overview]
Message-ID: <0ed31b6d-e665-db66-ec87-d9a9d6394da5@linaro.org> (raw)
In-Reply-To: <9ff5d8fe-f138-b1fc-3b7d-88fc46235c02@linaro.org>

On 10/31/22 04:21, Philippe Mathieu-Daudé wrote:
> On 30/10/22 16:45, Peter Maydell wrote:
>>> -#define TCG_TARGET_REG_BITS 64
>>
>> Why do we delete this?
> 
> We get the default definition from include/tcg/tcg.h:
> 
>    58 /* Default target word size to pointer size.  */
>    59 #ifndef TCG_TARGET_REG_BITS
>    60 # if UINTPTR_MAX == UINT32_MAX
>    61 #  define TCG_TARGET_REG_BITS 32
>    62 # elif UINTPTR_MAX == UINT64_MAX
>    63 #  define TCG_TARGET_REG_BITS 64

Exactly.


r~



  reply	other threads:[~2022-10-31  0:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-17  6:24 [PATCH 0/3] tcg/sparc: Remove support for sparc32plus Richard Henderson
2022-10-17  6:24 ` [PATCH 1/3] " Richard Henderson
2022-10-28 10:39   ` Philippe Mathieu-Daudé
2022-10-30 15:45   ` Peter Maydell
2022-10-30 17:21     ` Philippe Mathieu-Daudé
2022-10-30 23:22       ` Richard Henderson [this message]
2022-10-31 10:47         ` Peter Maydell
2022-10-30 23:24     ` Richard Henderson
2022-10-17  6:24 ` [PATCH 2/3] tcg/sparc64: Rename from tcg/sparc Richard Henderson
2022-10-28 10:40   ` Philippe Mathieu-Daudé
2022-10-30 15:50   ` Peter Maydell
2022-10-17  6:24 ` [PATCH 3/3] tcg/sparc64: Remove sparc32plus constraints Richard Henderson
2022-10-30 15:38   ` Peter Maydell
2022-10-24 23:03 ` [PATCH 0/3] tcg/sparc: Remove support for sparc32plus Richard Henderson

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=0ed31b6d-e665-db66-ec87-d9a9d6394da5@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).