From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53526 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOVd6-00039m-SY for qemu-devel@nongnu.org; Tue, 15 Jun 2010 08:52:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOVd5-00008X-LL for qemu-devel@nongnu.org; Tue, 15 Jun 2010 08:52:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46420) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOVd5-00008N-Ep for qemu-devel@nongnu.org; Tue, 15 Jun 2010 08:52:35 -0400 From: Jes.Sorensen@redhat.com Date: Tue, 15 Jun 2010 14:51:18 +0200 Message-Id: <1276606278-24268-8-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1276606278-24268-1-git-send-email-Jes.Sorensen@redhat.com> References: <1276606278-24268-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH 7/7] Declare no_hpet variable for all targets List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mtosatti@redhat.com Cc: jan.kiszka@siemens.com, qemu-devel@nongnu.org, Jes Sorensen From: Jes Sorensen We need to declare 'int no_hpet' for all targets to avoid build failure on no x86 builds. Signed-off-by: Jes Sorensen --- vl.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c index e4a9aa9..b9a9a76 100644 --- a/vl.c +++ b/vl.c @@ -214,9 +214,7 @@ int smp_cores = 1; int smp_threads = 1; const char *vnc_display; int acpi_enabled = 1; -#ifdef TARGET_I386 int no_hpet = 0; -#endif int fd_bootchk = 1; int no_reboot = 0; int no_shutdown = 0; -- 1.6.6.1