]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodeinfo: rename all CPU APIs to have a virHostCPU prefix
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 13 Apr 2016 17:16:16 +0000 (18:16 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 9 Jun 2016 17:08:15 +0000 (18:08 +0100)
commit4053350bfebbae264c749ef6d36bb496ddb734c9
tree04ba70681f1f371562e9b320f8103aae0ed9df07
parentdcfe37e682a51bf4bb5ce4e1cdfd144fccecea28
nodeinfo: rename all CPU APIs to have a virHostCPU prefix

In preparation for moving all the CPU related APIs out of
the nodeinfo file, give them a virHostCPU name prefix.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
18 files changed:
src/bhyve/bhyve_driver.c
src/libvirt_linux.syms
src/libvirt_private.syms
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/nodeinfo.c
src/nodeinfo.h
src/nodeinfopriv.h
src/openvz/openvz_driver.c
src/qemu/qemu_driver.c
src/qemu/qemu_process.c
src/uml/uml_driver.c
src/util/vircgroup.c
src/vz/vz_driver.c
src/vz/vz_sdk.c
tests/nodeinfomock.c
tests/nodeinfotest.c
tests/vircgrouptest.c