[PULL v2 0/1] Merge tpm 2020/05/08 v2

Stefan Berger posted 1 patch 4 years ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200508204716.1279160-1-stefanb@linux.vnet.ibm.com
Maintainers: Stefan Berger <stefanb@linux.ibm.com>
hw/tpm/tpm_tis_common.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PULL v2 0/1] Merge tpm 2020/05/08 v2
Posted by Stefan Berger 4 years ago
This PR submits a fix that changes improperly used 'FALSE' to 'false'.

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 441adbb4540423c90e4628a3c553e61d38445d73:

  hw/tpm: fix usage of bool in tpm-tis.c (2020-05-08 16:40:45 -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(-)

-- 
2.24.1


Re: [PULL v2 0/1] Merge tpm 2020/05/08 v2
Posted by Peter Maydell 3 years, 12 months ago
On Fri, 8 May 2020 at 21:47, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
>
> This PR submits a fix that changes improperly used 'FALSE' to 'false'.
>
> 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 441adbb4540423c90e4628a3c553e61d38445d73:
>
>   hw/tpm: fix usage of bool in tpm-tis.c (2020-05-08 16:40:45 -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(-)

Hi; the commit in this pull request is missing your signed-off-by
as the submaintainer; could you fix that and resend it, please?

thanks
-- PMM