From: Avi Kivity Date: Mon, 21 Jun 2010 07:57:45 +0000 (+0300) Subject: KVM: Prevent internal slots from being COWed X-Git-Tag: v2.6.36-rc1~580^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac77099ce88a0c31b75acd0ec5ef3da4415a6d8;p=pandora-kernel.git KVM: Prevent internal slots from being COWed If a process with a memory slot is COWed, the page will change its address (despite having an elevated reference count). This breaks internal memory slots which have their physical addresses loaded into vmcs registers (see the APIC access memory slot). Signed-off-by: Avi Kivity --- Reading git-diff-tree failed