Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtest: add register fuzzing to RTC test | 2012-04-19 | 1 | -0/+17 | |
| | | | | | Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | ||||
* | qtest: avoid a warning with RTC test | 2012-03-30 | 1 | -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-case | 2012-03-30 | 1 | -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> |