[libvirt] [PATCH 0/2] Remove xenapi driver

Jim Fehlig jfehlig at suse.com
Tue Sep 3 04:58:23 UTC 2019


Remove the xenapi driver is unmaintained and has no known user base.
We are stuck with references in include/libvirt/virterror.h and
src/util/virerror.c but otherwise I think I've nuked xenapi everywhere.

Jim Fehlig (2):
  xenapi: remove driver
  news: Mention removal of xenapi driver

 cfg.mk                             |    4 +-
 configure.ac                       |    4 -
 docs/aclpolkit.html.in             |    4 -
 docs/auth.html.in                  |    2 -
 docs/news.xml                      |   10 +
 libvirt.spec.in                    |    4 +-
 m4/virt-driver-xenapi.m4           |   48 -
 po/POTFILES                        |    2 -
 src/Makefile.am                    |    1 -
 src/README                         |    1 -
 src/libvirt.c                      |   10 -
 src/util/virrandom.c               |    3 +-
 src/xenapi/Makefile.inc.am         |   29 -
 src/xenapi/xenapi_driver.c         | 2125 ----------------------------
 src/xenapi/xenapi_driver.h         |   22 -
 src/xenapi/xenapi_driver_private.h |   58 -
 src/xenapi/xenapi_utils.c          |  562 --------
 src/xenapi/xenapi_utils.h          |   76 -
 tools/virsh.c                      |    3 -
 19 files changed, 13 insertions(+), 2955 deletions(-)
 delete mode 100644 m4/virt-driver-xenapi.m4
 delete mode 100644 src/xenapi/Makefile.inc.am
 delete mode 100644 src/xenapi/xenapi_driver.c
 delete mode 100644 src/xenapi/xenapi_driver.h
 delete mode 100644 src/xenapi/xenapi_driver_private.h
 delete mode 100644 src/xenapi/xenapi_utils.c
 delete mode 100644 src/xenapi/xenapi_utils.h

-- 
2.22.0





More information about the libvir-list mailing list