]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: PPC: 44x: fix DCR read/write
authorAlexander Graf <agraf@suse.de>
Sat, 6 Oct 2012 01:56:35 +0000 (03:56 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 6 Oct 2012 02:06:32 +0000 (04:06 +0200)
commit1041112434d139e1a877a6f380792133b3dd5826
treeb58a915abb770c00f92d34782979905eab017670
parentdd09f7efb85b504cb2cd1240522b600f6f4b3b12
KVM: PPC: 44x: fix DCR read/write

When remembering the direction of a DCR transaction, we should write
to the same variable that we interpret on later when doing vcpu_run
again.

Signed-off-by: Alexander Graf <agraf@suse.de>
Cc: stable@vger.kernel.org
arch/powerpc/kvm/44x_emulate.c