From b918dce5bb2a665a34ff893a9df5392fb8ea429d Mon Sep 17 00:00:00 2001 From: Matthew Fioravante Date: Tue, 13 Nov 2012 10:47:00 +0000 Subject: tools: Remove the vtpm process model Remove the old vtpm process model. It doesn't work very well and is no longer supported. Signed-off-by: Matthew Fioravante Acked-by: Ian Campbell Committed-by: Ian Campbell --- tools/examples/xmexample3 | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'tools/examples/xmexample3') diff --git a/tools/examples/xmexample3 b/tools/examples/xmexample3 index dc22ce1db3..ae799f9088 100644 --- a/tools/examples/xmexample3 +++ b/tools/examples/xmexample3 @@ -121,20 +121,6 @@ disk = [ 'phy:hda%d,hda1,w' % (vmid)] # Empty password disables authentication. Defaults to the vncpasswd # configured in xend-config.sxp. -#---------------------------------------------------------------------------- -# Define to which TPM instance the user domain should communicate. -# The vtpm entry is of the form 'instance=INSTANCE,backend=DOM' -# where INSTANCE indicates the instance number of the TPM the VM -# should be talking to and DOM provides the domain where the backend -# is located. -# Note that no two virtual machines should try to connect to the same -# TPM instance. The handling of all TPM instances does require -# some management effort in so far that VM configration files (and thus -# a VM) should be associated with a TPM instance throughout the lifetime -# of the VM / VM configuration file. The instance number must be -# greater or equal to 1. -#vtpm = ['instance=%d,backend=0' % (vmid) ] - #---------------------------------------------------------------------------- # Set the kernel command line for the new domain. # You only need to define the IP parameters and hostname if the domain's -- cgit v1.2.3