From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Thomas Huth <thuth@redhat.com>,
"reviewer:Incompatible changes" <devel@lists.libvirt.org>
Subject: Re: [RFC PATCH] deprecation: don't enable TCG plugins by default on 32 bit hosts
Date: Thu, 5 Sep 2024 13:45:17 +0200 [thread overview]
Message-ID: <8e593b82-f0ba-4ab4-bff6-4c1503b49747@linaro.org> (raw)
In-Reply-To: <20240905111153.786500-1-alex.bennee@linaro.org>
On 5/9/24 13:11, Alex Bennée wrote:
> The existing plugins already liberally use host pointer stuffing for
> passing user data which will fail when doing 64 bit guests on 32 bit
> hosts. We should discourage this by officially deprecating support and
> adding another nail to the 32 bit host coffin.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> docs/about/deprecated.rst | 11 +++++++++++
> configure | 11 ++++++++++-
> 2 files changed, 21 insertions(+), 1 deletion(-)
> @@ -480,11 +485,13 @@ case "$cpu" in
>
> riscv32 | riscv64)
We need to split the riscv64 case.
> host_arch=riscv
> + host_bits=32
> linux_arch=riscv
> ;;
prev parent reply other threads:[~2024-09-05 11:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-05 11:11 [RFC PATCH] deprecation: don't enable TCG plugins by default on 32 bit hosts Alex Bennée
2024-09-05 11:43 ` Peter Maydell
2024-09-05 11:45 ` Philippe Mathieu-Daudé [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=8e593b82-f0ba-4ab4-bff6-4c1503b49747@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=devel@lists.libvirt.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/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).