From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v5 3/4] KVM: x86: Add EOI exit bitmap inference Date: Wed, 29 Jul 2015 14:38:09 +0200 Message-ID: <55B8C931.5090300@redhat.com> References: <1438039062-3168-1-git-send-email-srutherford@google.com> <1438039062-3168-3-git-send-email-srutherford@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Steve Rutherford , kvm@vger.kernel.org Return-path: Received: from mail-wi0-f170.google.com ([209.85.212.170]:33430 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752703AbbG2MiQ (ORCPT ); Wed, 29 Jul 2015 08:38:16 -0400 Received: by wicmv11 with SMTP id mv11so217323849wic.0 for ; Wed, 29 Jul 2015 05:38:15 -0700 (PDT) In-Reply-To: <1438039062-3168-3-git-send-email-srutherford@google.com> Sender: kvm-owner@vger.kernel.org List-ID: 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? Paolo > #define IOAPIC_VERSION_ID 0x11 /* IOAPIC version */ > #define IOAPIC_EDGE_TRIG 0 > #define IOAPIC_LEVEL_TRIG 1