On 6/18/22 20:32, Cole Robinson wrote: > This fixes tpm-tis usage for armv7l and riscv arches, and then > switches qemu tpm validation to use domcaps as the source of truth > > Cole Robinson (4): > qemu: validate: Drop tpm-tis arch validation > qemu: command: Use correct tpm device for all non-x86 > tests: mock swtpm initialization for all qemu tests > qemu: validate: use domcaps for tpm validation > > src/qemu/qemu_command.c | 2 +- > src/qemu/qemu_validate.c | 77 +++++++++------------------------------- > tests/domaincapstest.c | 7 ---- > tests/testutilsqemu.c | 8 +++++ > 4 files changed, 26 insertions(+), 68 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal