mbox series

[0/2] target/xtensa: Remove tswap() calls in semihosting

Message ID 20241205232437.85235-1-philmd@linaro.org
Headers show
Series target/xtensa: Remove tswap() calls in semihosting | expand

Message

Philippe Mathieu-Daudé Dec. 5, 2024, 11:24 p.m. UTC
The first patch modifying Xtensa libisa has already been
posted in https://lore.kernel.org/qemu-devel/20241204202602.58083-1-philmd@linaro.org/

Philippe Mathieu-Daudé (2):
  target/xtensa: Implement xtensa_isa_is_big_endian()
  target/xtensa: Remove tswap() calls in semihosting simcall() helper

 include/hw/xtensa/xtensa-isa.h |  1 +
 target/xtensa/xtensa-isa.c     |  7 +++++++
 target/xtensa/xtensa-semi.c    | 16 ++++++++++++++--
 3 files changed, 22 insertions(+), 2 deletions(-)