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

2023-01-05 Thread Stefan Berger
On 1/5/23 17:02, James Bottomley wrote: On Thu, 2023-01-05 at 11:20 -0500, Stefan Berger wrote: On 1/5/23 08:00, James Bottomley wrote: [...] +The mssim backend supports snapshotting and migration, but the state +of the Microsoft Simulator server must be preserved (or the server +kept run

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

2023-01-05 Thread James Bottomley
On Thu, 2023-01-05 at 11:20 -0500, Stefan Berger wrote: > > > On 1/5/23 08:00, James Bottomley wrote: [...] > > +The mssim backend supports snapshotting and migration, but the > > state > > +of the Microsoft Simulator server must be preserved (or the server > > +kept running) outside of QEMU for

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

2023-01-05 Thread Stefan Berger
On 1/5/23 08:00, 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 diff --git a/docs/specs/tpm.rst b/docs/specs/tpm.rst index 535912a92b..139873

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

2023-01-05 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