aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2
diff options
context:
space:
mode:
authorMatthew Fioravante <matthew.fioravante@jhuapl.edu>2012-11-13 10:47:00 +0000
committerMatthew Fioravante <matthew.fioravante@jhuapl.edu>2012-11-13 10:47:00 +0000
commitb918dce5bb2a665a34ff893a9df5392fb8ea429d (patch)
tree01485ddfa0f78b9e0b59ea896c3a88580d3182d3 /tools/blktap2
parentdde22055ac3aa45eb9ec4b297874638c2a25c320 (diff)
downloadxen-b918dce5bb2a665a34ff893a9df5392fb8ea429d.tar.gz
xen-b918dce5bb2a665a34ff893a9df5392fb8ea429d.tar.bz2
xen-b918dce5bb2a665a34ff893a9df5392fb8ea429d.zip
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 <matthew.fioravante@jhuapl.edu> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/blktap2')
-rw-r--r--tools/blktap2/drivers/hashtable.c1
-rw-r--r--tools/blktap2/drivers/hashtable.h1
-rw-r--r--tools/blktap2/drivers/hashtable_itr.c5
-rw-r--r--tools/blktap2/drivers/hashtable_itr.h5
-rw-r--r--tools/blktap2/drivers/hashtable_private.h1
5 files changed, 0 insertions, 13 deletions
diff --git a/tools/blktap2/drivers/hashtable.c b/tools/blktap2/drivers/hashtable.c
index 631306b3e4..90a6b85ad6 100644
--- a/tools/blktap2/drivers/hashtable.c
+++ b/tools/blktap2/drivers/hashtable.c
@@ -3,7 +3,6 @@
/*
* There are duplicates of this code in:
* - tools/xenstore/hashtable.c
- * - tools/vtpm_manager/util/hashtable.c
*/
#include "hashtable.h"
diff --git a/tools/blktap2/drivers/hashtable.h b/tools/blktap2/drivers/hashtable.h
index 89aa3dcf3b..56ca0535b7 100644
--- a/tools/blktap2/drivers/hashtable.h
+++ b/tools/blktap2/drivers/hashtable.h
@@ -3,7 +3,6 @@
/*
* There are duplicates of this code in:
* - tools/xenstore/hashtable.h
- * - tools/vtpm_manager/util/hashtable.h
*/
#ifndef __HASHTABLE_CWC22_H__
diff --git a/tools/blktap2/drivers/hashtable_itr.c b/tools/blktap2/drivers/hashtable_itr.c
index 402e06b45d..731917ccf1 100644
--- a/tools/blktap2/drivers/hashtable_itr.c
+++ b/tools/blktap2/drivers/hashtable_itr.c
@@ -1,10 +1,5 @@
/* Copyright (C) 2002, 2004 Christopher Clark <firstname.lastname@cl.cam.ac.uk> */
-/*
- * There are duplicates of this code in:
- * - tools/vtpm_manager/util/hashtable_itr.c
- */
-
#include "hashtable.h"
#include "hashtable_private.h"
#include "hashtable_itr.h"
diff --git a/tools/blktap2/drivers/hashtable_itr.h b/tools/blktap2/drivers/hashtable_itr.h
index 3d806384d3..81da83855d 100644
--- a/tools/blktap2/drivers/hashtable_itr.h
+++ b/tools/blktap2/drivers/hashtable_itr.h
@@ -1,10 +1,5 @@
/* Copyright (C) 2002, 2004 Christopher Clark <firstname.lastname@cl.cam.ac.uk> */
-/*
- * There are duplicates of this code in:
- * - tools/vtpm_manager/util/hashtable_itr.h
- */
-
#ifndef __HASHTABLE_ITR_CWC22__
#define __HASHTABLE_ITR_CWC22__
#include "hashtable.h"
diff --git a/tools/blktap2/drivers/hashtable_private.h b/tools/blktap2/drivers/hashtable_private.h
index 5a13a65c00..954ecc3921 100644
--- a/tools/blktap2/drivers/hashtable_private.h
+++ b/tools/blktap2/drivers/hashtable_private.h
@@ -3,7 +3,6 @@
/*
* There are duplicates of this code in:
* - tools/xenstore/hashtable_private.h
- * - tools/vtpm_manager/util/hashtable_private.h
*/
#ifndef __HASHTABLE_PRIVATE_CWC22_H__