On 03/22/2012 05:37 AM, Stefano Stabellini wrote:
On Wed, 21 Mar 2012, Paolo Bonzini wrote:
Il 21/03/2012 17:06, Crístian Viana ha scritto:
@@ -740,6 +772,13 @@ static QEMUMachine xenfv_machine = {
.init = pc_xen_hvm_init,
.max_cpus = HVM_MAX_VCPUS,
.default_machine_opts = "accel=xen",
+ .compat_props = (GlobalProperty[]) {
+ {
+ .driver = "mc146818rtc",
+ .property = "lost_tick_policy",
+ .value = "none",
+ },
+ { /* end of list */ }
};
#endif
Stefano, what do you want for Xen? Anyhow,
I would like to keep the old policy for Xen, so the patch is fine by me.
Thanks for pinging me!
Xen emulates the RTC in the hypervisor, no? So it really wouldn't matter IIUC.
Regards,
Anthony Liguori