From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfjOJ-0006cD-6W for qemu-devel@nongnu.org; Thu, 10 Aug 2017 05:04:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfjOG-0001xA-2r for qemu-devel@nongnu.org; Thu, 10 Aug 2017 05:04:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40218) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dfjOF-0001w7-Tb for qemu-devel@nongnu.org; Thu, 10 Aug 2017 05:04:28 -0400 References: <1502311882-11038-1-git-send-email-tianyu.lan@intel.com> From: Paolo Bonzini Message-ID: <56f411f0-1e7f-1d06-01d4-2f16e6039444@redhat.com> Date: Thu, 10 Aug 2017 11:04:17 +0200 MIME-Version: 1.0 In-Reply-To: <1502311882-11038-1-git-send-email-tianyu.lan@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] Qemu: Add Xen vIOMMU interrupt remapping function support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lan Tianyu , qemu-devel@nongnu.org, xen-devel@lists.xenproject.org Cc: anthony.perard@citrix.com, ehabkost@redhat.com, marcel@redhat.com, mst@redhat.com, rth@twiddle.net, sstabellini@kernel.org, chao.gao@intel.com, kevin.tian@intel.com On 09/08/2017 22:51, Lan Tianyu wrote: > This patchset is to deal with MSI interrupt remapping request when guest > updates MSI registers. > > Chao Gao (3): > i386/msi: Correct mask of destination ID in MSI address > xen-pt: bind/unbind interrupt remapping format MSI > msi: Handle remappable format interrupt request > > configure | 4 +++- > hw/i386/xen/xen-hvm.c | 8 ++++++- > hw/pci/msi.c | 5 +++-- > hw/pci/msix.c | 4 +++- > hw/xen/xen_pt_msi.c | 52 +++++++++++++++++++++++++++++++------------ > include/hw/i386/apic-msidef.h | 3 ++- > include/hw/xen/xen.h | 2 +- > include/hw/xen/xen_common.h | 25 +++++++++++++++++++++ > stubs/xen-hvm.c | 2 +- > 9 files changed, 83 insertions(+), 22 deletions(-) > Non-Xen parts look good (though I cannot ack them). Paolo