diff options
author | Vacha Bhavsar <vacha.bhavsar@oss.qualcomm.com> | 2025-07-22 17:37:35 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-08-01 16:48:50 +0100 |
commit | 35cca0f95ff5345f54c11d116efc8940a0dab8aa (patch) | |
tree | ee67dc642d622781603dc183196aa808db43d6fe /hw/avr/arduino.c | |
parent | 4f2b82f60431e4792ecfd86a4d6b824248ee4c21 (diff) | |
download | qemu-35cca0f95ff5345f54c11d116efc8940a0dab8aa.zip qemu-35cca0f95ff5345f54c11d116efc8940a0dab8aa.tar.gz qemu-35cca0f95ff5345f54c11d116efc8940a0dab8aa.tar.bz2 |
target/arm: Fix big-endian handling of NEON gdb remote debugging
In the code for allowing the gdbstub to set the value of an AArch64
FP/SIMD register, we weren't accounting for target_big_endian()
being true. This meant that for aarch64_be-linux-user we would
set the two halves of the FP register the wrong way around.
The much more common case of a little-endian guest is not affected;
nor are big-endian hosts.
Correct the handling of this case.
Cc: qemu-stable@nongnu.org
Signed-off-by: Vacha Bhavsar <vacha.bhavsar@oss.qualcomm.com>
Message-id: 20250722173736.2332529-2-vacha.bhavsar@oss.qualcomm.com
[PMM: added comment, expanded commit message, fixed missing space]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/avr/arduino.c')
0 files changed, 0 insertions, 0 deletions