From: Alexander Graf Date: Thu, 24 Apr 2014 11:39:16 +0000 (+0200) Subject: KVM: PPC: PR: Fill pvinfo hcall instructions in big endian X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2743103f91e20d4c4d4f1a8d00821289c4c6ff62;p=pandora-kernel.git KVM: PPC: PR: Fill pvinfo hcall instructions in big endian We expose a blob of hypercall instructions to user space that it gives to the guest via device tree again. That blob should contain a stream of instructions necessary to do a hypercall in big endian, as it just gets passed into the guest and old guests use them straight away. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed