From: VMware, Inc <> Date: Fri, 12 Apr 2013 19:38:13 +0000 (-0700) Subject: Enable batched ballooning for linux and windows guest. X-Git-Tag: 2013.04.16-1098359~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba34ce4cc62c85e2fef9c7a7d3529af82082964;p=thirdparty%2Fopen-vm-tools.git Enable batched ballooning for linux and windows guest. Enough testing has been done to enable it by default. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/modules/shared/vmmemctl/balloonInt.h b/open-vm-tools/modules/shared/vmmemctl/balloonInt.h index facca9ebe..8bdefa5a8 100644 --- a/open-vm-tools/modules/shared/vmmemctl/balloonInt.h +++ b/open-vm-tools/modules/shared/vmmemctl/balloonInt.h @@ -68,11 +68,7 @@ #define BALLOON_NAME_VERBOSE "VMware memory control driver" #if defined __linux__ || defined __FreeBSD__ || defined _WIN32 -/* - * FIXME: Even if the driver support batched commands keep using the - * non-batched one until more testing has been done. - */ -#define BALLOON_CAPABILITIES BALLOON_BASIC_CMDS +#define BALLOON_CAPABILITIES (BALLOON_BASIC_CMDS|BALLOON_BATCHED_CMDS) #else #define BALLOON_CAPABILITIES BALLOON_BASIC_CMDS #endif