qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 1/2] Force timedrift=none on previous machine


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v3 1/2] Force timedrift=none on previous machines
Date: Fri, 23 Mar 2012 07:57:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]