Skip to content
Snippets Groups Projects
Commit 58f6d82f authored by Paolo Bonzini's avatar Paolo Bonzini Committed by Peter Maydell
Browse files

arm: explicitly mark device loads as little-endian


Behaviour of emulated devices should not depend on the endianness
of the CPU, so avoid using the endian-dependent load and store
functions in the PXA2xx and OMAP display devices. These devices
are little endian when they do DMA access.

(Since ARM softmmu is always compiled as little endian, this means
that the endian-dependent load and store functions are always little
endian, so this commit makes no functionally visible change.)

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
[PMM: rewrote commit message]
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent f1f7e4bf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment