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, marcandre.lureau@redhat.com,
	Stefan Berger <stefanb@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PULL v2 0/2] Merge tpm 2018/02/21 v2
Date: Tue, 27 Feb 2018 09:07:03 -0500	[thread overview]
Message-ID: <1519740425-11270-1-git-send-email-stefanb@linux.vnet.ibm.com> (raw)

This patch series adds a test case for the TPM TIS interface.

   Stefan

Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180220-pull-request' into staging (2018-02-20 14:05:00 +0000)

are available in the git repository at:

  git://github.com/stefanberger/qemu-tpm.git tags/pull-tpm-2018-02-21-2

for you to fetch changes up to adb0e917e6ee93631e40265ca145bc31cd3b6c9a:

  tests: add test for TPM TIS device (2018-02-21 07:24:50 -0500)

----------------------------------------------------------------
Merge tpm 2018/02/21 v2

----------------------------------------------------------------
Stefan Berger (2):
      tests: Move common TPM test code into tpm-emu.c
      tests: add test for TPM TIS device

 MAINTAINERS            |   1 +
 hw/tpm/tpm_tis.c       | 101 -----------------
 include/hw/acpi/tpm.h  | 105 ++++++++++++++++++
 tests/Makefile.include |   4 +-
 tests/tpm-crb-test.c   | 174 +----------------------------
 tests/tpm-emu.c        | 174 +++++++++++++++++++++++++++++
 tests/tpm-emu.h        |  38 +++++++
 tests/tpm-tis-test.c   | 486 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 810 insertions(+), 273 deletions(-)
 create mode 100644 tests/tpm-emu.c
 create mode 100644 tests/tpm-emu.h
 create mode 100644 tests/tpm-tis-test.c

-- 
2.5.5

             reply	other threads:[~2018-02-27 14:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-27 14:07 Stefan Berger [this message]
2018-02-27 14:07 ` [Qemu-devel] [PULL v2 1/2] tests: Move common TPM test code into tpm-emu.c Stefan Berger
2018-02-27 14:07 ` [Qemu-devel] [PULL v2 2/2] tests: add test for TPM TIS device Stefan Berger
2018-03-01 11:50 ` [Qemu-devel] [PULL v2 0/2] Merge tpm 2018/02/21 v2 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=1519740425-11270-1-git-send-email-stefanb@linux.vnet.ibm.com \
    --to=stefanb@linux.vnet.ibm.com \
    --cc=marcandre.lureau@redhat.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).