qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, Stefan Berger <stefanb@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PULL v1 00/10] Merge tpm 2017/12/22
Date: Fri, 22 Dec 2017 15:16:15 -0500	[thread overview]
Message-ID: <1513973785-14427-1-git-send-email-stefanb@linux.vnet.ibm.com> (raw)

The following series of patches most important parts add a caching layer
to the TPM emulator backend for reducing the number of control commands sent
to retrieve the TPMEstablished flag. They also simplify the TPM TIS internal
usage of buffers and r/w offsets in preparation for adding migration support
to the device.

    Stefan

The following changes since commit 281f327487c9c9b1599f93c589a408bbf4a651b8:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request' into staging (2017-12-22 00:11:36 +0000)

are available in the git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2017-12-22-1

for you to fetch changes up to 4a42fa0ee20b51b326f6494cb50218b52471a261:

  acpi: Update TPM2 ACPI table to more recent specs (2017-12-22 11:03:21 -0500)

----------------------------------------------------------------
Merge tpm 2017/12/22 v1

----------------------------------------------------------------
Stefan Berger (10):
      tpm_emulator: Add a caching layer for the TPM Established flag
      tpm_tis: convert uint32_t to size_t
      tpm_tis: limit size of buffer from backend
      tpm_tis: remove TPMSizeBuffer usage
      tpm_tis: move buffers from localities into common location
      tpm_tis: merge read and write buffer into single buffer
      tpm_tis: move r/w_offsets to TPMState
      tpm_tis: merge r/w_offset into rw_offset
      tpm: Implement tpm_sized_buffer_reset
      acpi: Update TPM2 ACPI table to more recent specs

 hw/i386/acpi-build.c        |  19 +++++++---
 hw/tpm/tpm_emulator.c       |  17 +++++++--
 hw/tpm/tpm_tis.c            | 130 ++++++++++++++++++++++++---------------------------------------------
 hw/tpm/tpm_util.c           |   7 ++++
 hw/tpm/tpm_util.h           |   7 ++++
 include/hw/acpi/acpi-defs.h |   7 ++--
 6 files changed, 92 insertions(+), 95 deletions(-)

-- 
2.5.5

             reply	other threads:[~2017-12-22 20:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-22 20:16 Stefan Berger [this message]
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 01/10] tpm_emulator: Add a caching layer for the TPM Established flag Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 02/10] tpm_tis: convert uint32_t to size_t Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 03/10] tpm_tis: limit size of buffer from backend Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 04/10] tpm_tis: remove TPMSizeBuffer usage Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 05/10] tpm_tis: move buffers from localities into common location Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 06/10] tpm_tis: merge read and write buffer into single buffer Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 07/10] tpm_tis: move r/w_offsets to TPMState Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 08/10] tpm_tis: merge r/w_offset into rw_offset Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 09/10] tpm: Implement tpm_sized_buffer_reset Stefan Berger
2017-12-22 20:16 ` [Qemu-devel] [PULL v1 10/10] acpi: Update TPM2 ACPI table to more recent specs Stefan Berger
2018-01-08 11:39 ` [Qemu-devel] [PULL v1 00/10] Merge tpm 2017/12/22 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1513973785-14427-1-git-send-email-stefanb@linux.vnet.ibm.com \
    --to=stefanb@linux.vnet.ibm.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).