[PATCH] KVM: PPC: 44x: fix DCR read/write

2012-10-05 Thread Alexander Graf
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 ag...@suse.de --- arch/powerpc/kvm/44x_emulate.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH] KVM: PPC: 44x: fix DCR read/write

2012-10-05 Thread Alexander Graf
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 ag...@suse.de --- arch/powerpc/kvm/44x_emulate.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git