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

2023-09-26 Thread Stefan Berger
On 9/26/23 11:20, Stefan Berger wrote: On 1/9/23 11:15, James Bottomley wrote: From: 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 Bottom

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

2023-09-26 Thread Stefan Berger
On 1/9/23 11:15, James Bottomley wrote: From: 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 $ ./scripts/checkpatch.pl 0001-tp

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

2023-01-09 Thread James Bottomley
From: 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 --- v4: add TpmConfiOptions v5: exit(0) for help --- backends/tpm/tpm_emulator