[libvirt] [PATCH 3/5] Introduce virNodeGetFreePages

Daniel P. Berrange berrange at redhat.com
Thu Jun 12 13:31:52 UTC 2014


On Tue, Jun 10, 2014 at 07:21:13PM +0200, Michal Privoznik wrote:
> The aim of the API is to get information on number of free huge
> pages on the system. The API behaves similar to the
> virNodeGetCellsFreeMemory(). User passes starting NUMA cell, the
> count of nodes that he's interested in, huge pages sizes (yes,
> multiple sizes can be queried at once) and the counts are
> returned in an array.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  daemon/remote.c              | 52 ++++++++++++++++++++++++
>  include/libvirt/libvirt.h.in |  7 ++++
>  src/driver.h                 | 10 +++++
>  src/libvirt.c                | 95 ++++++++++++++++++++++++++++++++++++++++++++
>  src/libvirt_public.syms      |  4 ++
>  src/remote/remote_driver.c   | 50 +++++++++++++++++++++++
>  src/remote/remote_protocol.x | 20 +++++++++-
>  src/remote_protocol-structs  | 16 ++++++++
>  8 files changed, 253 insertions(+), 1 deletion(-)

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list