commit | cbe487fac7fc016dbabbcbe83f11384e1803a56d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Aug 03 10:39:35 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:12 2010 +0200 |
tree | 7144ae2f0b5a920aba061c101b9a0ac8305d5e31 | |
parent | df1bfa25d81f9451715ccbbb67551e0f792ceec8 [diff] |
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 <agraf@suse.de>