Displaying 20 results from an estimated 30000 matches similar to: "[PATCH] Fix for vTPM backend"
2006 Aug 21
1
[PATCH][vTPM] 3/3: TPM device model for qemu dm
This patch adds a TPM device model to the qemu dm for fully virtualized
VMs. It is enabled in the VM only if the user requests a TPM device in
the vm configuration file using the ''vtpm=[...]'' line. It enables the
qemu device model command line with a ''vtpm_instance <instance number>''
parameter.
Signed-off-by: David Safford <safford@watson.ibm.com>
2006 May 18
0
[PATCH] [vTPM] Update for switch to 2.6.16-rc4 or later
This patch should be applied the source tree once the 2.6.16-rc4 or
2.6.17 or a later kernel is used. I am sending it now in order not to
break the build when switching.
I am updating tpm.c and tpm.h to follow the changes in mainline. As a
result of the patch, all changes to these two files (when compared to
mainline) are surrounded by #ifdef CONFIG_XEN.
Since now the chip structure is returned
2006 Sep 05
0
[PATCH][vTPM][XM-TEST] echo command string break-up fix
When redirecting the output of the echo command using ''>'' on bash, the
output seems to be broken up into multiple write()s (depending on the
version of busybox?). Unfortunately /dev/tpm0 needs to have the complete
command written to in one chunk. The work-around ''echo <string> > file ;
cat file > /dev/tpm0'' seems to get around this problem.
The
2005 Aug 17
1
[PATCH] vTPM support for XEN - Part 1
Attached is the patch that provides additions to include files,
particularly to support the control messages for the TPM front- and
backend drivers.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Stefan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Oct 06
0
[PATCH] Remove variable buffer size and partial reads from tpm.c
I am removing the experimental feature that allows buffer sizes for
transfers from TPMs larger than 2kb. This could become useful if a vTPM
is located in its owns domain and needs to be serialized for suspension
or migration and the packet size becomes bigger than the current limit.
Partial reads were supposed to complement this feature for applications
to know how many bytes to read from
2006 Oct 24
0
[PATCH] [HVM] [TPM] [3/3] TIS device model for Qemu
This patch adds a TIS device model compliant to the 1.2 TPM
specification to Qemu. It implements all registers necessary to make the
Linux TIS driver work (tpm_tis.c).
All of the basic registers supported by this type of device are
implemented. Also the locality selection has been implemented, but has
not been tested. The legacy registers as described in the specification
are not supported.
2007 Feb 02
0
[PATCH] [Xm-TEST] Fix XAPI test case 02
This fixes the xapi test case 02 with those parts that currently do not
work disabled with ''if 0:''
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Index: root/xen-unstable.hg/tools/xm-test/tests/xapi/02_xapi-vbd_basic.py
===================================================================
---
root.orig/xen-unstable.hg/tools/xm-test/tests/xapi/02_xapi-vbd_basic.py
+++
2012 Nov 08
0
Documenting vtpm
I''d like to write some documentation for vtpm as a whole but wanted to ask what your preference is on where it gets located and how its formatted.
Right now the old vtpm uses docs/misc/vtpm.txt. I can just update this file or do something else.
Here are my current suggestions:
READMEs in stubdom/vtpm and stubdom/vtpmmgr explaining their command line arguments and specifics.
2012 Sep 21
1
PATCH [base vtpm and libxl patches 3/6] Fix bugs in vtpm hotplug scripts
This patch fixes IO deadlocks in the vtpm hotplug scripts.
Signed off by: Matthew Fioravante matthew.fioravante@jhuapl.edu
---
Changed since previous:
* rebased off of latest xen stable
* replaced instances of gawk with awk
diff --git a/tools/hotplug/Linux/vtpm b/tools/hotplug/Linux/vtpm
--- a/tools/hotplug/Linux/vtpm
+++ b/tools/hotplug/Linux/vtpm
@@ -1,22 +1,18 @@
#!/bin/bash
+export
2010 Aug 25
0
[PATCH 0/7] vtpm Mini-Os domain and vTPM stability fixes
The following are a set of patches to run the berlios tpm emulator
0.6.1 in a mini-os domain, called vtpm-stubdom. Documentation on how to
use this domain is located at stubdom/vtpm/README.
The following are a series of patches that enable this domain and also
add significant stability improvements to the entire vTPM subsystem,
including the original method of using vtpmd as a process.
2007 Feb 28
4
[PATCH] [Xm-Test] A test case doing local migration 3 times in a loop
The following test case does local migration 3 times in a loop. I
currently see the following error output on x86-64 (only!) inside the
guest (change debugMe in line 68 of xm-test/lib/XmTestLib/Console.py to
True):
@%@%> XENBUS error -12 while reading message
XENBUS error -12 while reading message
XENBUS unexpected type [1325400064], expected [4]
XENBUS error -12 while reading message
XENBUS
2013 May 24
1
how to build vTPM with xen 4.3?
hi,
I am an engineer of Intel , on cloud and virtalization. thanks for you great updates of vTPM.Could you share your experience on how to build vTPM
with xen 4.3? I failed to boot up 2.6.18.8 kernel which is from
# make linux-2.6-xen-build
# make linux-2.6-xen-install
I want to integerate vTPM to OpenAttestation.OpenAttestation project is
2008 Jul 30
2
[PATCH] [XM] Enable a bootloader when using XM via Xen-API
This enables the usage of a bootloader, i.e., pygrub, when starting a
domain using xm in Xen-API mode.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2014 Sep 23
1
vTPM manager for Xen
Hello everyone,
I am sorry for interrupting your work I am following the
correspondence in silence.
I am trying to build a vtpm implementation into xen 6.2 but
I was not able to find all the means to do it.
What can be found is just abstract knowledge. Most of the
info always forwards me to this doc
2007 May 05
3
[PATCH] [Xen-API] Patch for fixing the rtc/timeoffset entry
This patch rewrites the rtc/timeoffset entry so the VM''s record can be
retrieved with the Java xmlrpc library. If the entry is ''None'' it upsets
the xmlrpc parser. This fixes it, though maybe there''s a better place in
xend to place similar code.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
_______________________________________________
Xen-devel
2012 Oct 01
7
[PATCH] Matthew Fioravante now maintains VTPM
See MAINTAINERS file
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
diff --git a/MAINTAINERS b/MAINTAINERS
index 094fe9e..f562efa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -261,6 +261,21 @@ S: Supported
F: tools/xentrace/
F: xen/common/trace.c
+VTPM
+M: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
+S: Supported
+F: tools/vtpm
+F:
2013 Sep 24
4
Problems with vTPM manager
Hi,
I am following http://xenbits.xen.org/docs/unstable/misc/vtpm.txt, but
I''m having some problems when I try to start vtpmmgr-stubdom
I''m using Xen 4.3 on Ubuntu 12.04 and I have a physical TPM.
The config file for vTPM manager is:
kernel="/usr/local/lib/xen/boot/vtpmmgr-stubdom.gz"
memory=16
disk=["file:/var/vtpmmgr-stubdom.img,hda,w"]
2018 Sep 05
1
vtpm support in the rpms ?
Hi!
Trying to enable vtpm in a Centos7 XEN installation
and can find very little of the needed stuff.
Is vtpm enabled in the SIG rpms?
Best
Dag
2009 Sep 07
0
[TPM, vTPM] Persistence of data on VM?
Hi,
In advance, sorry, I am not sure if it''s the right mailing list to ask that,
but as my question is half-way between Xen and trousers, I thought asking in
both mailing lists would not be too much....
I am currently having a little problem finding out how to make work my
seal/unseal things...
Running a Debian Lenny on top of Xen 3.5 unstable. with vtpm management
enabled on my
2013 May 23
0
Where to get the vTPM code that can be used in the Dom0 linux 3.9.1
Hi,
I''d like to install the vTPM in Xen-4.2.2. But, I cannot find the backed
driver in the Dom0 kernel. So how to get the latest one and install the
driver?
And, I also would like to know what''s recommended version of Dom0 and Xen
to run the vTPM?
Thank you very much.
--
Best Regards,
Bei Guan
_______________________________________________
Xen-users mailing list