Re: [PATCH v4 6/6] hw/riscv: Enable TPM backends

2023-07-02 Thread Alistair Francis
On Wed, Jun 21, 2023 at 4:34 PM Guenter Roeck wrote: > > On Mon, Jun 19, 2023 at 01:32:34PM -0700, Guenter Roeck wrote: > > Hi Alistair, > > > > On Wed, Apr 20, 2022 at 03:52:48PM +1000, Alistair Francis wrote: > > > From: Alistair Francis > > > > > > Imply the TPM sysbus devices. This allows

Re: [PATCH v4 6/6] hw/riscv: Enable TPM backends

2023-06-21 Thread Guenter Roeck
On Mon, Jun 19, 2023 at 01:32:34PM -0700, Guenter Roeck wrote: > Hi Alistair, > > On Wed, Apr 20, 2022 at 03:52:48PM +1000, Alistair Francis wrote: > > From: Alistair Francis > > > > Imply the TPM sysbus devices. This allows users to add TPM devices to > > the RISC-V virt board. > > > > This

Re: [PATCH v4 6/6] hw/riscv: Enable TPM backends

2023-06-19 Thread Guenter Roeck
Hi Alistair, On Wed, Apr 20, 2022 at 03:52:48PM +1000, Alistair Francis wrote: > From: Alistair Francis > > Imply the TPM sysbus devices. This allows users to add TPM devices to > the RISC-V virt board. > > This was tested by first creating an emulated TPM device: > > swtpm socket --tpm2

Re: [PATCH v4 6/6] hw/riscv: Enable TPM backends

2022-04-21 Thread Bin Meng
On Wed, Apr 20, 2022 at 1:53 PM Alistair Francis wrote: > > From: Alistair Francis > > Imply the TPM sysbus devices. This allows users to add TPM devices to > the RISC-V virt board. > > This was tested by first creating an emulated TPM device: > > swtpm socket --tpm2 -t -d --tpmstate

[PATCH v4 6/6] hw/riscv: Enable TPM backends

2022-04-20 Thread Alistair Francis
From: Alistair Francis Imply the TPM sysbus devices. This allows users to add TPM devices to the RISC-V virt board. This was tested by first creating an emulated TPM device: swtpm socket --tpm2 -t -d --tpmstate dir=/tmp/tpm \ --ctrl type=unixio,path=swtpm-sock Then launching QEMU