[libvirt] [PATCH 07/17] nodeinfo: move host memory APIs out into virhostcpu file

John Ferlan jferlan at redhat.com
Tue Apr 26 23:57:23 UTC 2016


$SUJB:  "...virhostmem file"

On 04/14/2016 11:22 AM, Daniel P. Berrange wrote:
> ---
>  po/POTFILES.in             |   1 +
>  src/Makefile.am            |   1 +
>  src/lxc/lxc_driver.c       |   1 +
>  src/nodeinfo.c             | 812 +-----------------------------------------
>  src/nodeinfo.h             |  31 --
>  src/openvz/openvz_driver.c |   1 +
>  src/qemu/qemu_driver.c     |   1 +
>  src/uml/uml_driver.c       |   1 +
>  src/util/virhostmem.c      | 865 +++++++++++++++++++++++++++++++++++++++++++++
>  src/util/virhostmem.h      |  60 ++++
>  src/util/virnuma.c         |   2 +-
>  src/vbox/vbox_common.c     |   1 +
>  src/xen/xen_driver.c       |   1 +
>  13 files changed, 935 insertions(+), 843 deletions(-)
>  create mode 100644 src/util/virhostmem.c
>  create mode 100644 src/util/virhostmem.h
> 

Similar to 6/17 - couldn't git am -3 this one, but it looks like things
were moved properly and I have to assume it compiles and passes check,
syntax-check...

ACK

John

(I'll look through the rest tomorrow)




More information about the libvir-list mailing list