commit | 02407552256111479fbfd23a3e01218b399aaa35 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Jun 11 10:34:19 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Jul 28 15:22:22 2014 +0200 |
tree | a1a198730d3eaf1fef4d7b8fd6741482a76004fa | |
parent | 6f22bd3265fb542acb2697026b953ec07298242d [diff] |
KVM: PPC: Book3S HV: Access guest VPA in BE There are a few shared data structures between the host and the guest. Most of them get registered through the VPA interface. These data structures are defined to always be in big endian byte order, so let's make sure we always access them in big endian. Signed-off-by: Alexander Graf <agraf@suse.de>