commit | 2743103f91e20d4c4d4f1a8d00821289c4c6ff62 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Apr 24 13:39:16 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri May 30 14:26:20 2014 +0200 |
tree | db4ed5d2aa6e12e9f6ad4cb1c4772173b45515e3 | |
parent | b59d9d26becb8b32596f2eed6ce5a81d61f4f513 [diff] |
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 <agraf@suse.de>