KVM: PPC: Implement emulation for lbzux and lhax
authorAlexander Graf <agraf@suse.de>
Wed, 24 Mar 2010 20:48:27 +0000 (21:48 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:17:06 +0000 (12:17 +0300)
commit1c85e73303fa70cd6bc2bf138484acb4ffe30efd
tree3cea3df0bdc1ed14181f05c4e208bda88f550d75
parent1bec1677ca5b3406dc1f174b61beaeb832eed715
KVM: PPC: Implement emulation for lbzux and lhax

We get MMIOs with the weirdest instructions. But every time we do,
we need to improve our emulator to implement them.

So let's do that - this time it's lbzux and lhax's round.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/emulate.c