From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuTUP-0002ce-Ay for qemu-devel@nongnu.org; Mon, 06 Feb 2012 13:40:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuTUL-0001kF-CV for qemu-devel@nongnu.org; Mon, 06 Feb 2012 13:40:33 -0500 Date: Mon, 6 Feb 2012 16:33:33 -0200 From: Marcelo Tosatti Message-ID: <20120206183333.GE19821@amt.cnet> References: <1327512783-29868-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1327512783-29868-1-git-send-email-agraf@suse.de> Subject: Re: [Qemu-devel] [PATCH] KVM: Fix compilation on non-x86 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: jan.kiszka@siemens.com, aliguori@us.ibm.com, qemu-ppc@nongnu.org, qemu-devel Developers , kvm@vger.kernel.org On Wed, Jan 25, 2012 at 06:33:03PM +0100, Alexander Graf wrote: > Commit 84b058d broke compilation for KVM on non-x86 targets, which > don't have KVM_CAP_IRQ_ROUTING defined. > > Fix by not using the unavailable constant when it's not around. > > Signed-off-by: Alexander Graf Applied, thanks.