
6 Mar
2015
6 Mar
'15
10:48 a.m.
On Thu, Mar 05, 2015 at 16:10:29 +0100, Pavel Hrdina wrote:
The first one is to truncate the memory limit to VIR_DOMAIN_MEMORY_PARAM_UNLIMITED if the value is greater and the second one is to decide whether the memory limit is set or not, unlimited means that it's not set.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/libvirt_private.syms | 2 ++ src/util/virutil.c | 24 ++++++++++++++++++++++++ src/util/virutil.h | 3 +++ 3 files changed, 29 insertions(+)
ACK, Peter