commit | 1c85e73303fa70cd6bc2bf138484acb4ffe30efd | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 24 21:48:27 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:17:06 2010 +0300 |
tree | 3cea3df0bdc1ed14181f05c4e208bda88f550d75 | |
parent | 1bec1677ca5b3406dc1f174b61beaeb832eed715 [diff] |
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>