Re: [PATCH v11 2/2] tpm: add backend for mssim

2025-01-07 Thread Daniel P . Berrangé
On Mon, Jan 06, 2025 at 06:11:09PM -0800, James Bottomley wrote: > On Thu, 2024-12-19 at 17:39 +, Daniel P. Berrangé wrote: > > On Thu, Dec 12, 2024 at 12:05:28PM -0500, James Bottomley wrote: > > > The Microsoft Simulator (mssim) is the reference emulation platform > > > for the TCG TPM 2.0 sp

Re: [PATCH v11 2/2] tpm: add backend for mssim

2025-01-07 Thread Philippe Mathieu-Daudé
Hi James, On 12/12/24 18:05, James Bottomley wrote: The Microsoft Simulator (mssim) is the reference emulation platform for the TCG TPM 2.0 specification. https://github.com/Microsoft/ms-tpm-20-ref.git It exports a fairly simple network socket based protocol on two sockets, one for command (de

Re: [PATCH v11 2/2] tpm: add backend for mssim

2025-01-06 Thread James Bottomley
On Thu, 2024-12-19 at 17:39 +, Daniel P. Berrangé wrote: > On Thu, Dec 12, 2024 at 12:05:28PM -0500, James Bottomley wrote: > > The Microsoft Simulator (mssim) is the reference emulation platform > > for the TCG TPM 2.0 specification. > > > > https://github.com/Microsoft/ms-tpm-20-ref.git > >

Re: [PATCH v11 2/2] tpm: add backend for mssim

2024-12-19 Thread Daniel P . Berrangé
On Thu, Dec 12, 2024 at 12:05:28PM -0500, James Bottomley wrote: > The Microsoft Simulator (mssim) is the reference emulation platform > for the TCG TPM 2.0 specification. > > https://github.com/Microsoft/ms-tpm-20-ref.git > > It exports a fairly simple network socket based protocol on two > sock

[PATCH v11 2/2] tpm: add backend for mssim

2024-12-12 Thread James Bottomley
The Microsoft Simulator (mssim) is the reference emulation platform for the TCG TPM 2.0 specification. https://github.com/Microsoft/ms-tpm-20-ref.git It exports a fairly simple network socket based protocol on two sockets, one for command (default 2321) and one for control (default 2322). This p