qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v6 8/8] tpm: Added support for TPM emulator
Date: Tue, 18 Jul 2017 09:40:57 -0400	[thread overview]
Message-ID: <d3a45e88-3c10-3b45-a0c1-325f59a73f36@linux.vnet.ibm.com> (raw)
In-Reply-To: <CAJ+F1C+MYV+GLpGD0RZJ9gWXchfcbjrbDHQ5OsxuZ6W=chzBEw@mail.gmail.com>

On 07/18/2017 08:08 AM, Marc-André Lureau wrote:
> Hi
>
> On Tue, Jul 18, 2017 at 1:49 AM, Amarnath Valluri
> <amarnath.valluri@intel.com> wrote:
>> This change introduces a new TPM backend driver that can communicate with
>> swtpm(software TPM emulator) using unix domain socket interface.
>>
>> Swtpm uses two unix sockets, one for plain TPM commands and responses, and one
>> for out-of-band control messages.
>>
>> The swtpm and associated tools can be found here:
>>      https://github.com/stefanberger/swtpm
>>
>> The swtpm's control channel protocol specification can be found here:
>>      https://github.com/stefanberger/swtpm/wiki/Control-Channel-Specification
> I am afraid this isn't enough yet.


I'll put a pointer to this here on that page so that content isn't 
replicated multiple times.

https://github.com/stefanberger/swtpm/blob/master/man/man3/swtpm_ioctls.pod

    Stefan

  reply	other threads:[~2017-07-18 13:41 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18  8:48 [Qemu-devel] [PATCH v6 0/8] Provide support for the software TPM emulator Amarnath Valluri
2017-07-18  8:49 ` [Qemu-devel] [PATCH v6 1/8] tpm-backend: Remove unneeded member variable from backend class Amarnath Valluri
2017-07-18  8:49 ` [Qemu-devel] [PATCH v6 2/8] tpm-backend: Move thread handling inside TPMBackend Amarnath Valluri
2017-07-18  8:49 ` [Qemu-devel] [PATCH v6 3/8] tpm-backend: Initialize and free data members in it's own methods Amarnath Valluri
2017-07-18  8:49 ` [Qemu-devel] [PATCH v6 4/8] tpm-backend: Made few interface methods optional Amarnath Valluri
2017-07-18 10:15   ` Marc-André Lureau
2017-07-22  4:32     ` Amarnath Valluri
2017-07-18  8:49 ` [Qemu-devel] [PATCH v6 5/8] tmp backend: Add new api to read backend TpmInfo Amarnath Valluri
2017-07-18 10:39   ` Marc-André Lureau
2017-07-18 14:28     ` Eric Blake
2017-07-22  4:30       ` Amarnath Valluri
2017-07-18  8:49 ` [Qemu-devel] [PATCH v6 6/8] tpm-backend: Move realloc_buffer() implementation to tpm-tis model Amarnath Valluri
2017-07-18 10:50   ` Marc-André Lureau
2017-07-18  8:49 ` [Qemu-devel] [PATCH v6 7/8] tpm-passthrough: move reusable code to utils Amarnath Valluri
2017-07-18 11:17   ` Marc-André Lureau
2017-07-18  8:49 ` [Qemu-devel] [PATCH v6 8/8] tpm: Added support for TPM emulator Amarnath Valluri
2017-07-18 12:08   ` Marc-André Lureau
2017-07-18 13:40     ` Stefan Berger [this message]
2017-07-22  4:52     ` Amarnath Valluri
2017-07-18 14:39   ` Stefan Berger
2017-07-20 14:42     ` Valluri, Amarnath
2017-07-18 15:05   ` Stefan Berger
2017-07-26  0:18   ` Stefan Berger
2017-07-26  3:49     ` Amarnath Valluri
2017-07-26 14:54       ` Dr. David Alan Gilbert
2017-07-18  8:59 ` [Qemu-devel] [PATCH v6 0/8] Provide support for the software " no-reply

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=d3a45e88-3c10-3b45-a0c1-325f59a73f36@linux.vnet.ibm.com \
    --to=stefanb@linux.vnet.ibm.com \
    --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).