From: Alexander Graf Date: Fri, 19 Feb 2010 10:00:38 +0000 (+0100) Subject: KVM: PPC: Make software load/store return eaddr X-Git-Tag: v2.6.35-rc1~436^2~243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5467a97d0f0ac99d2db0281ce1762e85afe16da2;p=pandora-kernel.git KVM: PPC: Make software load/store return eaddr The Book3S KVM implementation contains some helper functions to load and store data from and to virtual addresses. Unfortunately, this helper used to keep the physical address it so nicely found out for us to itself. So let's change that and make it return the physical address it resolved. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed