commit | 3eeafd7da2b0293b512abe95c86843fc4ab42add | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 24 21:48:17 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:16:49 2010 +0300 |
tree | ccbf875d5c4c069156ed2244acca157b475e8c89 | |
parent | 8a5416db832895b84b85ad0bcbb11d1cce0d3d37 [diff] |
KVM: PPC: Ensure split mode works On PowerPC we can go into MMU Split Mode. That means that either data relocation is on but instruction relocation is off or vice versa. That mode didn't work properly, as we weren't always flushing entries when going into a new split mode, potentially mapping different code or data that we're supposed to. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>