From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51208 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOWPB-00060E-VE for qemu-devel@nongnu.org; Tue, 15 Jun 2010 09:42:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOWP7-0000M8-BU for qemu-devel@nongnu.org; Tue, 15 Jun 2010 09:42:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47215) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOWP7-0000M4-3g for qemu-devel@nongnu.org; Tue, 15 Jun 2010 09:42:13 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5FDgBa1005124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 15 Jun 2010 09:42:12 -0400 Message-ID: <4C17832A.9020604@redhat.com> Date: Tue, 15 Jun 2010 15:42:02 +0200 From: Jes Sorensen MIME-Version: 1.0 References: <1276599879-22749-1-git-send-email-Jes.Sorensen@redhat.com> <1276599879-22749-8-git-send-email-Jes.Sorensen@redhat.com> <4C17824E.8080509@redhat.com> In-Reply-To: <4C17824E.8080509@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 7/7] Only accept -no-hpet for i386 targets List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: avi@redhat.com, qemu-devel@nongnu.org On 06/15/10 15:38, Paolo Bonzini wrote: > This can alternatively be made to match upstream by just removing the > #ifdef on no_hpet's declaration. > > Not saying that -no-hpet makes any sense on non-i386 targets, mind, but > it seems pointless to deviate from upstream. > > Paolo Fixed in v2 of the patchset. Jes