aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_utils.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-04-08 16:21:12 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-04-08 16:21:12 +0100
commitbc57ea8ce569116a60f3f66723a20db97d90e23e (patch)
tree64fedcb1dbd3f1d68492f818e40d0900025e9dfe /tools/libxl/libxl_utils.h
parente5407d09856917efc636f6e71d8ade8cf57bf651 (diff)
downloadxen-bc57ea8ce569116a60f3f66723a20db97d90e23e.tar.gz
xen-bc57ea8ce569116a60f3f66723a20db97d90e23e.tar.bz2
xen-bc57ea8ce569116a60f3f66723a20db97d90e23e.zip
libxl/xl: drop support for netchannel2
netchannel2 was never widely deployed and no supported kernel includes either the front- or back-ends. The last known kernel with this support was the xen.git 2.6.31 branch which has been unsupported for ages. xl will warn the user if it spots a "vif2" configration item but otherwise support is completely removed. Work is ongoing to add the interesting features of netchannel2 as protocol extensions to netchannel1. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/libxl_utils.h')
-rw-r--r--tools/libxl/libxl_utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/libxl/libxl_utils.h b/tools/libxl/libxl_utils.h
index 48bbcdacfe..a1821f3e4f 100644
--- a/tools/libxl/libxl_utils.h
+++ b/tools/libxl/libxl_utils.h
@@ -66,11 +66,6 @@ int libxl_devid_to_device_nic(libxl_ctx *ctx, uint32_t domid,
int libxl_devid_to_device_disk(libxl_ctx *ctx, uint32_t domid,
const char *devid, libxl_device_disk *disk);
-int libxl_strtomac(const char *mac_s, uint8_t *mac);
-
-int libxl_devid_to_device_net2(libxl_ctx *ctx, uint32_t domid,
- const char *devid, libxl_device_net2 *net2);
-
/* check the version of qemu
* return 1 if is the new one
* return 0 if is the old one