]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nodeinfo: move host memory APIs out into virhostmem file
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 13 Apr 2016 17:53:02 +0000 (18:53 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 9 Jun 2016 17:43:18 +0000 (18:43 +0100)
commit86dd9fac0f1d962e0146b9d4b1910d72d6c089de
tree4988ae151ea0777a459db9c86537868e5036d0cb
parenteaf18f4c2bf1ca24513a4924616c96da9cf5511d
nodeinfo: move host memory APIs out into virhostmem file

Move all APIs with a virHostMEM name prefix out into new
util/virhostmem.h & util/virhostmem.c files

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
13 files changed:
po/POTFILES.in
src/Makefile.am
src/lxc/lxc_driver.c
src/nodeinfo.c
src/nodeinfo.h
src/openvz/openvz_driver.c
src/qemu/qemu_driver.c
src/uml/uml_driver.c
src/util/virhostmem.c [new file with mode: 0644]
src/util/virhostmem.h [new file with mode: 0644]
src/util/virnuma.c
src/vbox/vbox_common.c
src/xen/xen_driver.c