Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-17 Thread Igor Mammedov
On Mon, 16 Jul 2018 14:59:45 +0200 Marc-André Lureau wrote: > From: Stefan Berger > > Implement a virtual memory device for the TPM Physical Presence interface. > The memory is located at 0xFED45000 and used by ACPI to send messages to the > firmware (BIOS) and by the firmware to provide parame

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-17 Thread Igor Mammedov
On Tue, 17 Jul 2018 15:04:25 +0200 Laszlo Ersek wrote: > On 07/17/18 12:39, Marc-André Lureau wrote: > > Hi > > > > On Tue, Jul 17, 2018 at 12:03 PM, Igor Mammedov > > wrote: > >> On Mon, 16 Jul 2018 14:59:45 +0200 > >> Marc-André Lureau wrote: > >> > >>> From: Stefan Berger > >>> > >>>

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-17 Thread Igor Mammedov
On Tue, 17 Jul 2018 12:22:49 +0200 Marc-André Lureau wrote: > On Tue, Jul 17, 2018 at 9:59 AM, Igor Mammedov wrote: > > On Mon, 16 Jul 2018 16:56:36 +0200 > > Marc-André Lureau wrote: > > > >> Hi > >> > >> On Mon, Jul 16, 2018 at 4:44 PM, Igor Mammedov > >> wrote: > >> > On Mon, 16 Jul 20

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-17 Thread Laszlo Ersek
On 07/17/18 12:39, Marc-André Lureau wrote: > Hi > > On Tue, Jul 17, 2018 at 12:03 PM, Igor Mammedov wrote: >> On Mon, 16 Jul 2018 14:59:45 +0200 >> Marc-André Lureau wrote: >> >>> From: Stefan Berger >>> >>> Implement a virtual memory device for the TPM Physical Presence interface. >>> The mem

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-17 Thread Marc-André Lureau
Hi On Tue, Jul 17, 2018 at 12:03 PM, Igor Mammedov wrote: > On Mon, 16 Jul 2018 14:59:45 +0200 > Marc-André Lureau wrote: > >> From: Stefan Berger >> >> Implement a virtual memory device for the TPM Physical Presence interface. >> The memory is located at 0xFED45000 and used by ACPI to send mes

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-17 Thread Marc-André Lureau
On Tue, Jul 17, 2018 at 9:59 AM, Igor Mammedov wrote: > On Mon, 16 Jul 2018 16:56:36 +0200 > Marc-André Lureau wrote: > >> Hi >> >> On Mon, Jul 16, 2018 at 4:44 PM, Igor Mammedov wrote: >> > On Mon, 16 Jul 2018 14:59:45 +0200 >> > Marc-André Lureau wrote: >> > >> >> From: Stefan Berger >> >> >

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-17 Thread Igor Mammedov
On Mon, 16 Jul 2018 14:59:45 +0200 Marc-André Lureau wrote: > From: Stefan Berger > > Implement a virtual memory device for the TPM Physical Presence interface. > The memory is located at 0xFED45000 and used by ACPI to send messages to the > firmware (BIOS) and by the firmware to provide parame

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-17 Thread Igor Mammedov
On Mon, 16 Jul 2018 16:56:36 +0200 Marc-André Lureau wrote: > Hi > > On Mon, Jul 16, 2018 at 4:44 PM, Igor Mammedov wrote: > > On Mon, 16 Jul 2018 14:59:45 +0200 > > Marc-André Lureau wrote: > > > >> From: Stefan Berger > >> > >> Implement a virtual memory device for the TPM Physical Presen

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-16 Thread Marc-André Lureau
Hi On Mon, Jul 16, 2018 at 4:44 PM, Igor Mammedov wrote: > On Mon, 16 Jul 2018 14:59:45 +0200 > Marc-André Lureau wrote: > >> From: Stefan Berger >> >> Implement a virtual memory device for the TPM Physical Presence interface. >> The memory is located at 0xFED45000 and used by ACPI to send mess

Re: [Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-16 Thread Igor Mammedov
On Mon, 16 Jul 2018 14:59:45 +0200 Marc-André Lureau wrote: > From: Stefan Berger > > Implement a virtual memory device for the TPM Physical Presence interface. > The memory is located at 0xFED45000 and used by ACPI to send messages to the > firmware (BIOS) and by the firmware to provide parame

[Qemu-devel] [PATCH v8 2/5] tpm: implement virtual memory device for TPM PPI

2018-07-16 Thread Marc-André Lureau
From: Stefan Berger Implement a virtual memory device for the TPM Physical Presence interface. The memory is located at 0xFED45000 and used by ACPI to send messages to the firmware (BIOS) and by the firmware to provide parameters for each one of the supported codes. This device should be used by