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

2023-09-28 Thread James Bottomley
On Thu, 2023-09-28 at 07:29 +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Wed, Sep 27, 2023 at 12:49:08PM -0400, James Bottomley wrote: > > > From: James Bottomley > > > > > > The Microsoft Simulator (mssim) is the reference emulation > > > platform > > > for the TCG TPM

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

2023-09-27 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Wed, Sep 27, 2023 at 12:49:08PM -0400, James Bottomley wrote: >> From: 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

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

2023-09-27 Thread Daniel P . Berrangé
On Wed, Sep 27, 2023 at 12:49:08PM -0400, James Bottomley wrote: > From: 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

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

2023-09-27 Thread James Bottomley
From: 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