[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 06/16] hw/m68k: Use explicit big-endian LD/ST API
From: |
Thomas Huth |
Subject: |
Re: [PATCH 06/16] hw/m68k: Use explicit big-endian LD/ST API |
Date: |
Fri, 4 Oct 2024 18:35:51 +0200 |
Am Fri, 4 Oct 2024 01:42:01 +0200
schrieb Philippe Mathieu-Daudé <philmd@linaro.org>:
> The M68K architecture uses big endianness. Directly use
> the big-endian LD/ST API.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> hw/m68k/bootinfo.h | 28 ++++++++++++++--------------
> hw/m68k/mcf5208.c | 2 +-
> hw/m68k/next-cube.c | 2 +-
> hw/m68k/q800.c | 4 ++--
> 4 files changed, 18 insertions(+), 18 deletions(-)
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
- [PATCH 01/16] qemu/bswap: Undefine CPU_CONVERT() once done, (continued)
- [PATCH 01/16] qemu/bswap: Undefine CPU_CONVERT() once done, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 02/16] exec/memop: Remove unused memop_big_endian() helper, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 03/16] linux-user/i386: Use explicit little-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 04/16] hw/i386: Use explicit little-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 05/16] target/i386: Use explicit little-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 06/16] hw/m68k: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- Re: [PATCH 06/16] hw/m68k: Use explicit big-endian LD/ST API,
Thomas Huth <=
- [PATCH 07/16] target/m68k: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 08/16] hw/ppc/e500: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 09/16] hw/s390x: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 10/16] target/s390x: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 11/16] hw/sparc: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03