[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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
> <dgdegra@xxxxxxxxxxxxx> 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 <emilcondrea@xxxxxxxxx>
>         
>         Acked-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>
>         
>         [...]
>                 +-      res = TPM_DeepQuote(&nonce, &myPCR, &ptPCR,
>                 &req->auth1, &sigSize, &sig);
>                 ++      res = TPM_DeepQuote(&nonce, &myPCR, &ptPCR,
>                 &req->auth1, extraInfoFlags,
>                 ++              &quote_blob_size, &quote_blob);
>                 +       if (res != TPM_SUCCESS) return res;
>                 +-      rsp->paramSize = len = sigSize;
>                 ++              rsp->paramSize = len =
>                 quote_blob_size;
>         
>         There's an extra tab at the start of this line.
>         
>         _______________________________________________
>         Xen-devel mailing list
>         Xen-devel@xxxxxxxxxxxxx
>         http://lists.xen.org/xen-devel
> 
> 


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.