]> 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, 27 Oct 2012 10:16:42 +0000 (12:16 +0200)
commit792784a24c701a6f2431a86a9cffe0cffac0452d
tree718d76db085d79f482722b158eb8fa05f1dd9444
parent8ca40a70a70988c0bdea106c894843f763ca2989
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