From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42349 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om6uF-0006Mu-0j for qemu-devel@nongnu.org; Thu, 19 Aug 2010 11:19:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om6u9-0005vN-OA for qemu-devel@nongnu.org; Thu, 19 Aug 2010 11:19:50 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:50068) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om6u9-0005vG-Lu for qemu-devel@nongnu.org; Thu, 19 Aug 2010 11:19:45 -0400 Received: by gyh4 with SMTP id 4so810949gyh.4 for ; Thu, 19 Aug 2010 08:19:45 -0700 (PDT) Message-ID: <4C6D4B8C.4070501@codemonkey.ws> Date: Thu, 19 Aug 2010 10:19:40 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Paolo Bonzini , Jan Kiszka , qemu list , Gleb Natapov , Juan Quintela On 06/23/2010 09:44 AM, 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 > Applied. Thanks. Regards, Anthony Liguori > --- > qemu-config.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/qemu-config.c b/qemu-config.c > index 95abe61..730ffd9 100644 > --- a/qemu-config.c > +++ b/qemu-config.c > @@ -247,11 +247,9 @@ QemuOptsList qemu_rtc_opts = { > },{ > .name = "clock", > .type = QEMU_OPT_STRING, > -#ifdef TARGET_I386 > },{ > .name = "driftfix", > .type = QEMU_OPT_STRING, > -#endif > }, > { /* end if list */ } > }, >