From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52387 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdgmC-0007u6-LH for qemu-devel@nongnu.org; Tue, 27 Jul 2010 05:48:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Odgm8-0006E8-Np for qemu-devel@nongnu.org; Tue, 27 Jul 2010 05:48:41 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:42202) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Odgm8-0006Du-JM for qemu-devel@nongnu.org; Tue, 27 Jul 2010 05:48:40 -0400 Received: by bwz19 with SMTP id 19so244393bwz.4 for ; Tue, 27 Jul 2010 02:48:39 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C4EAB75.8080707@redhat.com> Date: Tue, 27 Jul 2010 11:48:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20100714133208.GC11098@amit-laptop.redhat.com> In-Reply-To: <20100714133208.GC11098@amit-laptop.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PING^2] [PATCH v2] rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Jan Kiszka , qemu list , Gleb Natapov , Juan Quintela On 07/14/2010 03:32 PM, Amit Shah wrote: > On (Wed) Jun 23 2010 [20:14:04], Amit Shah wrote: >> qemu-config.c doesn't contain any target-specific code, and the >> TARGET_I386 conditional code didn't get compiled as a result. Removing >> this enables the driftfix parameter for rtc. >> >> Signed-off-by: Amit Shah > > Ping Ping^2 Paolo