Re: [RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator

2025-03-04 Thread Jarkko Sakkinen
On Tue, Mar 04, 2025 at 04:23:51PM +0100, Stefano Garzarella wrote: > > This commit got me lost tbh. > > Now I understand why you got lost, my bad! No need for apologies, just merely reporting what I do or do not understand with brutal honesty ;-) > I checked further and these structures seem to

Re: [RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator

2025-03-04 Thread Stefano Garzarella
On Sat, Mar 01, 2025 at 03:48:35AM +0200, Jarkko Sakkinen wrote: On Fri, Feb 28, 2025 at 06:07:18PM +0100, Stefano Garzarella wrote: This is primarily designed to support an enlightened driver for the The commit message is half-way cut. I.e. it lacks the explanation of "this". AMD SVSM base

Re: [RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator

2025-03-03 Thread Stefano Garzarella
On Mon, Mar 03, 2025 at 08:28:45AM -0600, Tom Lendacky wrote: On 2/28/25 11:07, Stefano Garzarella wrote: This is primarily designed to support an enlightened driver for the AMD SVSM based vTPM, but it could be used by any TPM driver which communicates with a TPM device implemented through the T

Re: [RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator

2025-03-03 Thread Stefano Garzarella
On Sat, Mar 01, 2025 at 03:48:35AM +0200, Jarkko Sakkinen wrote: On Fri, Feb 28, 2025 at 06:07:18PM +0100, Stefano Garzarella wrote: This is primarily designed to support an enlightened driver for the The commit message is half-way cut. I.e. it lacks the explanation of "this". Yes, sorry, I

Re: [RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator

2025-03-03 Thread Tom Lendacky
On 2/28/25 11:07, Stefano Garzarella wrote: > This is primarily designed to support an enlightened driver for the > AMD SVSM based vTPM, but it could be used by any TPM driver which > communicates with a TPM device implemented through the TCG TPM reference > implementation (https://github.com/Trust

Re: [RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator

2025-02-28 Thread Jarkko Sakkinen
On Fri, Feb 28, 2025 at 06:07:18PM +0100, Stefano Garzarella wrote: > This is primarily designed to support an enlightened driver for the The commit message is half-way cut. I.e. it lacks the explanation of "this". > AMD SVSM based vTPM, but it could be used by any TPM driver which > communicate

[RFC PATCH v2 4/6] tpm: add interface to interact with devices based on TCG Simulator

2025-02-28 Thread Stefano Garzarella
This is primarily designed to support an enlightened driver for the AMD SVSM based vTPM, but it could be used by any TPM driver which communicates with a TPM device implemented through the TCG TPM reference implementation (https://github.com/TrustedComputingGroup/TPM) Co-developed-by: James Bottom