]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove src/nodeinfo
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 7 Mar 2017 09:40:15 +0000 (10:40 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Mar 2017 11:13:29 +0000 (13:13 +0200)
commit26ae4e482a4e0ca236ebc00401be995893af14e5
tree90f8e9360c853b5e3aa8ab103ba5fe405da8f000
parentbdcb199532ae815310c5fdd7bc4f39397eb09f42
Remove src/nodeinfo

There is no "node driver" as there was before, drivers have to do
their own ACL checking anyway, so they all specify their functions and
nodeinfo is basically just extending conf/capablities.  Hence moving
the code to src/conf/ is the right way to go.

Also that way we can de-duplicate some code that is in virsysfs and/or
virhostcpu that got duplicated during the virhostcpu.c split.  And
Some cleanup is done throughout the changes, like adding the vir*
prefix etc.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
26 files changed:
po/POTFILES.in
src/Makefile.am
src/bhyve/bhyve_capabilities.c
src/bhyve/bhyve_driver.c
src/conf/capabilities.c
src/conf/capabilities.h
src/cpu/cpu.c
src/libvirt_private.syms
src/lxc/lxc_conf.c
src/lxc/lxc_driver.c
src/nodeinfo.c [deleted file]
src/nodeinfo.h [deleted file]
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/uml/uml_conf.c
src/uml/uml_driver.c
src/vbox/vbox_common.c
src/vmware/vmware_conf.c
src/vz/vz_driver.c
src/vz/vz_sdk.c
src/xen/xen_driver.c
tests/commandtest.c