From: Alexander Graf Date: Wed, 11 Jun 2014 08:34:19 +0000 (+0200) Subject: KVM: PPC: Book3S HV: Access guest VPA in BE X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~10^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02407552256111479fbfd23a3e01218b399aaa35;p=pandora-kernel.git KVM: PPC: Book3S HV: Access guest VPA in BE There are a few shared data structures between the host and the guest. Most of them get registered through the VPA interface. These data structures are defined to always be in big endian byte order, so let's make sure we always access them in big endian. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed