aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/test
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-10-27 09:52:49 +0100
committerEwan Mellor <ewan@xensource.com>2006-10-27 09:52:49 +0100
commit3de924f62e87009bc67b588c012458a476f51c21 (patch)
treee8f06e8ab5478cedee0e8319249988027c4fd9ee /tools/libxen/test
parentefbc4c6ce8f2117628280f2c3014681f5ad85c09 (diff)
downloadxen-3de924f62e87009bc67b588c012458a476f51c21.tar.gz
xen-3de924f62e87009bc67b588c012458a476f51c21.tar.bz2
xen-3de924f62e87009bc67b588c012458a476f51c21.zip
Remove VTPM-related values, now obsolete.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/test')
-rw-r--r--tools/libxen/test/test_bindings.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/libxen/test/test_bindings.c b/tools/libxen/test/test_bindings.c
index fc750f97a2..5468c6bb62 100644
--- a/tools/libxen/test/test_bindings.c
+++ b/tools/libxen/test/test_bindings.c
@@ -294,8 +294,6 @@ static void create_new_vm(xen_session *session)
.actions_after_reboot = XEN_ON_NORMAL_EXIT_RESTART,
.actions_after_suspend = XEN_ON_NORMAL_EXIT_DESTROY,
.actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_PRESERVE,
- .tpm_instance = -1,
- .tpm_backend = 0,
.bios_boot = "hd(0,0)",
.builder = "Linux",
.boot_method = XEN_BOOT_TYPE_KERNEL_EXTERNAL,