Re: [PATCH] kvm/ppc: don't call complete_mmio_load when it's a store

2013-04-16 Thread Alexander Graf
On 16.04.2013, at 03:07, Scott Wood wrote: complete_mmio_load writes back the mmio result into the destination register. Doing this on a store results in register corruption. Signed-off-by: Scott Wood scottw...@freescale.com Thanks, applied to kvm-ppc-queue. Since nobody really is using

[PATCH] kvm/ppc: don't call complete_mmio_load when it's a store

2013-04-15 Thread Scott Wood
complete_mmio_load writes back the mmio result into the destination register. Doing this on a store results in register corruption. Signed-off-by: Scott Wood scottw...@freescale.com --- arch/powerpc/kvm/powerpc.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/kvm/powerpc.c

[PATCH] kvm/ppc: don't call complete_mmio_load when it's a store

2013-04-15 Thread Scott Wood
complete_mmio_load writes back the mmio result into the destination register. Doing this on a store results in register corruption. Signed-off-by: Scott Wood scottw...@freescale.com --- arch/powerpc/kvm/powerpc.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/kvm/powerpc.c