commit | df1bfa25d81f9451715ccbbb67551e0f792ceec8 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Aug 03 02:29:27 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:11 2010 +0200 |
tree | c0a214d5acd8f152e53b11f5972d9c19fe413641 | |
parent | 8e8651783ff2458f31098be7c2abacf2fcab054a [diff] |
KVM: PPC: Put segment registers in shared page Now that the actual mtsr doesn't do anything anymore, we can move the sr contents over to the shared page, so a guest can directly read and write its sr contents from guest context. Signed-off-by: Alexander Graf <agraf@suse.de>