]> git.ipfire.org Git - thirdparty/qemu.git/commit
system/memory: Remove DEVICE_HOST_ENDIAN definition
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 23 Apr 2025 11:11:31 +0000 (13:11 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 15:09:58 +0000 (17:09 +0200)
commit8af0e52b28c553c901e7c564c3380cd56d363053
tree232c2ff0eb5f32d61ba7e38d05e46ced659f5c3b
parent16704598bf3fa8578880e7146a0196d9411ea098
system/memory: Remove DEVICE_HOST_ENDIAN definition

Since the previous commit ("exec/memory.h: make devend_memop
"target defines" agnostic") there is a single use of the
DEVICE_HOST_ENDIAN definition in ram_device_mem_ops: inline
it and remove its definition altogether.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250423111625.10424-1-philmd@linaro.org>
include/exec/cpu-common.h
system/memory-internal.h
system/memory.c