Statistics
| Branch: | Revision:

root / tests / rtc-test.c @ 9dd69d65

History | View | Annotate | Download (6.3 kB)

# Date Author Comment
85215d41 04/19/2012 09:14 pm Blue Swirl

qtest: add register fuzzing to RTC test

Reviewed-by: Anthony Liguori <>
Signed-off-by: Blue Swirl <>

02b3efcb 03/30/2012 09:58 pm Blue Swirl

qtest: avoid a warning with RTC test

Avoid this warning on OpenBSD:
CC tests/rtc-test.o
/src/qemu/tests/rtc-test.c: In function 'check_time':
/src/qemu/tests/rtc-test.c:171: warning: format '%ld' expects type 'long int', but argument 2 has type 'time_t'...

d1aaf543 03/30/2012 04:14 pm Anthony Liguori

qtest: add rtc-test test-case

Signed-off-by: Anthony Liguori <>
Signed-off-by: Paolo Bonzini <>
Signed-off-by: Anthony Liguori <>