commit | d562de48de68b60b3d2522e7d8273d7112034ee6 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jul 29 14:47:44 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:44 2010 +0200 |
tree | ec58ea23bea8aec64be3d169033cece19cd6d3e8 | |
parent | 666e7252a15b7fc4a116e65deaf6da5e4ce660e3 [diff] |
KVM: PPC: Convert DSISR to shared page The DSISR register contains information about a data page fault. It is fully read/write from inside the guest context and we don't need to worry about interacting based on writes of this register. This patch converts all users of the current field to the shared page. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>