From: Jeremy Fitzhardinge Date: Mon, 26 May 2008 22:31:19 +0000 (+0100) Subject: xen: add configurable max domain size X-Git-Tag: v2.6.27-rc1~1106^2~251^24~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8006ec3e911f93d702e1d4a4e387e244ab434924;p=pandora-kernel.git xen: add configurable max domain size Add a config option to set the max size of a Xen domain. This is used to scale the size of the physical-to-machine array; it ends up using around 1 page/GByte, so there's no reason to be very restrictive. For a 32-bit guest, the default value of 8GB is probably sufficient; there's not much point in giving a 32-bit machine much more memory than that. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed