diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-08 23:53:17 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2025-07-15 02:56:39 -0400 |
commit | 16c9cb7187ef2414e3ad509048d59a8a4e7d1cd1 (patch) | |
tree | 7780f6c41609274204696fb8ccdfe82325faaafa /scripts | |
parent | 749c21cf6d8ff8eff094137c4ca1298c8f714066 (diff) | |
download | qemu-16c9cb7187ef2414e3ad509048d59a8a4e7d1cd1.zip qemu-16c9cb7187ef2414e3ad509048d59a8a4e7d1cd1.tar.gz qemu-16c9cb7187ef2414e3ad509048d59a8a4e7d1cd1.tar.bz2 |
gdbstub/helpers: Replace TARGET_BIG_ENDIAN -> target_big_endian()
Check endianness at runtime to remove the target-specific
TARGET_BIG_ENDIAN definition. Use cpu_to_[be,le]XX() from
"qemu/bswap.h" instead of tswapXX() from "exec/tswap.h".
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250708215320.70426-7-philmd@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions