From: Marc Zyngier Date: Tue, 12 Feb 2013 12:40:22 +0000 (+0000) Subject: arm/arm64: KVM: MMIO support for BE guest X-Git-Tag: v3.13-rc1~80^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d89d2d9b5bac9dbe40ee106ceda9307b6265234;p=pandora-kernel.git arm/arm64: KVM: MMIO support for BE guest Do the necessary byteswap when host and guest have different views of the universe. Actually, the only case we need to take care of is when the guest is BE. All the other cases are naturally handled. Also be careful about endianness when the data is being memcopy-ed from/to the run buffer. Acked-by: Christoffer Dall Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed