From bc57ea8ce569116a60f3f66723a20db97d90e23e Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 8 Apr 2011 16:21:12 +0100 Subject: 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 Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/libxl/libxl_utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/libxl/libxl_utils.h') 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 -- cgit v1.2.3