From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OR31e-0000M5-NB for qemu-devel@nongnu.org; Tue, 22 Jun 2010 08:56:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OR31d-0003hh-Hr for qemu-devel@nongnu.org; Tue, 22 Jun 2010 08:56:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60115) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OR31d-0003hb-54 for qemu-devel@nongnu.org; Tue, 22 Jun 2010 08:56:25 -0400 From: Jes.Sorensen@redhat.com Date: Tue, 22 Jun 2010 14:56:04 +0200 Message-Id: <1277211364-12451-8-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1277211364-12451-1-git-send-email-Jes.Sorensen@redhat.com> References: <1277211364-12451-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: avi@redhat.com Cc: Jes Sorensen , qemu-devel@nongnu.org, kvm@vger.kernel.org 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 79f91d5..c2e99fc 100644 --- a/vl.c +++ b/vl.c @@ -207,9 +207,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.7.0.1