qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/2] tpm: use loop iterator to set sts data fiel


From: Stefan Berger
Subject: Re: [Qemu-devel] [PATCH 2/2] tpm: use loop iterator to set sts data field
Date: Tue, 6 Nov 2018 09:28:27 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

On 11/6/18 3:13 AM, Marc-André Lureau wrote:
Hi

On Tue, Nov 6, 2018 at 9:24 AM P J P <address@hidden> wrote:
From: Prasad J Pandit <address@hidden>

When TIS request is done, set 'sts' data field across all localities.
The code certainly meant to set the field across all localities.
However I don't see in the "TCG PC Client Specific TPM Interface
Specification (TIS)" where it states that the field should be set
across all localities. Could you quote the relevant part?

I don't see it explicitly mentioned but would interpret it as being a flag across all localities.


    Stefan



thanks

Signed-off-by: Prasad J Pandit <address@hidden>
---
  hw/tpm/tpm_tis.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/tpm/tpm_tis.c b/hw/tpm/tpm_tis.c
index 20126dd838..58d90645bc 100644
--- a/hw/tpm/tpm_tis.c
+++ b/hw/tpm/tpm_tis.c
@@ -299,7 +299,7 @@ static void tpm_tis_request_completed(TPMIf *ti, int ret)

      if (s->cmd.selftest_done) {
          for (l = 0; l < TPM_TIS_NUM_LOCALITIES; l++) {
-            s->loc[locty].sts |= TPM_TIS_STS_SELFTEST_DONE;
+            s->loc[l].sts |= TPM_TIS_STS_SELFTEST_DONE;
          }
      }

--
2.17.2







reply via email to

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