mbox

[PULL,v3,0/1] Merge tpm 2020/05/08 v3

Message ID 20200512155505.1703590-1-stefanb@linux.vnet.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-05-08-1

Message

Stefan Berger May 12, 2020, 3:55 p.m. UTC
This PR submits a fix that changes improperly used 'FALSE' to 'false'.

   Stefan

The following changes since commit c88f1ffc19e38008a1c33ae039482a860aa7418c:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2020-05-08 14:29:18 +0100)

are available in the Git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-05-08-1

for you to fetch changes up to aadad398e7dc21fe177278498c1be31b8c7d5078:

  hw/tpm: fix usage of bool in tpm-tis.c (2020-05-12 11:47:24 -0400)

----------------------------------------------------------------
Jafar Abdi (1):
      hw/tpm: fix usage of bool in tpm-tis.c

 hw/tpm/tpm_tis_common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell May 12, 2020, 6:27 p.m. UTC | #1
On Tue, 12 May 2020 at 16:55, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
>
> This PR submits a fix that changes improperly used 'FALSE' to 'false'.
>
>    Stefan
>
> The following changes since commit c88f1ffc19e38008a1c33ae039482a860aa7418c:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2020-05-08 14:29:18 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2020-05-08-1
>
> for you to fetch changes up to aadad398e7dc21fe177278498c1be31b8c7d5078:
>
>   hw/tpm: fix usage of bool in tpm-tis.c (2020-05-12 11:47:24 -0400)
>
> ----------------------------------------------------------------
> Jafar Abdi (1):
>       hw/tpm: fix usage of bool in tpm-tis.c


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM