[PATCH 0/4] qemu: Fix tpm-tis for armv7l and riscv

Cole Robinson posted 4 patches 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1655577023.git.crobinso@redhat.com
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(-)
[PATCH 0/4] qemu: Fix tpm-tis for armv7l and riscv
Posted by Cole Robinson 1 year, 10 months ago
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(-)

-- 
2.36.1
Re: [PATCH 0/4] qemu: Fix tpm-tis for armv7l and riscv
Posted by Michal Prívozník 1 year, 10 months ago
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@redhat.com>

Michal