Re: [PATCH] hw/loongarch: Change the tpm support by default

2024-07-10 Thread gaosong
在 2024/6/24 上午11:23, Xianglai Li 写道: Add devices that support tpm by default, Fixed incomplete tpm acpi table information. Signed-off-by: Xianglai Li --- Cc: Bibo Mao Cc: Paolo Bonzini Cc: Song Gao Reviewed-by: Song Gao Thanks. Song Gao hw/loongarch/Kconfig | 1 + hw/loongarch/ac

[PATCH] hw/loongarch: Change the tpm support by default

2024-06-23 Thread Xianglai Li
Add devices that support tpm by default, Fixed incomplete tpm acpi table information. Signed-off-by: Xianglai Li --- Cc: Bibo Mao Cc: Paolo Bonzini Cc: Song Gao hw/loongarch/Kconfig | 1 + hw/loongarch/acpi-build.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/hw/loongarch/Kco