|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 10/12] VTPM mini-os: vtpm-stubdom
This patch adds the vtpm-stubdom mini-os domain to the stubdom directory.
To build it:
cd stubdom
make vtpm-stubdom
It uses the berlios tpm_emulator version 0.6.1 as a base and the
paravirtualized tpm drivers to communicate with the guest and the vtpm
manager domain.
An examples directory was added to studom/vtpm with 2 example config
files to show how to use the vtpm domain.
The vtpm can use either vtpm_managerd running as a process in dom0 or
vtpmmgrdom running as its own domain. You must change the backend
parameter for the vtpm= entry in the vtpm config file to point to either
dom0 or vtpmmgrdom. You must also give each vtpm a unique uuid.
When using vtpm-stubdom with vtpm_managerd in dom0, vtpm_managerd must
be built and installed in stubdom mode. To do this:
cd tools/vtpm_manager
vi Rules.mk
Uncomment the line that says:
CFLAGS += -DVTPM_STUBDOM
make clean and then make && make install
Further more complete documentation will be forthcoming
Signed off by: Matthew Fioravante <matthew.fioravante@xxxxxxxxxx>
10-vtpm-stubdom.patch
Description: Text Data
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH 10/12] VTPM mini-os: vtpm-stubdom,
Matthew Fioravante <=
|
|
|
|
|