summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xen-all.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen-all.c b/xen-all.c
index bdf9c0fc79..b88ad5ddad 100644
--- a/xen-all.c
+++ b/xen-all.c
@@ -603,6 +603,10 @@ void xen_vcpu_init(void)
qemu_register_reset(xen_reset_vcpu, first_cpu);
xen_reset_vcpu(first_cpu);
}
+ /* if rtc_clock is left to default (host_clock), disable it */
+ if (rtc_clock == host_clock) {
+ qemu_clock_enable(rtc_clock, false);
+ }
}
/* get the ioreq packets from share mem */