All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christopher Clark <christopher.w.clark@gmail.com>
To: Kurt Bodiker <kurt.bodiker@braintrust-us.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [PATCH v3 7/8] xen: TPM Emulator for Xen stubdoms
Date: Thu, 26 Apr 2018 15:10:13 -0700	[thread overview]
Message-ID: <CACMJ4GbjW07A7sZPyM4L2hpiF8zBVAvo7AyKKD-POp+_cy8okg@mail.gmail.com> (raw)
In-Reply-To: <7d801cebe77874e9083de05626174ccd7db8f694.1524769930.git.kurt.bodiker@braintrust-us.com>

[-- Attachment #1: Type: text/plain, Size: 2372 bytes --]

On Thu, Apr 26, 2018 at 1:15 PM, Kurt Bodiker <
kurt.bodiker@braintrust-us.com> wrote:

> TPM Emulator is a software-based TPM and MTM emulator. This TPM Emulator
> recipe creates a static library that is cross-compiled against MiniOS,
> Xen, LWIP, Newlib, PolarSSL, and the stubdom-specific GMP headers and
> subsequently used during the cross-compilation and linking of the Xen
> vTPM and vTPM Manager stubdomains.
>
> The current Xen source code is hardcoded to fetch a specific version of
> this package. The patch files originate from the Xen/stubdom source
> tree. This recipe provides the flexibility to change version or modify
> the patches.
>
> Signed-off-by: Kurt Bodiker <kurt.bodiker@braintrust-us.com>
> ---
> Changes in v3:
>  - none
> Changes in v2:
>  - patches formatted to striplevel=1
> ---
>  recipes-extended/xen/files/tpmemu-0.7.4.patch      |  12 ++
>  recipes-extended/xen/files/vtpm-bufsize.patch      |  13 ++
>  recipes-extended/xen/files/vtpm-cmake-Wextra.patch |  21 +++
>  .../xen/files/vtpm-deepquote-anyloc.patch          | 127 +++++++++++++
>  recipes-extended/xen/files/vtpm-deepquote.patch    | 187
> ++++++++++++++++++++
>  .../xen/files/vtpm-implicit-fallthrough.patch      |  10 ++
>  recipes-extended/xen/files/vtpm-locality.patch     |  50 ++++++
>  .../xen/files/vtpm-parent-sign-ek.patch            | 196
> +++++++++++++++++++++
>  recipes-extended/xen/tpm-emulator.inc              |  37 ++++
>  recipes-extended/xen/tpm-emulator_0.7.4.bb         |  26 +++
>  10 files changed, 679 insertions(+)
>  create mode 100644 recipes-extended/xen/files/tpmemu-0.7.4.patch
>  create mode 100644 recipes-extended/xen/files/vtpm-bufsize.patch
>  create mode 100644 recipes-extended/xen/files/vtpm-cmake-Wextra.patch
>  create mode 100644 recipes-extended/xen/files/vtpm-deepquote-anyloc.patch
>  create mode 100644 recipes-extended/xen/files/vtpm-deepquote.patch
>  create mode 100644 recipes-extended/xen/files/vtpm-implicit-fallthrough.
> patch
>  create mode 100644 recipes-extended/xen/files/vtpm-locality.patch
>  create mode 100644 recipes-extended/xen/files/vtpm-parent-sign-ek.patch
>  create mode 100644 recipes-extended/xen/tpm-emulator.inc
>  create mode 100644 recipes-extended/xen/tpm-emulator_0.7.4.bb
>
>
Seeing whitespace damage in vtpm-locality.patch on: tpm/tpm_emulator.h

[-- Attachment #2: Type: text/html, Size: 3174 bytes --]

  reply	other threads:[~2018-04-26 22:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-26 20:15 [PATCH v3 0/8] xen: Xen vTPM stubdomains Kurt Bodiker
2018-04-26 20:15 ` [PATCH v3 1/8] xen: Define standard values needed to build stubdomains Kurt Bodiker
2018-04-26 20:15 ` [PATCH v3 2/8] xen: LWIP source code with patches applied for stubdoms Kurt Bodiker
2018-04-26 20:15 ` [PATCH v3 3/8] xen: Mini-OS source code with make links target applied Kurt Bodiker
2018-04-26 22:03   ` Christopher Clark
2018-04-26 20:15 ` [PATCH v3 4/8] xen: Newlib recipe and patches for Xen stubdoms Kurt Bodiker
2018-04-26 22:08   ` Christopher Clark
2018-04-26 20:15 ` [PATCH v3 5/8] xen: PolarSSL " Kurt Bodiker
2018-04-26 20:15 ` [PATCH v3 6/8] xen: GMP recipe " Kurt Bodiker
2018-04-26 20:15 ` [PATCH v3 7/8] xen: TPM Emulator " Kurt Bodiker
2018-04-26 22:10   ` Christopher Clark [this message]
2018-04-26 20:15 ` [PATCH v3 8/8] xen: vTPM and vTPM Manager stubdoms Kurt Bodiker

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=CACMJ4GbjW07A7sZPyM4L2hpiF8zBVAvo7AyKKD-POp+_cy8okg@mail.gmail.com \
    --to=christopher.w.clark@gmail.com \
    --cc=kurt.bodiker@braintrust-us.com \
    --cc=meta-virtualization@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.