qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Qemu-Xen-vTPM: enable Xen stubdom vTPM for HVM virtual machine
@ 2014-11-02  6:39 Quan Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Quan Xu @ 2014-11-02  6:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Quan Xu, stefano.stabellini, armbru, lcapitulino, aliguori,
	pbonzini, xen-devel

This patch series are only the Qemu part to enable Xen stubdom vTPM for HVM virtual 
machine. it will work w/ Xen patch series and seaBios patch series.

..
Build it with --enable-tpm and --enable-xen options and link with Xen, or change 
QEMU_STUBDOM_VTPM compile option from 'n' to 'y' in <Xen>/Config.mk, when the Qemu/
SeaBios patch series are merged.

..
Run Xen virtual mahcine with below QEMU command line options:
  "-tpmdev xenstubdoms,id=xenvtpm0 -device tpm-tis,tpmdev=xenvtpm0" 

or Xen xl tool adds this options when virtual machine cfg includes:

  ** 
  vtpm=["backend=vtpmN"]
  **

..
qemu-system-* --tpmdev help
Supported TPM types (choose only one):
 passthrough   Passthrough TPM backend driver
 xenstubdoms   Xenstubdoms TPM backend driver



Signed-off-by: Quan Xu <quan.xu@intel.com>

 configure                    |  13 ++++
 hmp.c                        |   7 ++
 hw/tpm/Makefile.objs         |   1 +
 hw/tpm/tpm_xenstubdoms.c     | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/xen/Makefile.objs         |   1 +
 hw/xen/xen_backend.c         | 181 ++++++++++++++++++++++++++++++++++++++++++++++-
 hw/xen/xen_stubdom_vtpm.c    | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/hw/xen/xen_backend.h |  11 +++
 include/hw/xen/xen_common.h  |   7 ++
 qapi-schema.json             |  17 ++++-
 qemu-options.hx              |  13 +++-
 tpm.c                        |   7 +-
 vl.c                         |  16 +++--
 xen-hvm.c                    |  13 ++++
 14 files changed, 835 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [Qemu-devel] [PATCH 0/4] Qemu-Xen-vTPM: enable Xen stubdom vTPM for HVM virtual machine
@ 2014-11-03  3:47 Quan Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Quan Xu @ 2014-11-03  3:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: Quan Xu, stefano.stabellini, armbru, lcapitulino, aliguori,
	pbonzini, xen-devel

This patch series are only the Qemu part to enable Xen stubdom vTPM for HVM virtual 
machine. it will work w/ Xen patch series and seaBios patch series.

Signed-off-by: Quan Xu <quan.xu@intel.com>

..
Build it with --enable-tpm and --enable-xen options and link with Xen, or change 
QEMU_STUBDOM_VTPM compile option from 'n' to 'y' in <Xen>/Config.mk, when the Qemu/
SeaBios patch series are merged.

..
Run Xen virtual mahcine with below QEMU command line options:
  "-tpmdev xenstubdoms,id=xenvtpm0 -device tpm-tis,tpmdev=xenvtpm0" 

or Xen xl tool adds this options when virtual machine cfg includes:

  ** 
  vtpm=["backend=vtpmN"]
  **

..
qemu-system-* --tpmdev help
Supported TPM types (choose only one):
 passthrough   Passthrough TPM backend driver
 xenstubdoms   Xenstubdoms TPM backend driver

 configure                    |  13 ++++
 hmp.c                        |   7 ++
 hw/tpm/Makefile.objs         |   1 +
 hw/tpm/tpm_xenstubdoms.c     | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/xen/Makefile.objs         |   1 +
 hw/xen/xen_backend.c         | 181 ++++++++++++++++++++++++++++++++++++++++++++++-
 hw/xen/xen_stubdom_vtpm.c    | 323 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/hw/xen/xen_backend.h |  11 +++
 include/hw/xen/xen_common.h  |   7 ++
 qapi-schema.json             |  17 ++++-
 qemu-options.hx              |  13 +++-
 tpm.c                        |   7 +-
 vl.c                         |  16 +++--
 xen-hvm.c                    |  13 ++++
 14 files changed, 835 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-03  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02  6:39 [Qemu-devel] [PATCH 0/4] Qemu-Xen-vTPM: enable Xen stubdom vTPM for HVM virtual machine Quan Xu
  -- strict thread matches above, loose matches on Subject: below --
2014-11-03  3:47 Quan Xu

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).