Re: [Xen-devel] [PATCH v2 1/2] vtpm: deep quote flags

2015-04-15 Thread Ian Campbell
On Wed, 2015-04-15 at 18:09 +0300, Emil Condrea wrote: Thanks! Should it remove it and resend the patches ? I'll do it on commit (which I'm about to do). On Wed, Apr 15, 2015 at 6:07 PM, Daniel De Graaf dgde...@tycho.nsa.gov wrote: On 04/14/2015 05:08 AM, Emil Condrea wrote:

Re: [Xen-devel] [PATCH v2 1/2] vtpm: deep quote flags

2015-04-15 Thread Emil Condrea
Thanks! Should it remove it and resend the patches ? On Wed, Apr 15, 2015 at 6:07 PM, Daniel De Graaf dgde...@tycho.nsa.gov wrote: On 04/14/2015 05:08 AM, Emil Condrea wrote: Currently, the flags are not interpreted by vTPM. They are just packed and sent to vtpmmgr. Signed-off-by: Emil

Re: [Xen-devel] [PATCH v2 1/2] vtpm: deep quote flags

2015-04-15 Thread Ian Campbell
On Wed, 2015-04-15 at 16:34 +0100, Ian Campbell wrote: On Wed, 2015-04-15 at 18:09 +0300, Emil Condrea wrote: Thanks! Should it remove it and resend the patches ? I'll do it on commit (which I'm about to do). Except: stubdom/tpm_emulator-x86_64/tpm/tpm_cmd_handler.c: In function

Re: [Xen-devel] [PATCH v2 1/2] vtpm: deep quote flags

2015-04-15 Thread Daniel De Graaf
On 04/14/2015 05:08 AM, Emil Condrea wrote: Currently, the flags are not interpreted by vTPM. They are just packed and sent to vtpmmgr. Signed-off-by: Emil Condrea emilcond...@gmail.com Acked-by: Daniel De Graaf dgde...@tycho.nsa.gov [...] +- res = TPM_DeepQuote(nonce, myPCR, ptPCR,

Re: [Xen-devel] [PATCH v2 1/2] vtpm: deep quote flags

2015-04-15 Thread Emil Condrea
Strangely! Of course that I compiled it but it seems that a rebuild was needed in order to reapply the patch for the tpm emulator. I will do both changes. After rebuilding vtpmmgr and vtpm I will resend the patches. On Wed, Apr 15, 2015 at 6:50 PM, Ian Campbell ian.campb...@citrix.com wrote:

[Xen-devel] [PATCH v2 1/2] vtpm: deep quote flags

2015-04-14 Thread Emil Condrea
Currently, the flags are not interpreted by vTPM. They are just packed and sent to vtpmmgr. Signed-off-by: Emil Condrea emilcond...@gmail.com --- stubdom/Makefile| 1 + stubdom/vtpm-deepquote-anyloc.patch | 127 stubdom/vtpm/vtpm_cmd.c