Re: [PATCH 1/1] hw/arm/sbsa-ref: Adding TPM support for ARM SBSA-Ref machine

2025-03-03 Thread Kun Qin
nse > > to step the machine minor version number. A major version bump would > > not be required > > since simply adding this component will not break any existing > > firmware (which will have > > no way of knowing it even exists). > > > > Regards, >

Re: [PATCH 1/1] hw/arm/sbsa-ref: Adding TPM support for ARM SBSA-Ref machine

2025-02-28 Thread Kun Qin
Hi Graeme, Thank you for your review. Could you please let me know if there is anything else I need to do or wait on before merging the change? Any input is appreciated. Regards, Kun On Thu, Feb 27, 2025 at 7:16 AM Graeme Gregory wrote: > > On 25/02/2025 07:41, Kun Qin wrote: > &g

[PATCH 1/1] hw/arm/sbsa-ref: Adding TPM support for ARM SBSA-Ref machine

2025-02-25 Thread Kun Qin
From: Kun Qin Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2625 This change aims to add a TPM device for SBSA ref machine. The implementation adds a TPM create routine during machine initialization. The backend can be the same as the rest of TPM support, by using swtpm. Signed-off

[PATCH 0/1] Adding TPM support for ARM SBSA-Ref machine

2025-02-25 Thread Kun Qin
TPM support, by using swtpm. Sign-off-by: Kun Qin Kun Qin (1): hw/arm/sbsa-ref: Adding TPM support for ARM SBSA-Ref machine hw/arm/sbsa-ref.c | 24 1 file changed, 24 insertions(+) -- 2.43.0