Re: [libvirt] [PATCH v2 1/6] tpm: Enable TPM CRB interface

2018-04-26 Thread John Ferlan
[...] > diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c > index 308d71f..2992197 100644 > --- a/tests/qemuxml2argvtest.c > +++ b/tests/qemuxml2argvtest.c > @@ -2134,6 +2134,9 @@ mymain(void) > DO_TEST("tpm-passthrough", >   

Re: [libvirt] [PATCH v2 1/6] tpm: Enable TPM CRB interface

2018-04-25 Thread Stefan Berger
On 04/25/2018 03:13 PM, John Ferlan wrote: On 04/25/2018 02:24 PM, Stefan Berger wrote: On 04/25/2018 01:13 PM, John Ferlan wrote: On 04/10/2018 10:50 PM, Stefan Berger wrote: Enable the TPM CRB interface added in QEMU 2.12. the TPM CRB interface is a simpler interface than the TPM TIS and

Re: [libvirt] [PATCH v2 1/6] tpm: Enable TPM CRB interface

2018-04-25 Thread John Ferlan
On 04/25/2018 02:24 PM, Stefan Berger wrote: > On 04/25/2018 01:13 PM, John Ferlan wrote: >> >> On 04/10/2018 10:50 PM, Stefan Berger wrote: >>> Enable the TPM CRB interface added in QEMU 2.12. the TPM CRB >>> interface is a simpler interface than the TPM TIS and is only >>> available for TPM 2.

Re: [libvirt] [PATCH v2 1/6] tpm: Enable TPM CRB interface

2018-04-25 Thread Stefan Berger
On 04/25/2018 01:13 PM, John Ferlan wrote: On 04/10/2018 10:50 PM, Stefan Berger wrote: Enable the TPM CRB interface added in QEMU 2.12. the TPM CRB interface is a simpler interface than the TPM TIS and is only available for TPM 2. Signed-off-by: Stefan Berger ---

Re: [libvirt] [PATCH v2 1/6] tpm: Enable TPM CRB interface

2018-04-25 Thread John Ferlan
On 04/10/2018 10:50 PM, Stefan Berger wrote: > Enable the TPM CRB interface added in QEMU 2.12. the TPM CRB > interface is a simpler interface than the TPM TIS and is only > available for TPM 2. > > Signed-off-by: Stefan Berger > --- > docs/formatdomain.html.in

[libvirt] [PATCH v2 1/6] tpm: Enable TPM CRB interface

2018-04-10 Thread Stefan Berger
Enable the TPM CRB interface added in QEMU 2.12. the TPM CRB interface is a simpler interface than the TPM TIS and is only available for TPM 2. Signed-off-by: Stefan Berger --- docs/formatdomain.html.in | 2 ++ docs/schemas/domaincommon.rng