From f897f01e79c99ec8577ed6bb6c9bec845747dc3c Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Thu, 6 Aug 2009 14:39:44 -0300 Subject: [PATCH] KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHARED (cherry picked from commit acee3c04e8208c17aad1baff99baa68d71640a19) There is no reason to share internal memory slots with fork()ed instances. Signed-off-by: Avi Kivity Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed