On Wed, Jul 29, 2015 at 02:38:09PM +0200, Paolo Bonzini wrote: > > > On 28/07/2015 01:17, Steve Rutherford wrote: > > diff --git a/arch/x86/kvm/ioapic.h b/arch/x86/kvm/ioapic.h > > index d8cc54b..f6ce112 100644 > > --- a/arch/x86/kvm/ioapic.h > > +++ b/arch/x86/kvm/ioapic.h > > @@ -9,6 +9,7 @@ struct kvm; > > struct kvm_vcpu; > > > > #define IOAPIC_NUM_PINS KVM_IOAPIC_NUM_PINS > > +#define MAX_NR_RESERVED_IOAPIC_PINS 48 > > Why is this needed? This constant is used to bound the number of IOAPIC pins that are reservable when enabling KVM_CAP_SPLIT_IRQCHIP. IIRC, x86 doesn't support more than 2 IOAPICs. > > Paolo > > > #define IOAPIC_VERSION_ID 0x11 /* IOAPIC version */ > > #define IOAPIC_EDGE_TRIG 0 > > #define IOAPIC_LEVEL_TRIG 1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html