Re: [Qemu-devel] [PATCH] KVM: Fix compilation on non-x86

2012-02-06 Thread Marcelo Tosatti
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.

Re: [Qemu-devel] [PATCH] KVM: Fix compilation on non-x86

2012-01-25 Thread Jan Kiszka
On 2012-01-25 18:45, Alexander Graf wrote: > On 01/25/2012 06:40 PM, Jan Kiszka wrote: >> On 2012-01-25 18:33, 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 w

Re: [Qemu-devel] [PATCH] KVM: Fix compilation on non-x86

2012-01-25 Thread Alexander Graf
On 01/25/2012 06:40 PM, Jan Kiszka wrote: On 2012-01-25 18:33, 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 --- kv

Re: [Qemu-devel] [PATCH] KVM: Fix compilation on non-x86

2012-01-25 Thread Jan Kiszka
On 2012-01-25 18:33, 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 > --- > kvm-all.c |4 > 1 file

[Qemu-devel] [PATCH] KVM: Fix compilation on non-x86

2012-01-25 Thread Alexander Graf
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 --- kvm-all.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/kvm-