commit | 6d89d2d9b5bac9dbe40ee106ceda9307b6265234 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Feb 12 12:40:22 2013 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Nov 07 19:09:04 2013 +0000 |
tree | dc2f8fad0be6afabbbfccca1311be40298449cd2 | |
parent | d241aac798eb042e605f78c31a4122e583b2cd13 [diff] |
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 <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>