qemu-e2k/tests
Andreas Färber d0bce760e0 libi2c-omap: Fix endianness dependency
The libqos driver for omap_i2c currently does not work on Big Endian.
Introduce helpers for reading from and writing to 16-bit armel registers.

This fixes tmp105-test failures on ppc.

To prepare for a QTest-level endianness solution, poison mem{read,write}
and always use the helpers. Adopt the expected signatures.
To avoid an unused variable warning, assert the STAT Single Byte Data
bit but, due to it not getting cleared, only it being set when len == 1.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Message-id: 1360600914-5448-3-git-send-email-afaerber@suse.de
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-02-11 13:22:48 -06:00
..
qemu-iotests
tcg
.gitignore
check-block.sh
check-qdict.c
check-qfloat.c
check-qint.c
check-qjson.c
check-qlist.c
check-qstring.c
fdc-test.c
hd-geo-test.c
libi2c-omap.c libi2c-omap: Fix endianness dependency 2013-02-11 13:22:48 -06:00
libi2c.c
libi2c.h
libqtest.c
libqtest.h libqtest: Fix documentation copy&paste errors 2013-02-11 13:22:33 -06:00
m48t59-test.c
Makefile
qemu-iotests-quick.sh
rtc-test.c
test-aio.c
test-coroutine.c
test-cutils.c
test-hbitmap.c
test-iov.c
test-qmp-commands.c
test-qmp-input-strict.c
test-qmp-input-visitor.c
test-qmp-output-visitor.c
test-string-input-visitor.c
test-string-output-visitor.c
test-thread-pool.c
test-visitor-serialization.c
test-x86-cpuid.c
test-xbzrle.c
tmp105-test.c