From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49463 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORR7G-00073M-Dn for qemu-devel@nongnu.org; Wed, 23 Jun 2010 10:39:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORR7F-0001Nq-B4 for qemu-devel@nongnu.org; Wed, 23 Jun 2010 10:39:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34496) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORR7F-0001NZ-4O for qemu-devel@nongnu.org; Wed, 23 Jun 2010 10:39:49 -0400 From: Juan Quintela In-Reply-To: <34d91ff747d586261f56ba024d2fe9f8734180f6.1277303360.git.amit.shah@redhat.com> (Amit Shah's message of "Wed, 23 Jun 2010 19:59:46 +0530") References: <34d91ff747d586261f56ba024d2fe9f8734180f6.1277303360.git.amit.shah@redhat.com> Date: Wed, 23 Jun 2010 16:39:45 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 1/2] rtc: Parse the 'driftfix' option only for TARGET_I386 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 Amit Shah wrote: > The driftfix option is only useful for Windows guests, and for the x86 > architecture, so limit the option parsing to TARGET_I386. This ifdef > conditional is moved from qemu-config.c to vl.c. The next patch will fix > a bug where the driftfix option wasn't exposed at all even to the x86 > architecture. > > Signed-off-by: Amit Shah Acked-by: Juan Quintela (for both patches).