summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorWei Liu <wei.liu2@citrix.com>2016-08-15 11:32:56 +0100
committerWei Liu <wei.liu2@citrix.com>2016-09-06 11:02:19 +0100
commit3f0ae679f2704ca5671eef5be59ec30982fbf08a (patch)
tree2cd169a5f1a9c43e6891fd979bf6b3e193f6aaba /config
parentb0c0e695e05dc52212b8fdbf8d973be353af7b6a (diff)
tools: remove blktap2 related code and documentation
Blktap2 is effectively dead code for a few years. Notable changes in this patch: 0. Unhook blktap2 from build system 1. Now libxl no longer supports TAP disk backend, appropriate assertions are added and some code paths now return ERROR_FAIL 2. Tap is no longer a supported backend in doc 3. Remove relevant entries in MAINTAINERS A patch to actually remove blktap2 directory will come later. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Acked-by: George Dunlap <George.Dunlap@eu.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/Tools.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/Tools.mk.in b/config/Tools.mk.in
index 0f79f4e0c2..511406cca0 100644
--- a/config/Tools.mk.in
+++ b/config/Tools.mk.in
@@ -56,7 +56,6 @@ CONFIG_ROMBIOS := @rombios@
CONFIG_SEABIOS := @seabios@
CONFIG_QEMU_TRAD := @qemu_traditional@
CONFIG_QEMU_XEN := @qemu_xen@
-CONFIG_BLKTAP2 := @blktap2@
CONFIG_QEMUU_EXTRA_ARGS:= @EXTRA_QEMUU_CONFIGURE_ARGS@
CONFIG_LIBNL := @libnl@