From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA5iK-0000AF-Jm for qemu-devel@nongnu.org; Tue, 20 Mar 2012 16:31:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SA5iI-0007jK-9K for qemu-devel@nongnu.org; Tue, 20 Mar 2012 16:31:28 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:58850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA5iI-0007iS-5f for qemu-devel@nongnu.org; Tue, 20 Mar 2012 16:31:26 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 20 Mar 2012 16:31:18 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 490A038C805F for ; Tue, 20 Mar 2012 16:31:14 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2KKVDKW315478 for ; Tue, 20 Mar 2012 16:31:13 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2KKVAfK024955 for ; Tue, 20 Mar 2012 17:31:10 -0300 Message-ID: <4F68E90E.6080601@us.ibm.com> Date: Tue, 20 Mar 2012 15:31:10 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332272918-31746-1-git-send-email-vianac@linux.vnet.ibm.com> <1332272918-31746-2-git-send-email-vianac@linux.vnet.ibm.com> <4F68E2EC.9010309@us.ibm.com> <4F68E5BB.5060604@linux.vnet.ibm.com> In-Reply-To: <4F68E5BB.5060604@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] Change timedrift default value to slew List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?Q3LDrXN0aWFuIFZpYW5h?= Cc: qemu-devel@nongnu.org On 03/20/2012 03:16 PM, Crístian Viana wrote: > On 20-03-2012 17:05, Anthony Liguori wrote: >> I think we just want to change: >> >> hw/mc146818rtc.h: >> DEFINE_PROP_LOSTTICKPOLICY("lost_tick_policy", RTCState, >> lost_tick_policy, LOST_TICK_DISCARD), >> >> I think we just need to change this to LOST_TICK_SLEW. This would >> effectively change the default. > > I can't see this code snippet here, I guess we are in a different > branch. I'm using the current master branch (33cf629). http://git.qemu.org/?p=qemu.git;a=blob;f=hw/mc146818rtc.c;h=2b59c36ee66149f238ea415059c44d7d619925a6;hb=HEAD#l726 Regards, Anthony Liguori >