Statistics
| Branch: | Revision:

root / tests / m48t59-test.c @ feature-archipelago

History | View | Annotate | Download (5.9 kB)

# Date Author Comment
91f32b0c 02/18/2014 12:10 am Stefan Hajnoczi

qtest: Include system headers before user headers

It is dangerous to include user headers before system headers since user
macros can affect system headers.

Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Andreas Färber <>

2ad645d2 11/19/2013 11:28 am Andreas Färber

qtest: Use -display none by default

This avoids each test needing to add it to suppress windows popping up.

[Commit 7ceeedd016facf8d58e14a0d1417fa7225d71072 ("blockdev-test: add
test case for drive_add duplicate IDs") and commit
43cd209803d6cffb1e1a028c9ff2fd0ff4fce954 ("qdev-monitor-test: add...

872536bf 02/18/2013 04:39 pm Andreas Färber

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 <>...

a05ddd92 01/30/2013 12:18 pm Andreas Färber

tests: Fix {rtc, m48t59}-test build on illumos

Struct tm does not have tm_gmtoff field on illumos.
Fix the build by not zero-initializing these fields on Solaris.

Cc:
Signed-off-by: Andreas Färber <>
Signed-off-by: Stefan Hajnoczi <>

067f0691 01/10/2013 04:23 pm Gerd Hoffmann

m48t59-test: don't touch watchdog

Signed-off-by: Gerd Hoffmann <>

f91837a7 04/21/2012 10:10 am Blue Swirl

qtest: add m48t59 tests for Sparc

Add simple m48t59 qtests, enable test only for Sparc32
and Sparc64. On PPC, the device is behind PCI bus.

Signed-off-by: Blue Swirl <>