diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-12-17 13:37:13 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-12-17 13:37:13 +0000 |
commit | 58f6d82fc43fdc997079d6cca52106f68db7b24e (patch) | |
tree | b6849a484eda86206df78ac04c64a4bc622fc6ac /hw/display/qxl-render.c | |
parent | f1f7e4bf76ad8e88a55f3ae8fd01629669d4317b (diff) | |
download | qemu-58f6d82fc43fdc997079d6cca52106f68db7b24e.tar.gz qemu-58f6d82fc43fdc997079d6cca52106f68db7b24e.tar.bz2 qemu-58f6d82fc43fdc997079d6cca52106f68db7b24e.zip |
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: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: rewrote commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/display/qxl-render.c')
0 files changed, 0 insertions, 0 deletions