KVM: PPC: Add mtsrin PV code
authorAlexander Graf <agraf@suse.de>
Tue, 3 Aug 2010 08:39:35 +0000 (10:39 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:12 +0000 (10:52 +0200)
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 <agraf@suse.de>

No differences found