]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove phyp driver
authorCole Robinson <crobinso@redhat.com>
Wed, 18 Dec 2019 15:23:34 +0000 (10:23 -0500)
committerCole Robinson <crobinso@redhat.com>
Fri, 20 Dec 2019 17:25:42 +0000 (12:25 -0500)
commitf854e051b9621017631bff40e2d844c85a39275e
tree81a8e8cfb113698ae2156b823686cd22a6247d1f
parent6a64be6c780e2c5f49c5e6353fbff3ac6dccb267
Remove phyp driver

The phyp driver was added in 2009 and does not appear to have had any
real feature change since 2011. There's virtually no evidence online
of users actually using it. IMO it's time to kill it.

This was discussed a bit in April 2016:
https://www.redhat.com/archives/libvir-list/2016-April/msg01060.html

Final discussion is here:
https://www.redhat.com/archives/libvir-list/2019-December/msg01162.html

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
20 files changed:
configure.ac
docs/aclpolkit.html.in
docs/api.html.in
docs/auth.html.in
docs/drivers.html.in
docs/drvphyp.html.in [deleted file]
docs/schemas/capability.rng
docs/schemas/domaincommon.rng
include/libvirt/virterror.h
libvirt.spec.in
m4/virt-driver-phyp.m4 [deleted file]
mingw-libvirt.spec.in
po/POTFILES.in
src/Makefile.am
src/README
src/libvirt.c
src/phyp/Makefile.inc.am [deleted file]
src/phyp/phyp_driver.c [deleted file]
src/phyp/phyp_driver.h [deleted file]
tools/virsh.c