qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Marc-André Lureau" <marcandre.lureau@redhat.com>
To: qemu-devel@nongnu.org
Cc: stefanb@linux.vnet.ibm.com,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: [Qemu-devel] [PATCH v4 0/5] tpm: CRB device and cleanups
Date: Mon, 29 Jan 2018 19:33:02 +0100	[thread overview]
Message-ID: <20180129183307.19689-1-marcandre.lureau@redhat.com> (raw)

This series fixes alignment issues, cleans up a bit the TPM IO thread
handling, allows to report backend error to hw/frontend, and
implements the CRB device.

It is a resend of '[PATCH v2 0/5] tpm: CRB device and cleanups', '[PATCH
v3] tpm: add CRB device', and '[PATCH] tpm: fix alignment issues'
combined on top of master to ease maintainer work.

Marc-André Lureau (5):
  tpm: fix alignment issues
  tpm: lookup cancel path under tpm device class
  tpm: replace GThreadPool with AIO threadpool
  tpm: report backend request error
  tpm: add CRB device

 qapi/tpm.json                      |   5 +-
 hw/tpm/tpm_util.h                  |  17 ++-
 include/hw/acpi/tpm.h              |  51 +++++++
 include/sysemu/tpm.h               |   5 +-
 include/sysemu/tpm_backend.h       |  15 +-
 backends/tpm.c                     |  59 ++++----
 hw/i386/acpi-build.c               |  34 ++++-
 hw/tpm/tpm_crb.c                   | 303 +++++++++++++++++++++++++++++++++++++
 hw/tpm/tpm_emulator.c              |  35 ++---
 hw/tpm/tpm_passthrough.c           |  71 +++++----
 hw/tpm/tpm_tis.c                   |   3 +-
 hw/tpm/tpm_util.c                  |  75 +++++----
 tests/tpm-crb-test.c               | 275 +++++++++++++++++++++++++++++++++
 default-configs/i386-softmmu.mak   |   1 +
 default-configs/x86_64-softmmu.mak |   1 +
 hw/tpm/Makefile.objs               |   1 +
 tests/Makefile.include             |   2 +
 17 files changed, 815 insertions(+), 138 deletions(-)
 create mode 100644 hw/tpm/tpm_crb.c
 create mode 100644 tests/tpm-crb-test.c

-- 
2.16.0.rc1.1.gef27df75a1

             reply	other threads:[~2018-01-29 18:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-29 18:33 Marc-André Lureau [this message]
2018-01-29 18:33 ` [Qemu-devel] [PATCH v4 1/5] tpm: fix alignment issues Marc-André Lureau
2018-01-29 19:19   ` Stefan Berger
2018-01-29 18:33 ` [Qemu-devel] [PATCH v4 2/5] tpm: lookup cancel path under tpm device class Marc-André Lureau
2018-01-29 18:33 ` [Qemu-devel] [PATCH v4 3/5] tpm: replace GThreadPool with AIO threadpool Marc-André Lureau
2018-01-29 18:33 ` [Qemu-devel] [PATCH v4 4/5] tpm: report backend request error Marc-André Lureau
2018-01-29 18:33 ` [Qemu-devel] [PATCH v4 5/5] tpm: add CRB device Marc-André Lureau
2018-01-31 15:01   ` Markus Armbruster

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=20180129183307.19689-1-marcandre.lureau@redhat.com \
    --to=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanb@linux.vnet.ibm.com \
    /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).