diff options
author | Philip P. Moltmann <moltmann@vmware.com> | 2015-08-06 15:18:01 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 12:59:11 +0100 |
commit | 48e3d668b7902cca3c61e9e2098e7f76b5646c28 (patch) | |
tree | f4d2e6cb08d8f3abd22cc5bf95c535ec8b242420 /drivers/misc/Kconfig | |
parent | d7568c130d0d0ff1fc5b364fc879b91f108a3d54 (diff) | |
download | op-kernel-dev-48e3d668b7902cca3c61e9e2098e7f76b5646c28.zip op-kernel-dev-48e3d668b7902cca3c61e9e2098e7f76b5646c28.tar.gz |
VMware balloon: Enable notification via VMCI
Get notified immediately when a balloon target is set, instead of waiting for
up to one second.
The up-to 1 second gap could be long enough to cause swapping inside of the
VM that receives the VM.
Acked-by: Andy King <acking@vmware.com>
Signed-off-by: Xavier Deguillard <xdeguillard@vmware.com>
Tested-by: Siva Sankar Reddy B <sankars@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index ccccc29..22892c7 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -414,7 +414,7 @@ config TI_DAC7512 config VMWARE_BALLOON tristate "VMware Balloon Driver" - depends on X86 && HYPERVISOR_GUEST + depends on VMWARE_VMCI && X86 && HYPERVISOR_GUEST help This is VMware physical memory management driver which acts like a "balloon" that can be inflated to reclaim physical pages |