qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 2/3] qtest: Move tpm_util_tis_transmit() into tpm-tis-util


From: Thomas Huth
Subject: Re: [PATCH v4 2/3] qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
Date: Fri, 31 Mar 2023 12:24:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 28/03/2023 19.19, Stefan Berger wrote:
To be able to remove tpm_tis_base_addr from test cases that do not really
need it move the tpm_util_tis_transmit() function into tpm-tis-utils.c and
rename it to tpm_tis_transmit().

Fix a locality parameter in a test case on the way.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Ninad Palsule <ninad@linux.ibm.com>
---
  tests/qtest/tpm-crb-swtpm-test.c        |  3 --
  tests/qtest/tpm-crb-test.c              |  3 --
  tests/qtest/tpm-tis-device-swtpm-test.c |  5 +--
  tests/qtest/tpm-tis-swtpm-test.c        |  5 +--
  tests/qtest/tpm-tis-util.c              | 47 ++++++++++++++++++++++++-
  tests/qtest/tpm-tis-util.h              |  4 +++
  tests/qtest/tpm-util.c                  | 45 -----------------------
  tests/qtest/tpm-util.h                  |  3 --
  8 files changed, 56 insertions(+), 59 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]