Re: [Qemu-devel] TPM status

2017-07-01 Thread Laszlo Ersek
On 06/29/17 21:31, Stefan Berger wrote: > On 06/27/2017 12:32 PM, Laszlo Ersek wrote: >> >> Looks great to me, thank you! >> >> Two requests in addition to the above remarks: >> - can you provide command line options / examples wherever appropriate? > > I didn't add it because we describe that on

Re: [Qemu-devel] TPM status

2017-06-29 Thread Stefan Berger
On 06/29/2017 07:12 PM, Javier Martinez Canillas wrote: On 06/29/2017 06:09 PM, Stefan Berger wrote: On 06/29/2017 08:39 AM, Javier Martinez Canillas wrote: [snip] = TPM backend devices = The TPM implementation is split into two parts. The one part is the hardware interface, such as the TPM

Re: [Qemu-devel] TPM status

2017-06-29 Thread Javier Martinez Canillas
On 06/29/2017 06:09 PM, Stefan Berger wrote: > On 06/29/2017 08:39 AM, Javier Martinez Canillas wrote: [snip] >> >>> = TPM backend devices = >>> >>> The TPM implementation is split into two parts. The one part is the hardware >>> interface, such as the TPM TIS interface described earlier, and the

Re: [Qemu-devel] TPM status

2017-06-29 Thread Stefan Berger
On 06/27/2017 12:32 PM, Laszlo Ersek wrote: Looks great to me, thank you! Two requests in addition to the above remarks: - can you provide command line options / examples wherever appropriate? I didn't add it because we describe that on this page here: http://download.qemu.org/qemu-doc.html

Re: [Qemu-devel] TPM status

2017-06-29 Thread Stefan Berger
On 06/29/2017 10:07 AM, Javier Martinez Canillas wrote: Hello Stefan, On 06/28/2017 10:57 PM, Stefan Berger wrote: On 06/28/2017 12:44 PM, Laszlo Ersek wrote: On 06/28/17 17:22, Peter Jones wrote: On Tue, Jun 27, 2017 at 12:12:50PM -0400, Stefan Berger wrote: [snip] To support measurements

Re: [Qemu-devel] TPM status

2017-06-29 Thread Stefan Berger
On 06/29/2017 08:39 AM, Javier Martinez Canillas wrote: Hello Stefan, Thanks a lot for the summary, it's very informative. I've a question below. On 06/27/2017 06:12 PM, Stefan Berger wrote: QEMU TPM Device === = Guest-side Hardware Interface = The QEMU TPM emulation implements

Re: [Qemu-devel] TPM status

2017-06-29 Thread Javier Martinez Canillas
Hello Stefan, On 06/28/2017 10:57 PM, Stefan Berger wrote: > On 06/28/2017 12:44 PM, Laszlo Ersek wrote: >> On 06/28/17 17:22, Peter Jones wrote: >>> On Tue, Jun 27, 2017 at 12:12:50PM -0400, Stefan Berger wrote: [snip] To support measurements logs to be written by the firmware, e.g. >

Re: [Qemu-devel] TPM status

2017-06-29 Thread Javier Martinez Canillas
Hello Stefan, Thanks a lot for the summary, it's very informative. I've a question below. On 06/27/2017 06:12 PM, Stefan Berger wrote: > > QEMU TPM Device > === > > = Guest-side Hardware Interface = > > The QEMU TPM emulation implements a TPM TIS hardware interface following > the

Re: [Qemu-devel] TPM status

2017-06-28 Thread Laszlo Ersek
On 06/28/17 22:57, Stefan Berger wrote: > On 06/28/2017 12:44 PM, Laszlo Ersek wrote: >> On 06/28/17 17:22, Peter Jones wrote: >>> On Tue, Jun 27, 2017 at 12:12:50PM -0400, Stefan Berger wrote: On 06/14/2017 09:51 AM, Laszlo Ersek wrote: > Hi Stefan, > > the MAINTAINERS file doesn'

Re: [Qemu-devel] TPM status

2017-06-28 Thread Stefan Berger
On 06/28/2017 12:44 PM, Laszlo Ersek wrote: On 06/28/17 17:22, Peter Jones wrote: On Tue, Jun 27, 2017 at 12:12:50PM -0400, Stefan Berger wrote: On 06/14/2017 09:51 AM, Laszlo Ersek wrote: Hi Stefan, the MAINTAINERS file doesn't seem to cover any of the TPM-related files in the tree: bac

Re: [Qemu-devel] TPM status

2017-06-28 Thread Laszlo Ersek
On 06/28/17 17:22, Peter Jones wrote: > On Tue, Jun 27, 2017 at 12:12:50PM -0400, Stefan Berger wrote: >> On 06/14/2017 09:51 AM, Laszlo Ersek wrote: >>> Hi Stefan, >>> >>> the MAINTAINERS file doesn't seem to cover any of the TPM-related files >>> in the tree: >>> >>>backends/tpm.c >>>hw/t

Re: [Qemu-devel] TPM status

2017-06-28 Thread Peter Jones
On Tue, Jun 27, 2017 at 12:12:50PM -0400, Stefan Berger wrote: > On 06/14/2017 09:51 AM, Laszlo Ersek wrote: > > Hi Stefan, > > > > the MAINTAINERS file doesn't seem to cover any of the TPM-related files > > in the tree: > > > >backends/tpm.c > >hw/tpm/ > >include/hw/acpi/tpm.h > >

Re: [Qemu-devel] TPM status

2017-06-27 Thread Laszlo Ersek
On 06/27/17 18:12, Stefan Berger wrote: > On 06/14/2017 09:51 AM, Laszlo Ersek wrote: >> Hi Stefan, >> >> the MAINTAINERS file doesn't seem to cover any of the TPM-related files >> in the tree: >> >>backends/tpm.c >>hw/tpm/ >>include/hw/acpi/tpm.h >>include/sysemu/tpm* >>tpm.c >

Re: [Qemu-devel] TPM status

2017-06-27 Thread Stefan Berger
On 06/14/2017 09:51 AM, Laszlo Ersek wrote: Hi Stefan, the MAINTAINERS file doesn't seem to cover any of the TPM-related files in the tree: backends/tpm.c hw/tpm/ include/hw/acpi/tpm.h include/sysemu/tpm* tpm.c but I have a gut feeling that you are semi-officially maintaining TP

Re: [Qemu-devel] TPM status

2017-06-14 Thread Stefan Berger
On 06/14/2017 09:51 AM, Laszlo Ersek wrote: Hi Stefan, the MAINTAINERS file doesn't seem to cover any of the TPM-related files in the tree: backends/tpm.c hw/tpm/ include/hw/acpi/tpm.h include/sysemu/tpm* tpm.c but I have a gut feeling that you are semi-officially maintaining TP

[Qemu-devel] TPM status

2017-06-14 Thread Laszlo Ersek
Hi Stefan, the MAINTAINERS file doesn't seem to cover any of the TPM-related files in the tree: backends/tpm.c hw/tpm/ include/hw/acpi/tpm.h include/sysemu/tpm* tpm.c but I have a gut feeling that you are semi-officially maintaining TPM anyway, so I'm going to ask you. :) Can you plea