Re: [PATCH v2 1/4] tests: Add TPM coverage to default-models tests

2024-06-18 Thread Andrea Bolognani
On Tue, Jun 18, 2024 at 11:57:49AM GMT, lixianglai wrote: > Hi Andrea: > > We have a non-trivial amount of architecture-specific logic > > dealing with TPM, so it's good to have coverage for it. > > > > Note that two architectures currently don't have support for > > TPM devices enabled by default

Re: [PATCH v2 1/4] tests: Add TPM coverage to default-models tests

2024-06-17 Thread lixianglai
Hi Andrea: We have a non-trivial amount of architecture-specific logic dealing with TPM, so it's good to have coverage for it. Note that two architectures currently don't have support for TPM devices enabled by default in QEMU: loongarch64 and s390x. The situation might change for the former, bu

Re: [PATCH v2 1/4] tests: Add TPM coverage to default-models tests

2024-06-05 Thread Peter Krempa
On Tue, Jun 04, 2024 at 19:01:59 +0200, Andrea Bolognani wrote: > We have a non-trivial amount of architecture-specific logic > dealing with TPM, so it's good to have coverage for it. > > Note that two architectures currently don't have support for > TPM devices enabled by default in QEMU: loongar

[PATCH v2 1/4] tests: Add TPM coverage to default-models tests

2024-06-04 Thread Andrea Bolognani
We have a non-trivial amount of architecture-specific logic dealing with TPM, so it's good to have coverage for it. Note that two architectures currently don't have support for TPM devices enabled by default in QEMU: loongarch64 and s390x. The situation might change for the former, but that's unli