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)
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>

No differences found