]> xenbits.xensource.com Git - libvirt.git/commit
Introduce virNodeAllocPages
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Sep 2014 16:17:22 +0000 (18:17 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Sep 2014 08:24:44 +0000 (10:24 +0200)
commitfa5c5580d69d31b7df59c2a2450aab61964e8f02
tree948640faf2c1d09cacfca3ee7943079977ce1f86
parent4aa8a68faa86d6e1c6ecaeabcec487ee30eff813
Introduce virNodeAllocPages

A long time ago in a galaxy far, far away it has been decided
that libvirt will manage not only domains but host as well. And
with my latest work on qemu driver supporting huge pages, we miss
the cherry on top: an API to allocate huge pages on the run.
Currently users are forced to log into the host and adjust the
huge pages pool themselves.  However, with this API the problem
is gone - they can both size up and size down the pool.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
daemon/remote.c
include/libvirt/libvirt.h.in
src/driver.h
src/libvirt.c
src/libvirt_public.syms
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs