KVM: PPC: Book3S HV: Access guest VPA in BE
authorAlexander Graf <agraf@suse.de>
Wed, 11 Jun 2014 08:34:19 +0000 (10:34 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 28 Jul 2014 13:22:22 +0000 (15:22 +0200)
commit02407552256111479fbfd23a3e01218b399aaa35
treea1a198730d3eaf1fef4d7b8fd6741482a76004fa
parent6f22bd3265fb542acb2697026b953ec07298242d
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>
arch/powerpc/kvm/book3s_hv.c
arch/powerpc/kvm/book3s_hv_ras.c