From: Alexander Graf Date: Thu, 29 Jul 2010 12:47:45 +0000 (+0200) Subject: KVM: PPC: Convert DAR to shared page. X-Git-Tag: v2.6.37-rc1~142^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e030186dfc4e4e47c84d2557b17e4aa06c76f96;p=pandora-kernel.git KVM: PPC: Convert DAR to shared page. The DAR register contains the address a data page fault occured at. This register behaves pretty much like a simple data storage register that gets written to on data faults. There is no hypervisor interaction required on read or write. This patch converts all users of the current field to the shared page. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed