Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-30 Thread Igor Mammedov
On Mon, 29 Jan 2018 11:50:04 -0500 Stefan Berger wrote: > On 01/29/2018 11:24 AM, Igor Mammedov wrote: > > On Fri, 26 Jan 2018 13:03:06 +0100 > > Marc-André Lureau wrote: > > > >> tpm_crb is a device for TPM 2.0 Command Response Buffer (CRB) > >> Interface as defined in TCG PC Client Platform

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-29 Thread Stefan Berger
On 01/29/2018 11:24 AM, Igor Mammedov wrote: On Fri, 26 Jan 2018 13:03:06 +0100 Marc-André Lureau wrote: tpm_crb is a device for TPM 2.0 Command Response Buffer (CRB) Interface as defined in TCG PC Client Platform TPM Profile (PTP) Specification Family “2.0” Level 00 Revision 01.03 v22. The P

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-29 Thread Igor Mammedov
On Fri, 26 Jan 2018 13:03:06 +0100 Marc-André Lureau wrote: > tpm_crb is a device for TPM 2.0 Command Response Buffer (CRB) > Interface as defined in TCG PC Client Platform TPM Profile (PTP) > Specification Family “2.0” Level 00 Revision 01.03 v22. > > The PTP allows device implementation to swi

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-29 Thread Eric Blake
On 01/28/2018 07:38 AM, Stefan Berger wrote: > On 01/26/2018 08:19 AM, no-re...@patchew.org wrote: >> Hi, >> >> This series failed build test on s390x host. Please find the details >> below. > > We can ignore this and the other emails' errors since the patch's > dependencies are in my tpm-next tre

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-28 Thread Stefan Berger
On 01/26/2018 08:19 AM, no-re...@patchew.org wrote: Hi, This series failed build test on s390x host. Please find the details below. We can ignore this and the other emails' errors since the patch's dependencies are in my tpm-next tree.

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-26 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180126120306.19225-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH v3] tpm

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-26 Thread Stefan Berger
On 01/26/2018 07:03 AM, Marc-André Lureau wrote: tpm_crb is a device for TPM 2.0 Command Response Buffer (CRB) Interface as defined in TCG PC Client Platform TPM Profile (PTP) Specification Family “2.0” Level 00 Revision 01.03 v22. The PTP allows device implementation to switch between TIS and C

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-26 Thread Marc-Andre Lureau
Hi, Stash this to fix test leaks: diff --git a/tests/tpm-crb-test.c b/tests/tpm-crb-test.c index de78a28844..8bf1507e00 100644 --- a/tests/tpm-crb-test.c +++ b/tests/tpm-crb-test.c @@ -81,6 +81,7 @@ static void *emu_tpm_thread(void *data) g_free(s->tpm_msg); s->tpm_msg = NULL; +obj

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-26 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180126120306.19225-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH v3] tpm: add CRB device === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-26 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180126120306.19225-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH v3] tpm

Re: [Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-26 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180126120306.19225-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH v3] tpm

[Qemu-devel] [PATCH v3] tpm: add CRB device

2018-01-26 Thread Marc-André Lureau
tpm_crb is a device for TPM 2.0 Command Response Buffer (CRB) Interface as defined in TCG PC Client Platform TPM Profile (PTP) Specification Family “2.0” Level 00 Revision 01.03 v22. The PTP allows device implementation to switch between TIS and CRB model at run time, but given that CRB is a simpl