Re: [Xen-devel] [PATCH v2 0/5] vTPM: Xen stubdom vTPM for HVM virtual machine

2015-01-05 Thread Xu, Quan
> -Original Message- > From: Ian Campbell [mailto:ian.campb...@citrix.com] > Sent: Monday, January 05, 2015 9:21 PM > To: Xu, Quan > Cc: xen-devel@lists.xen.org; dgde...@tycho.nsa.gov; > samuel.thiba...@ens-lyon.org; ian.jack...@eu.citrix.com; > stefano.stabell...@eu.citrix.com; wei.l...@

Re: [Xen-devel] [PATCH v2 0/5] vTPM: Xen stubdom vTPM for HVM virtual machine

2015-01-05 Thread Xu, Quan
> -Original Message- > From: Wei Liu [mailto:wei.l...@citrix.com] > Sent: Monday, January 05, 2015 9:19 PM > To: Xu, Quan > Cc: xen-devel@lists.xen.org; dgde...@tycho.nsa.gov; > samuel.thiba...@ens-lyon.org; ian.jack...@eu.citrix.com; > stefano.stabell...@eu.citrix.com; ian.campb...@citri

Re: [Xen-devel] [PATCH v2 0/5] vTPM: Xen stubdom vTPM for HVM virtual machine

2015-01-05 Thread Ian Campbell
On Mon, 2015-01-05 at 13:18 +, Wei Liu wrote: > FWIW in the future please configure git to chain all your patches to one > thread. :-) > > What I usually do is to > > git format-patch HEAD~NNN --cover --subject-prefix='PATCH vXX' > ... edit -cover-letter.patch ... > git send-email --to xe

Re: [Xen-devel] [PATCH v2 0/5] vTPM: Xen stubdom vTPM for HVM virtual machine

2015-01-05 Thread Ian Campbell
On Tue, 2014-12-30 at 23:44 -0500, Quan Xu wrote: Please can you arrange for you patch submissions to be correctly threaded i.e. with all the mails containing a reference header either to the previous patch or to the 0/N introductory patch. Take a look at the --chainreplyto and --thread options t

Re: [Xen-devel] [PATCH v2 0/5] vTPM: Xen stubdom vTPM for HVM virtual machine

2015-01-05 Thread Wei Liu
FWIW in the future please configure git to chain all your patches to one thread. :-) What I usually do is to git format-patch HEAD~NNN --cover --subject-prefix='PATCH vXX' ... edit -cover-letter.patch ... git send-email --to xen-devel@ --cc XXX All patches will be chained to 00/00 cover lett

[Xen-devel] [PATCH v2 0/5] vTPM: Xen stubdom vTPM for HVM virtual machine

2014-12-31 Thread Quan Xu
This patch series are only the Xen part to enable stubdom vTPM for HVM virtual machine. it will work w/ Qemu patch series and seaBios patch series. Change QEMU_STUBDOM_VTPM compile option from 'n' to 'y', when the Qemu/SeaBios patch series are merged. *INTRODUCTION*