From: K. Y. Srinivasan Date: Fri, 15 Mar 2013 19:25:43 +0000 (-0700) Subject: Drivers: hv: balloon: Implement hot-add functionality X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~139^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cac8cd4d146b60a7c70d778b5be928281b3b551;p=pandora-kernel.git Drivers: hv: balloon: Implement hot-add functionality Implement the memory hot-add functionality. With this, Linux guests can fully participate in the Dynamic Memory protocol implemented in the Windows hosts. In this version of the patch, based Olaf Herring's feedback, I have gotten rid of the module level dependency on MEMORY_HOTPLUG. Instead the code within the driver that depends on MEMORY_HOTPLUG has the appropriate compilation switches. This would allow this driver to support pure ballooning in cases where the kernel does not support memory hotplug. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed