From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SB44G-00033v-9v for qemu-devel@nongnu.org; Fri, 23 Mar 2012 08:58:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SB448-0005Ge-Iu for qemu-devel@nongnu.org; Fri, 23 Mar 2012 08:58:07 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:45019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SB448-0005GP-Du for qemu-devel@nongnu.org; Fri, 23 Mar 2012 08:58:00 -0400 Received: by obbwd20 with SMTP id wd20so2680628obb.4 for ; Fri, 23 Mar 2012 05:57:58 -0700 (PDT) Message-ID: <4F6C7354.40109@codemonkey.ws> Date: Fri, 23 Mar 2012 07:57:56 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332345997-4772-1-git-send-email-vianac@linux.vnet.ibm.com> <4F6A49F2.5080503@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 1/2] Force timedrift=none on previous machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Paolo Bonzini , "aliguori@us.ibm.com" , =?UTF-8?B?Q3LDrXN0aWFuIFZpYW5h?= , "qemu-devel@nongnu.org" 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