]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Convert DSISR to shared page
authorAlexander Graf <agraf@suse.de>
Thu, 29 Jul 2010 12:47:44 +0000 (14:47 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:44 +0000 (10:50 +0200)
commit23491d82f95ca07e8899dd1a6cf1ab285c8a4fe4
treeec58ea23bea8aec64be3d169033cece19cd6d3e8
parent4d95c32be7873240c3f7dd00d5b02f3649429334
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>
arch/powerpc/include/asm/kvm_book3s.h
arch/powerpc/include/asm/kvm_para.h
arch/powerpc/kvm/book3s.c
arch/powerpc/kvm/book3s_emulate.c
arch/powerpc/kvm/book3s_paired_singles.c