aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-07-31 16:15:52 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:34:15 +0100
commit4b07ff449a08de04ccebd680516a262148f177b9 (patch)
tree0d41598ace3a407883b423051db25273fe63606d /tools/misc
parent3d4678108a2157db6ae8c290897f67aaed14cdfa (diff)
downloadxen-4b07ff449a08de04ccebd680516a262148f177b9.tar.gz
xen-4b07ff449a08de04ccebd680516a262148f177b9.tar.bz2
xen-4b07ff449a08de04ccebd680516a262148f177b9.zip
tools: delete xsview
This was apparently a Qt xenstore viewer. It hasn't been touched since it was first committed in 2007 and I can't beleive anyone is actually using even if it still happens to work. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Matt Wilson <msw@amazon.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/Makefile2
-rw-r--r--tools/misc/xsview9
2 files changed, 1 insertions, 10 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index 73b55ddc07..9c69e0d0f2 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -22,7 +22,7 @@ INSTALL_BIN-y := xencons xencov_split
INSTALL_BIN-$(CONFIG_X86) += xen-detect
INSTALL_BIN := $(INSTALL_BIN-y)
-INSTALL_SBIN-y := xen-bugtool xen-python-path xenperf xsview xenpm xen-tmem-list-parse gtraceview \
+INSTALL_SBIN-y := xen-bugtool xen-python-path xenperf xenpm xen-tmem-list-parse gtraceview \
gtracestat xenlockprof xenwatchdogd xen-ringwatch xencov
INSTALL_SBIN-$(CONFIG_X86) += xen-hvmctx xen-hvmcrash xen-lowmemd
INSTALL_SBIN-$(CONFIG_MIGRATE) += xen-hptool
diff --git a/tools/misc/xsview b/tools/misc/xsview
deleted file mode 100644
index f926fe4fc6..0000000000
--- a/tools/misc/xsview
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-
-import sys
-
-from xen.xsview import main
-
-main.main(sys.argv)
-
-