aboutsummaryrefslogtreecommitdiffstats
path: root/tests/rtc-test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qtest: add register fuzzing to RTC testBlue Swirl2012-04-191-0/+17
| | | | | Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* qtest: avoid a warning with RTC testBlue Swirl2012-03-301-3/+3
| | | | | | | | | | | 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' /src/qemu/tests/rtc-test.c:173: warning: format '%ld' expects type 'long int', but argument 2 has type 'time_t' Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* qtest: add rtc-test test-caseAnthony Liguori2012-03-301-0/+263
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>