qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] aadad3: hw/tpm: fix usage of bool in tpm-tis.


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] aadad3: hw/tpm: fix usage of bool in tpm-tis.c
Date: Tue, 12 May 2020 11:30:33 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: aadad398e7dc21fe177278498c1be31b8c7d5078
      
https://github.com/qemu/qemu/commit/aadad398e7dc21fe177278498c1be31b8c7d5078
  Author: Jafar Abdi <address@hidden>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    M hw/tpm/tpm_tis_common.c

  Log Message:
  -----------
  hw/tpm: fix usage of bool in tpm-tis.c

Clean up wrong usage of FALSE and TRUE in places that use "bool" from stdbool.h.

FALSE and TRUE (with capital letters) are the constants defined by glib for
being used with the "gboolean" type of glib. But some parts of the code also use
TRUE and FALSE for variables that are declared as "bool" (the type from 
<stdbool.h>).

Signed-off-by: Jafar Abdi <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Stefan Berger <address@hidden>
Signed-off-by: Stefan Berger <address@hidden>


  Commit: d5c75ec500d96f1d93447f990cd5a4ef5ba27fae
      
https://github.com/qemu/qemu/commit/d5c75ec500d96f1d93447f990cd5a4ef5ba27fae
  Author: Peter Maydell <address@hidden>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    M hw/tpm/tpm_tis_common.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/stefanberger/tags/pull-tpm-2020-05-08-1' into staging

Merge tpm 2020/05/08 v3

# gpg: Signature made Tue 12 May 2020 16:50:34 BST
# gpg:                using RSA key B818B9CADF9089C2D5CEC66B75AD65802A0B4211
# gpg: Good signature from "Stefan Berger <address@hidden>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: B818 B9CA DF90 89C2 D5CE  C66B 75AD 6580 2A0B 4211

* remotes/stefanberger/tags/pull-tpm-2020-05-08-1:
  hw/tpm: fix usage of bool in tpm-tis.c

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/de2f658b6bb4...d5c75ec500d9



reply via email to

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