]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
qtest: Add MMIO support
authorAndreas Färber <afaerber@suse.de>
Sat, 16 Feb 2013 21:44:03 +0000 (22:44 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 18 Feb 2013 14:39:10 +0000 (08:39 -0600)
commit872536bf5dfdf207d275cd627caec2aefb68aab9
treedc65a96f89f6f0fa41c3f1298f8ad1e1748de961
parentb73cf9e93f1c7fd6e949f71172c49848b4d70aa9
qtest: Add MMIO support

Introduce [qtest_]{read,write}[bwlq]() libqtest functions and
corresponding QTest protocol commands to replace local versions in
libi2c-omap.c.

Also convert m48t59-test's cmos_{read,write}_mmio() to {read,write}b().

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Message-id: 1361051043-27944-4-git-send-email-afaerber@suse.de
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.objs
Makefile.target
qtest.c
tests/libi2c-omap.c
tests/libqtest.c
tests/libqtest.h
tests/m48t59-test.c