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

No differences found