
Daniel P. Berrange wrote:
On Fri, Apr 17, 2015 at 03:36:21PM -0600, Jim Fehlig wrote:
Introduce libxl.conf configuration file, adding the 'autoballoon' setting as the first knob for controlling the libxl driver.
Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- libvirt.spec.in | 8 +++++ src/Makefile.am | 24 +++++++++++++- src/libxl/libvirtd_libxl.aug | 42 +++++++++++++++++++++++++ src/libxl/libxl.conf | 12 +++++++ src/libxl/libxl_conf.c | 61 ++++++++++++++++++++++++++++++++---- src/libxl/libxl_conf.h | 5 +++ src/libxl/libxl_driver.c | 9 ++++++ src/libxl/test_libvirtd_libxl.aug.in | 5 +++ 8 files changed, 159 insertions(+), 7 deletions(-)
ACK
Thanks! I've pushed this patch since it is independent of the other two. Regards, Jim