From: Halil Pasic <pasic@linux.ibm.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org, qemu-s390x@nongnu.org,
Christian Borntraeger <borntraeger@linux.ibm.com>,
Eric Farman <farman@linux.ibm.com>,
Pierrick Bouvier <pierrick.bouvier@linaro.org>,
David Hildenbrand <david@kernel.org>,
Thomas Huth <thuth@redhat.com>,
Ilya Leoshkevich <iii@linux.ibm.com>,
Manos Pitsidianakis <manos.pitsidianakis@linaro.org>,
Richard Henderson <richard.henderson@linaro.org>,
Laurent Vivier <laurent@vivier.eu>,
Matthew Rosato <mjrosato@linux.ibm.com>,
Farhan Ali <alifm@linux.ibm.com>,
Cornelia Huck <cohuck@redhat.com>, Anton Johansson <anjo@rev.ng>,
"Michael S. Tsirkin" <mst@redhat.com>,
Halil Pasic <pasic@linux.ibm.com>
Subject: Re: [PATCH 1/8] hw/s390x: Use explicit big-endian LD/ST API
Date: Wed, 24 Dec 2025 20:55:34 +0100 [thread overview]
Message-ID: <20251224205534.1b623cb8.pasic@linux.ibm.com> (raw)
In-Reply-To: <20251224162036.90404-2-philmd@linaro.org>
On Wed, 24 Dec 2025 17:20:28 +0100
Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
> The S390x architecture uses big endianness. Directly use
> the big-endian LD/ST API.
>
> Mechanical change running:
>
> $ for a in uw w l q; do \
> sed -i -e "s/ld${a}_p(/ld${a}_be_p(/" \
> $(git grep -wlE '(ld|st)u?[wlq]_p' hw/s390x/);
> done
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
next prev parent reply other threads:[~2025-12-24 19:56 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-24 16:20 [PATCH 0/8] target/s390x: Use explicit big-endian LD/ST API Philippe Mathieu-Daudé
2025-12-24 16:20 ` [PATCH 1/8] hw/s390x: " Philippe Mathieu-Daudé
2025-12-24 19:55 ` Halil Pasic [this message]
2025-12-29 11:27 ` Manos Pitsidianakis
2025-12-24 16:20 ` [PATCH 2/8] target/s390x: " Philippe Mathieu-Daudé
2025-12-29 11:03 ` Manos Pitsidianakis
2025-12-24 16:20 ` [PATCH 3/8] target/s390x: Replace gdb_get_regl() -> gdb_get_reg64() Philippe Mathieu-Daudé
2025-12-29 11:03 ` Manos Pitsidianakis
2025-12-24 16:20 ` [PATCH 4/8] target/s390x: Replace MO_TE -> MO_BE Philippe Mathieu-Daudé
2025-12-29 11:04 ` Manos Pitsidianakis
2025-12-24 16:20 ` [PATCH 5/8] target/s390x: Inline cpu_ld{uw, l}_code() calls in EX opcode helper Philippe Mathieu-Daudé
2025-12-29 11:08 ` Manos Pitsidianakis
2025-12-24 16:20 ` [PATCH 6/8] target/s390x: Use big-endian variant of cpu_ld/st_data*() Philippe Mathieu-Daudé
2025-12-29 11:09 ` Manos Pitsidianakis
2025-12-24 16:20 ` [PATCH 7/8] target/s390x: Inline translator_lduw() and translator_ldl() Philippe Mathieu-Daudé
2025-12-29 11:11 ` Manos Pitsidianakis
2025-12-24 16:20 ` [PATCH 8/8] configs/targets: Forbid S390x to use legacy native endianness APIs Philippe Mathieu-Daudé
2025-12-29 11:12 ` Manos Pitsidianakis
2026-01-06 20:29 ` Eric Farman
2026-01-07 5:11 ` Thomas Huth
2026-01-07 8:11 ` Philippe Mathieu-Daudé
2026-01-05 1:06 ` [PATCH 0/8] target/s390x: Use explicit big-endian LD/ST API Richard Henderson
2026-01-06 20:26 ` Eric Farman
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=20251224205534.1b623cb8.pasic@linux.ibm.com \
--to=pasic@linux.ibm.com \
--cc=alifm@linux.ibm.com \
--cc=anjo@rev.ng \
--cc=borntraeger@linux.ibm.com \
--cc=cohuck@redhat.com \
--cc=david@kernel.org \
--cc=farman@linux.ibm.com \
--cc=iii@linux.ibm.com \
--cc=laurent@vivier.eu \
--cc=manos.pitsidianakis@linaro.org \
--cc=mjrosato@linux.ibm.com \
--cc=mst@redhat.com \
--cc=philmd@linaro.org \
--cc=pierrick.bouvier@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.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 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.