From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Requesting for freeze exception for RMRR Date: Tue, 14 Jul 2015 10:25:19 +0100 Message-ID: <1436865919.25044.36.camel@citrix.com> References: <55A35B5E.3000805@intel.com> <55A3DB88020000780009035D@mail.emea.novell.com> <55A45719.3040204@intel.com> <55A4F00D020000780009080D@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55A4F00D020000780009080D@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Kevin , "wei.liu2@citrix.com" , George Dunlap , Andrew Cooper , "ian.jackson@eu.citrix.com" , Yong Y Wang , "xen-devel@lists.xen.org" , Tiejun Chen List-Id: xen-devel@lists.xenproject.org On Tue, 2015-07-14 at 10:18 +0100, Jan Beulich wrote: > >>> Y Y [v7][PATCH 14/16] xen/vtd: enable USB device assignment diffstat: xen/drivers/passthrough/vtd/dmar.h | 1 - xen/drivers/passthrough/vtd/iommu.c | 11 ++--------- xen/drivers/passthrough/vtd/utils.c | 7 ------- 3 files changed, 2 insertions(+), 17 deletions(-) > >>> Y Y [v7][PATCH 15/16] xen/vtd: prevent from assign the device with > >>> shared rmrr xen/drivers/passthrough/vtd/iommu.c | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) > >> > >> And yet again for these two. Please avoid giving a false impression > > > > But these two patches really won Kevin's Ack, and also I wrote this line > > > > Acked-by: Kevin Tian > > > > both in these two patches. > > But talk here is about their review status, not who ack-ed them (and > an ack by other than a maintainer of the affected code is not very > meaningful anyway). Kevin is maintainer of that code though, isn't he? $ ./scripts/get_maintainer.pl -f xen/drivers/passthrough/vtd/dmar.h Yang Zhang Kevin Tian xen-devel@lists.xen.org (same for the other files) >>From MAINTAINERS I suppose that is this entry: INTEL(R) VT FOR DIRECTED I/O (VT-D) M: Yang Zhang M: Kevin Tian S: Supported F: xen/drivers/passthrough/vtd/ Ian.