PPC: KVM: Fix BAT put
commitef8beb0e94c75984e016e855164361c36e15396c
authorAlexander Graf <agraf@suse.de>
Fri, 5 Oct 2012 02:34:40 +0000 (5 04:34 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 5 Oct 2012 02:38:46 +0000 (5 04:38 +0200)
treecc877c26df4ae9f7d79d4c3dfb7d639d3e2d95f8
parentfb37c3029c5a695e367baaacc6baf17640cc63cc
PPC: KVM: Fix BAT put

In the sregs API, upper and lower 32bit segments of the BAT registers
are swapped when doing a set. Since we need to support old kernels out
there, don't bother to fix it in the kernel, but instead work around
the problem in QEMU by swapping on put.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/kvm.c