]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Support maximum and current memory flags in libxl driver
authorMarkus Groß <gross@univention.de>
Mon, 30 May 2011 09:53:03 +0000 (11:53 +0200)
committerJim Fehlig <jfehlig@novell.com>
Tue, 31 May 2011 05:29:08 +0000 (23:29 -0600)
commitbf7f798314b1bf13a6f1cac2ab07d1ba185dca87
tree583640e70c8a63309290e9c2cdc91baacc8c9a07
parentdb0274c9d757555a6dff4ccc24d42abe47b6dfc7
Support maximum and current memory flags in libxl driver

Add support to set the maximum memory of the domain.
Also add support to change the memory of the current
state of the domain, which translates to a running
domain or the config of the domain.

Based on the code from the qemu driver.
src/libxl/libxl_driver.c