[Qemu-devel] [PULL 0/4] Merge tpm 2018/02/03

Stefan Berger posted 4 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1517666981-9339-1-git-send-email-stefanb@linux.vnet.ibm.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
MAINTAINERS       |  1 +
hw/tpm/tpm_crb.c  | 48 ++++++++++++++++++++++++++++--------------------
hw/tpm/tpm_tis.c  |  7 +------
hw/tpm/tpm_util.c |  6 +++---
hw/tpm/tpm_util.h | 15 +++++++++++++++
5 files changed, 48 insertions(+), 29 deletions(-)
[Qemu-devel] [PULL 0/4] Merge tpm 2018/02/03
Posted by Stefan Berger 6 years, 2 months ago
The following patches do some cleanups and fix the resetting of the TPM
CRB device and add my tpm-next git tree reference to MAINTAINERS.

The following changes since commit e486b528229ed4ed5dfdac790c8152bfb2a265c9:

  Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into staging (2018-02-02 10:57:50 +0000)

are available in the git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-02-03-1

for you to fetch changes up to 3bd9e16149de3965a9880a20826a28b7b94bd4a7:

  tpm: tis: move one-line function into caller (2018-02-03 09:01:56 -0500)

----------------------------------------------------------------
Merge tpm 2018/02/03 v1

----------------------------------------------------------------
Stefan Berger (4):
      tpm: Split off tpm_crb_reset function
      tpm: wrap stX_be_p in tpm_cmd_set_XYZ functions
      MAINTAINERS: add pointer to tpm-next repository
      tpm: tis: move one-line function into caller

 MAINTAINERS       |  1 +
 hw/tpm/tpm_crb.c  | 48 ++++++++++++++++++++++++++++--------------------
 hw/tpm/tpm_tis.c  |  7 +------
 hw/tpm/tpm_util.c |  6 +++---
 hw/tpm/tpm_util.h | 15 +++++++++++++++
 5 files changed, 48 insertions(+), 29 deletions(-)

-- 
2.5.5


Re: [Qemu-devel] [PULL 0/4] Merge tpm 2018/02/03
Posted by Peter Maydell 6 years, 2 months ago
On 3 February 2018 at 14:09, Stefan Berger <stefanb@linux.vnet.ibm.com> wrote:
> The following patches do some cleanups and fix the resetting of the TPM
> CRB device and add my tpm-next git tree reference to MAINTAINERS.
>
> The following changes since commit e486b528229ed4ed5dfdac790c8152bfb2a265c9:
>
>   Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into staging (2018-02-02 10:57:50 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-02-03-1
>
> for you to fetch changes up to 3bd9e16149de3965a9880a20826a28b7b94bd4a7:
>
>   tpm: tis: move one-line function into caller (2018-02-03 09:01:56 -0500)
>
> ----------------------------------------------------------------
> Merge tpm 2018/02/03 v1
>
> ----------------------------------------------------------------
> Stefan Berger (4):
>       tpm: Split off tpm_crb_reset function
>       tpm: wrap stX_be_p in tpm_cmd_set_XYZ functions
>       MAINTAINERS: add pointer to tpm-next repository
>       tpm: tis: move one-line function into caller

Applied, thanks.

-- PMM