From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: Javier Martinez Canillas <javierm@redhat.com>,
Laszlo Ersek <lersek@redhat.com>
Cc: "Amarnath Valluri" <amarnath.valluri@intel.com>,
"qemu devel list" <qemu-devel@nongnu.org>,
"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
"Peter Jones" <pjones@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>
Subject: Re: [Qemu-devel] TPM status
Date: Thu, 29 Jun 2017 12:09:44 -0400 [thread overview]
Message-ID: <c94973c9-8f32-66d9-88a7-47d957cadab9@linux.vnet.ibm.com> (raw)
In-Reply-To: <8c6ec7dd-aaa5-272f-6f75-9440acb10f61@redhat.com>
On 06/29/2017 08:39 AM, Javier Martinez Canillas wrote:
> Hello Stefan,
>
> Thanks a lot for the summary, it's very informative. I've a question below.
>
> On 06/27/2017 06:12 PM, Stefan Berger wrote:
>
>> QEMU TPM Device
>> ===============
>>
>> = Guest-side Hardware Interface =
>>
>> The QEMU TPM emulation implements a TPM TIS hardware interface following
>> the Trusted Computing Group's specification "TCG PC Client Specific TPM
>> Interface Specification (TIS)", Specifcation Version 1.3, 21 March 2013.
>> This specification, or a later version of it, can be accessed from the
>> following URL:
>>
>> https://trustedcomputinggroup.org/pc-client-work-group-pc-client-specific-tpm-interface-specification-tis/
>>
>> The TIS interface makes a memory mapped IO region in the area 0xfed40000 -
>> 0xfed44fff available to the guest operating system.
>>
> Besides the TIS interface, the TPM2.0 spec defines a CRB (Command Response
> Buffer Interface) as described in the "TCG PC Client Platform TPM Profile
> (PTP) Specification Family 2.0, Level 00 Revision 00.43, January 26, 2015"
>
> https://trustedcomputinggroup.org/wp-content/uploads/PC-Client-Specific-Platform-TPM-Profile-for-TPM-2-0-v43-150126.pdf
>
>> = TPM backend devices =
>>
>> The TPM implementation is split into two parts. The one part is the hardware
>> interface, such as the TPM TIS interface described earlier, and the TPM backend
>> interface. The backend interfaces implement the interaction with a TPM device,
>> which may be a physical or an emulated device. The split between the front-
>> and backend devices allows a frontend to be connected with any available
>> backend. This enables the TIS interface to be used with the passthrough backend
>> or the (future) swtpm backend.
> So we will need another TPM interface that implements the CRB interface? I
No. How did you infer that ?
> have a machine with the Intel PTT TPM2.0 (firmware-based implemented in ME)
> that uses this CRB interface instead of TIS1.2 + cancel, so libvirt fails:
>
> Error starting domain: internal error: No usable sysfs TPM cancel file could be found
>
> Traceback (most recent call last):
> File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in cb_wrapper
> callback(asyncjob, *args, **kwargs)
> File "/usr/share/virt-manager/virtManager/asyncjob.py", line 124, in tmpcb
> callback(*args, **kwargs)
> File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 83, in newfn
> ret = fn(self, *args, **kwargs)
> File "/usr/share/virt-manager/virtManager/domain.py", line 1479, in startup
> self._backend.create()
> File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1039, in create
> if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
> libvirtError: internal error: No usable sysfs TPM cancel file could be found
>
> The Linux kernel exposes either a TIS or CRB interface depending on what is
> filled in the TPM2 ACPI table "Start Method" field as specified in "TCG ACPI
> Specification Family 1.2 and 2.0 Version 1.2, Revision 8 February 27, 2017"
>
> https://trustedcomputinggroup.org/wp-content/uploads/TCG_ACPIGeneralSpecification-Family-1.2-and-2.0-Ver1.2-Rev8_public-revie....pdf
>
> Best regards,
This will require a patch to libvirt. In case the host has a TPM 2 the
cancel sysfs entry does not exist and we need to pass /dev/null instead.
I'll have a look at that.
Stefan
next prev parent reply other threads:[~2017-06-29 16:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-14 13:51 [Qemu-devel] TPM status Laszlo Ersek
2017-06-14 15:00 ` Stefan Berger
2017-06-27 16:12 ` Stefan Berger
2017-06-27 16:32 ` Laszlo Ersek
2017-06-29 19:31 ` Stefan Berger
2017-07-01 20:45 ` Laszlo Ersek
2017-06-28 15:22 ` Peter Jones
2017-06-28 16:44 ` Laszlo Ersek
2017-06-28 20:57 ` Stefan Berger
2017-06-28 21:26 ` Laszlo Ersek
2017-06-29 14:07 ` Javier Martinez Canillas
2017-06-29 16:59 ` Stefan Berger
2017-06-29 12:39 ` Javier Martinez Canillas
2017-06-29 16:09 ` Stefan Berger [this message]
2017-06-29 23:12 ` Javier Martinez Canillas
2017-06-30 0:55 ` Stefan Berger
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=c94973c9-8f32-66d9-88a7-47d957cadab9@linux.vnet.ibm.com \
--to=stefanb@linux.vnet.ibm.com \
--cc=amarnath.valluri@intel.com \
--cc=dgilbert@redhat.com \
--cc=javierm@redhat.com \
--cc=lersek@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pjones@redhat.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).