Re: [PATCH v10 0/2] tpm: add mssim backend

2024-04-30 Thread Stefan Berger
On 4/30/24 15:08, James Bottomley wrote: The requested feedback was to convert the tpmdev handler to being json based, which requires rethreading all the backends. The good news is this reduced quite a bit of code (especially as I converted it to error_fatal handling as well, which removes th

[PATCH v10 0/2] tpm: add mssim backend

2024-04-30 Thread James Bottomley
The requested feedback was to convert the tpmdev handler to being json based, which requires rethreading all the backends. The good news is this reduced quite a bit of code (especially as I converted it to error_fatal handling as well, which removes the return status threading). The bad news is I