vhostmd has some old, crufty code to interact with xenctrl and xenstat. Those interfaces have changed over the years and the related vhostmd code no longer compiles. In addition, libvirt and other tools have matured and there is no need to use these low-level, Xen-specific tools. I chose to leave support for xenstore as a transport since I know of a few users of that feature. I've been pinged about its current broken state that is fixed by patch 3. Jim Fehlig (3): Remove xenctrl support Remove support for libxenstat Fix compilation with xenstore configure.ac | 35 +---------- include/metric.h | 4 -- include/util.h | 2 - libmetrics/libmetrics.c | 2 +- vhostmd/Makefile.am | 22 +------ vhostmd/metric.c | 5 -- vhostmd/vhostmd.c | 10 ---- vhostmd/xen-metrics.c | 123 -------------------------------------- vhostmd/xenctrl-util.c | 148 ---------------------------------------------- vhostmd/xenstore-update.c | 2 +- 10 files changed, 7 insertions(+), 346 deletions(-) delete mode 100644 vhostmd/xen-metrics.c delete mode 100644 vhostmd/xenctrl-util.c -- 2.16.3 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list