From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 3/5] vTPM: add TPM TCPA and SSDT for HVM virtual machine when vTPM is added Date: Tue, 6 Jan 2015 16:08:08 +0000 Message-ID: <1420560488.28863.176.camel@citrix.com> References: <1420001114-24044-1-git-send-email-quan.xu@intel.com> <20150105125648.GH24360@zion.uk.xensource.com> <945CA011AD5F084CBEA3E851C0AB28890E8544A2@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <945CA011AD5F084CBEA3E851C0AB28890E8544A2@SHSMSX101.ccr.corp.intel.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: "Xu, Quan" Cc: "ian.jackson@eu.citrix.com" , "xen-devel@lists.xen.org" , Wei Liu , Jan Beulich , "stefano.stabellini@eu.citrix.com" List-Id: xen-devel@lists.xenproject.org On Tue, 2015-01-06 at 15:55 +0000, Xu, Quan wrote: > > > -----Original Message----- > > From: xen-devel-bounces@lists.xen.org > > [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Wei Liu > > Sent: Monday, January 05, 2015 8:57 PM > > To: Xu, Quan > > Cc: wei.liu2@citrix.com; ian.campbell@citrix.com; > > stefano.stabellini@eu.citrix.com; ian.jackson@eu.citrix.com; > > xen-devel@lists.xen.org; Jan Beulich > > Subject: Re: [Xen-devel] [PATCH v2 3/5] vTPM: add TPM TCPA and SSDT for > > HVM virtual machine when vTPM is added > > > > You need to CC Jan for hvmloader changes (which I've done for you). > > Thanks. Will CC Jan in v3, also I will CC Jan for SeaBios Patch.. > I did not get 'Jan Beulich' with scripts/get_maintainer.pl, maybe Community should also update it. With latest xen.git: $ ./scripts/get_maintainer.pl -f tools/firmware/hvmloader/acpi/build.c Keir Fraser Jan Beulich Ian Jackson Stefano Stabellini Ian Campbell Wei Liu xen-devel@lists.xen.org Due to: commit 5c8dd034f083dbc0cca2ba375a754978f8e25332 Author: Jan Beulich Date: Tue Nov 4 13:15:58 2014 +0100 ... as being more like a hypervisor extension into the guest than a part of the tool stack. Signed-off-by: Jan Beulich Acked-by: Ian Campbell missing first line (accidetally missed from actual commit) was: "MAINTAINERS: move hvmloader to x86" Ian.