Signed-off-by: Paolo Bonzini <[email protected]>
---
tests/rtc-test.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/rtc-test.c b/tests/rtc-test.c
index 1645b34..8280f45 100644
--- a/tests/rtc-test.c
+++ b/tests/rtc-test.c
@@ -249,6 +249,7 @@ int main(int argc, char **argv)
/* These tests only work on i386 and x86_64 */
if (strcmp(arch, "i386") == 0 || strcmp(arch, "x86_64") == 0) {
s = qtest_start("-vnc none");
+ qtest_irq_intercept_in(s, "ioapic");
qtest_add_func("/rtc/bcd/check-time", bcd_check_time);
qtest_add_func("/rtc/dec/check-time", dec_check_time);
--
1.7.7.1