Re: [Qemu-devel] [RFC PATCH 1/3] tpm: Implement virtual memory device for TPM PPI

2018-01-15 Thread Stefan Berger
On 01/12/2018 09:55 AM, Marc-André Lureau wrote: Hi On Wed, Jan 10, 2018 at 7:35 PM, Stefan Berger wrote: } static void tpm_tis_class_init(ObjectClass *klass, void *data) diff --git a/include/hw/acpi/tpm.h b/include/hw/acpi/tpm.h index 6d516c6..d9b7452 100644 --- a/include/hw/acpi/tpm.h

Re: [Qemu-devel] [RFC PATCH 1/3] tpm: Implement virtual memory device for TPM PPI

2018-01-12 Thread Stefan Berger
On 01/12/2018 09:55 AM, Marc-André Lureau wrote: Hi On Wed, Jan 10, 2018 at 7:35 PM, Stefan Berger wrote: Implement a virtual memory device for the TPM physical presence interface. The memory is located at 0x and used by ACPI to send messages to the firmware (BIOS). This device should

Re: [Qemu-devel] [RFC PATCH 1/3] tpm: Implement virtual memory device for TPM PPI

2018-01-12 Thread Stefan Berger
On 01/12/2018 11:29 AM, Eric Blake wrote: On 01/12/2018 08:55 AM, Marc-André Lureau wrote: Hi On Wed, Jan 10, 2018 at 7:35 PM, Stefan Berger wrote: Implement a virtual memory device for the TPM physical presence interface. The memory is located at 0x and used by ACPI to send messages

Re: [Qemu-devel] [RFC PATCH 1/3] tpm: Implement virtual memory device for TPM PPI

2018-01-12 Thread Eric Blake
On 01/12/2018 08:55 AM, Marc-André Lureau wrote: > Hi > > On Wed, Jan 10, 2018 at 7:35 PM, Stefan Berger > wrote: >> Implement a virtual memory device for the TPM physical >> presence interface. The memory is located at 0x >> and used by ACPI to send messages to the firmware (BIOS). >> >>

Re: [Qemu-devel] [RFC PATCH 1/3] tpm: Implement virtual memory device for TPM PPI

2018-01-12 Thread Marc-André Lureau
Hi On Wed, Jan 10, 2018 at 7:35 PM, Stefan Berger wrote: > Implement a virtual memory device for the TPM physical > presence interface. The memory is located at 0x > and used by ACPI to send messages to the firmware (BIOS). > > This device should be used by all TPM interfaces on x86 and >