[Qemu-devel] [PULL v1 0/1] Merge tpm 2019/07/08 v1

Stefan Berger posted 1 patch 4 years, 9 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test s390x passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190708163610.513479-1-stefanb@linux.vnet.ibm.com
Maintainers: Stefan Berger <stefanb@linux.ibm.com>
hw/tpm/Makefile.objs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL v1 0/1] Merge tpm 2019/07/08 v1
Posted by Stefan Berger 4 years, 9 months ago
The following changes since commit 506179e42112be77bfd071f050b15762d3b2cd43:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into staging (2019-07-02 18:56:44 +0100)

are available in the Git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2019-07-08-1

for you to fetch changes up to 2bb086f779e079851dd2fd5edb87864893278fb6:

  hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built (2019-07-08 10:04:38 -0400)

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built

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

-- 
2.20.1


Re: [Qemu-devel] [PULL v1 0/1] Merge tpm 2019/07/08 v1
Posted by Peter Maydell 4 years, 9 months ago
On Mon, 8 Jul 2019 at 17:36, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
>
> The following changes since commit 506179e42112be77bfd071f050b15762d3b2cd43:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into staging (2019-07-02 18:56:44 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2019-07-08-1
>
> for you to fetch changes up to 2bb086f779e079851dd2fd5edb87864893278fb6:
>
>   hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built (2019-07-08 10:04:38 -0400)
>
> ----------------------------------------------------------------
> Philippe Mathieu-Daudé (1):
>       hw/tpm: Only build tpm_ppi.o if any of TPM_TIS/TPM_CRB is built
>
>  hw/tpm/Makefile.objs | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)


Applied, thanks.

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

-- PMM