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 wrote: > On Wed, 2015-04-15 at 16

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 ‘execu

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 > wrote: > On 04/14/2015 05:08 AM, Emil Condrea wrote: > Curre

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 Acked-by: Daniel De Graaf [...] +- res = TPM_DeepQuote(&nonce, &myPCR, &ptPCR, &req->auth1, &sigSize, &sig); ++ res

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 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 Condrea >> > >

[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 --- stubdom/Makefile| 1 + stubdom/vtpm-deepquote-anyloc.patch | 127 stubdom/vtpm/vtpm_cmd.c | 13 ++--