From patchwork Thu Mar 18 23:12:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zachary Amsden X-Patchwork-Id: 86830 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o2INCMQS030479 for ; Thu, 18 Mar 2010 23:12:22 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751529Ab0CRXMO (ORCPT ); Thu, 18 Mar 2010 19:12:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30854 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000Ab0CRXMN (ORCPT ); Thu, 18 Mar 2010 19:12:13 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2INC36K003428 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 18 Mar 2010 19:12:03 -0400 Received: from [10.11.10.241] (vpn-10-241.rdu.redhat.com [10.11.10.241]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2INC1xJ010783; Thu, 18 Mar 2010 19:12:02 -0400 Message-ID: <4BA2B341.1060305@redhat.com> Date: Thu, 18 Mar 2010 13:12:01 -1000 From: Zachary Amsden User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Thunderbird/3.0.3 MIME-Version: 1.0 To: Thomas Mueller CC: kvm@vger.kernel.org, Avi Kivity Subject: Re: clock drifts with more than 1 windows 2008 guest References: In-Reply-To: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 18 Mar 2010 23:12:22 +0000 (UTC) diff --git a/vl.c b/vl.c index 6e35cc6..9720619 100644 --- a/vl.c +++ b/vl.c @@ -1565,7 +1565,7 @@ static void configure_rtc(QemuOpts *opts) exit(1); } } -#ifdef CONFIG_TARGET_I386 +#ifdef TARGET_I386 value = qemu_opt_get(opts, "driftfix"); if (value) { if (!strcmp(buf, "slew")) {