From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46755 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhKr4-0002cl-Jk for qemu-devel@nongnu.org; Fri, 06 Aug 2010 07:12:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhKr3-0003Fy-6x for qemu-devel@nongnu.org; Fri, 06 Aug 2010 07:12:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20260) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhKr2-0003Fd-W7 for qemu-devel@nongnu.org; Fri, 06 Aug 2010 07:12:49 -0400 Date: Fri, 6 Aug 2010 12:12:45 +0100 From: "Daniel P. Berrange" Subject: Re: [Qemu-devel] [PATCH v2] rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix Message-ID: <20100806111245.GA23061@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: "Daniel P. Berrange" 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 Wed, Jun 23, 2010 at 08:14:04PM +0530, 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 > --- > 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 */ } > }, Is there any reason this patch hasn't been applied to GIT yet ? I'm told that using this option is critical to making certain guests work reliably so we want to use it from libvirt/virt-manager for the OS in question. Regards, Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|