From: Alexander Graf Date: Wed, 11 Jun 2014 08:37:52 +0000 (+0200) Subject: KVM: PPC: Book3S HV: Access XICS in BE X-Git-Tag: cleanup-for-v3.18~89^2~10^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d072fb05f646eb180f161bbe06ab185af52f38;p=pandora-kernel.git KVM: PPC: Book3S HV: Access XICS in BE On the exit path from the guest we check what type of interrupt we received if we received one. This means we're doing hardware access to the XICS interrupt controller. However, when running on a little endian system, this access is byte reversed. So let's make sure to swizzle the bytes back again and virtually make XICS accesses big endian. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed