KVM: PPC: PR: Fill pvinfo hcall instructions in big endian
authorAlexander Graf <agraf@suse.de>
Thu, 24 Apr 2014 11:39:16 +0000 (13:39 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 30 May 2014 12:26:20 +0000 (14:26 +0200)
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 <agraf@suse.de>
arch/powerpc/kvm/powerpc.c

Simple merge