kvm/ppc: don't call complete_mmio_load when it's a store
authorScott Wood <scottwood@freescale.com>
Mon, 15 Apr 2013 15:07:11 +0000 (15:07 +0000)
committerAlexander Graf <agraf@suse.de>
Wed, 17 Apr 2013 13:21:16 +0000 (15:21 +0200)
commitbe28a27c993ca6f806145d02dbe493baac83a8e9
treed6b63bf3772faef4f0b41762ad792589f301ba87
parentc32498ee64165cfcbcac9c4318d537c97fd66428
kvm/ppc: don't call complete_mmio_load when it's a store

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 <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/powerpc.c