Re: [Qemu-devel] [PATCH] Fix build of kvm-all.c when no KVM_CAP_IRQ_ROUTING

2012-06-05 Thread Andreas Färber
Am 05.06.2012 09:16, schrieb Jens Freimann: > In kvm-all.c an #ifdef KVM_CAP_IRQ_ROUTING was missing in two > places which broke the build when this capability is not enabled. > Found when building the s390-softmmu target. > > Signed-off-by: Jens Freimann A patch by Jan moves the first chunk ins

[Qemu-devel] [PATCH] Fix build of kvm-all.c when no KVM_CAP_IRQ_ROUTING

2012-06-05 Thread Jens Freimann
In kvm-all.c an #ifdef KVM_CAP_IRQ_ROUTING was missing in two places which broke the build when this capability is not enabled. Found when building the s390-softmmu target. Signed-off-by: Jens Freimann --- kvm-all.c |4 1 file changed, 4 insertions(+) diff --git a/kvm-all.c b/kvm-all.c