From: Avi Kivity Date: Mon, 8 Jun 2009 12:52:39 +0000 (+0300) Subject: KVM: Disable large pages on misaligned memory slots X-Git-Tag: v2.6.31-rc1~393^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac04527f7947020c5890090b2ac87af4e98d977e;p=pandora-kernel.git KVM: Disable large pages on misaligned memory slots If a slots guest physical address and host virtual address unequal (mod large page size), then we would erronously try to back guest large pages with host large pages. Detect this misalignment and diable large page support for the trouble slot. Cc: stable@kernel.org Signed-off-by: Avi Kivity --- Reading git-diff-tree failed