]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5cb940176b00ea5d04abc8f1411b357a6fe3e8b8
treed6b63bf3772faef4f0b41762ad792589f301ba87
parentfa2e333f5909ae9ab1001cc0ffcfa4ea27b10000
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