commit | c04a695a4484467889d0c91c2e377c6abcecd5d5 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 24 21:48:25 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:17:03 2010 +0300 |
tree | f969b63d1064573407900150c7bca5081fbd8805 | |
parent | c664876c6d88ff8c8e93ee05c0bbdc3e4c2af488 [diff] |
KVM: PPC: Implement BAT reads BATs can't only be written to, you can also read them out! So let's implement emulation for reading BAT values again. While at it, I also made BAT setting flush the segment cache, so we're absolutely sure there's no MMU state left when writing BATs. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>