On 11/6/24 18:46, Philippe Mathieu-Daudé wrote:
These devices are only used by the X86 targets, which are only
built as little-endian. Therefore the DEVICE_NATIVE_ENDIAN
definition expand to DEVICE_LITTLE_ENDIAN (besides, the
DEVICE_BIG_ENDIAN case isn't tested). Simplify directly using
DEVICE_LITTLE_ENDIAN.

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  hw/i386/kvm/apic.c         | 2 +-
  hw/i386/pc.c               | 4 ++--
  hw/i386/vapic.c            | 2 +-
  hw/i386/xen/xen_apic.c     | 2 +-
  hw/i386/xen/xen_platform.c | 2 +-
  5 files changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to