From: Avi Kivity Date: Tue, 26 Aug 2008 14:22:47 +0000 (+0300) Subject: KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED X-Git-Tag: v2.6.28-rc1~269^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acee3c04e8208c17aad1baff99baa68d71640a19;p=pandora-kernel.git KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED There is no reason to share internal memory slots with fork()ed instances. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed