From: Alexander Graf Date: Tue, 13 May 2014 15:05:51 +0000 (+0200) Subject: KVM: PPC: Graciously fail broken LE hypercalls X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42188365f92c2d6bc89c9441a5e9305c1354e8a6;p=pandora-kernel.git KVM: PPC: Graciously fail broken LE hypercalls There are LE Linux guests out there that don't handle hypercalls correctly. Instead of interpreting the instruction stream from device tree as big endian they assume it's a little endian instruction stream and fail. When we see an illegal instruction from such a byte reversed instruction stream, bail out graciously and just declare every hcall as error. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed