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 Thanks, applied to kvm-ppc-queue. Since nobody really is using in-kernel devices

[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 --- arch/powerpc/kvm/powerpc.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerp