From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 8/9] KVM: x86: Add EOI exit bitmap inference Date: Fri, 7 Aug 2015 09:32:56 +0200 Message-ID: <55C45F28.8050403@redhat.com> References: <1438788228-34856-1-git-send-email-pbonzini@redhat.com> <1438788228-34856-9-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Steve Rutherford , "rkrcmar@redhat.com" To: "Wu, Feng" , "linux-kernel@vger.kernel.org" , "kvm@vger.kernel.org" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56122 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753103AbbHGHdB (ORCPT ); Fri, 7 Aug 2015 03:33:01 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 07/08/2015 07:43, Wu, Feng wrote: >> > +#ifdef CONFIG_HAVE_KVM_IRQCHIP >> > +struct kvm_irq_routing_table { >> > + int chip[KVM_NR_IRQCHIPS][KVM_IRQCHIP_NUM_PINS]; >> > + struct kvm_kernel_irq_routing_entry *rt_entries; > This filed doesn't exist anymore. In fact, this changes is also in my > VT-d PI patches. If this series get merged first, I can rebase my > patches then. Thanks! Paolo