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)
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

Simple merge
Simple merge