Re: [PATCH v11 1/2] tpm: convert tpmdev options processing to new visitor format

2025-01-07 Thread Markus Armbruster
James Bottomley writes: > Instead of processing the tpmdev options using the old qemu options, > convert to the new visitor format which also allows the passing of > json on the command line. > > Signed-off-by: James Bottomley > Tested-by: Stefan Berger > Reviewed-by: Stefan Berger [...] > d

Re: [PATCH v11 1/2] tpm: convert tpmdev options processing to new visitor format

2025-01-06 Thread Philippe Mathieu-Daudé
On 12/12/24 18:05, James Bottomley wrote: Instead of processing the tpmdev options using the old qemu options, convert to the new visitor format which also allows the passing of json on the command line. Signed-off-by: James Bottomley Tested-by: Stefan Berger Reviewed-by: Stefan Berger --- v

[PATCH v11 1/2] tpm: convert tpmdev options processing to new visitor format

2024-12-12 Thread James Bottomley
Instead of processing the tpmdev options using the old qemu options, convert to the new visitor format which also allows the passing of json on the command line. Signed-off-by: James Bottomley Tested-by: Stefan Berger Reviewed-by: Stefan Berger --- v4: add TpmConfiOptions v5: exit(0) for help