From: Alexander Graf Date: Tue, 3 Aug 2010 08:39:35 +0000 (+0200) Subject: KVM: PPC: Add mtsrin PV code X-Git-Tag: v2.6.37-rc1~142^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe487fac7fc016dbabbcbe83f11384e1803a56d;p=pandora-kernel.git KVM: PPC: Add mtsrin PV code This is the guest side of the mtsr acceleration. Using this a guest can now call mtsrin with almost no overhead as long as it ensures that it only uses it with (MSR_IR|MSR_DR) == 0. Linux does that, so we're good. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed