From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Quintela Subject: [PATCH 0/2] make --disable-kvm to compile again Date: Sat, 19 Sep 2009 14:59:19 +0200 Message-ID: To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10934 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752200AbZISM7Z (ORCPT ); Sat, 19 Sep 2009 08:59:25 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8JCxT0c008913 for ; Sat, 19 Sep 2009 08:59:29 -0400 Sender: kvm-owner@vger.kernel.org List-ID: There were a couple of missing #ifdef KVM_* from last merge. ./configure --disable-kvm compiles and boots again. It compiles, it boot, it is perfect!!! (*) Later, Juan. *: No, that sentence is not mine :) Juan Quintela (2): apic: Variable only used when CAP_IRQCHIP is defined i8259: kvm_* functions only defined when KVM_CAP_IRQCHIP devined hw/apic.c | 4 ++-- hw/i8259.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)