You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/gdbstub
Philippe Mathieu-Daudé 16c9cb7187 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>
4 weeks ago
..
commands.h include/gdbstub: fix include guard in commands.h 2 months ago
enums.h gdbstub: move enums into separate header 1 year ago
helpers.h gdbstub/helpers: Replace TARGET_BIG_ENDIAN -> target_big_endian() 4 weeks ago
syscalls.h license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later 11 months ago
user.h license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later 11 months ago