]> 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>
Fri, 12 Oct 2012 07:58:29 +0000 (09:58 +0200)
commitfa8bfeb8e5145342491936d8aa933aa8dccdfec3
treef92ec8a9e2deac295542e4405d982f1dafc6afc0
parent03604b31142058362db13e7881385806977893f5
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