From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epL4P-0004dP-W9 for qemu-devel@nongnu.org; Fri, 23 Feb 2018 16:40:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epL4M-00062c-1R for qemu-devel@nongnu.org; Fri, 23 Feb 2018 16:39:58 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:41046) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1epL4L-00060t-OM for qemu-devel@nongnu.org; Fri, 23 Feb 2018 16:39:53 -0500 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w1NLcwla082474 for ; Fri, 23 Feb 2018 16:39:51 -0500 Received: from e16.ny.us.ibm.com (e16.ny.us.ibm.com [129.33.205.206]) by mx0a-001b2d01.pphosted.com with ESMTP id 2gaqy2f0eg-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 23 Feb 2018 16:39:51 -0500 Received: from localhost by e16.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 23 Feb 2018 16:39:50 -0500 From: Stefan Berger Date: Fri, 23 Feb 2018 16:39:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <1519421985-18185-1-git-send-email-stefanb@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL v1 0/2] Merge tpm 2018/02/21 v1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, marcandre.lureau@redhat.com, Stefan Berger This patch series adds a test case for the TPM TIS interface. Stefan The following changes since commit a6e0344fa0e09413324835ae122c4cadd7890231: 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 tpm-pull-2018-02-21 for you to fetch changes up to adb0e917e6ee93631e40265ca145bc31cd3b6c9a: tests: add test for TPM TIS device (2018-02-21 07:24:50 -0500) ---------------------------------------------------------------- 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