On 04/10/2024 01.42, Philippe Mathieu-Daudé wrote:
The S390 architecture uses big endianness. Directly use the big-endian LD/ST API.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- hw/s390x/ipl.c | 4 +- hw/s390x/s390-pci-inst.c | 166 +++++++++++++++++++-------------------- 2 files changed, 85 insertions(+), 85 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>