commit | 2c378fd779d2b37aed64cb44caa607707edc51d3 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Jan 18 02:31:01 2013 +0100 |
committer | Alexander Graf <agraf@suse.de> | Thu Jan 24 19:23:30 2013 +0100 |
tree | 2a981a6a3366c31f1dc39257615031566368a2e8 | |
parent | 523f0e5421c12610527c620b983b443f329e3a32 [diff] |
KVM: PPC: E500: Propagate errors when shadow mapping When shadow mapping a page, mapping this page can fail. In that case we don't have a shadow map. Take this case into account, otherwise we might end up writing bogus TLB entries into the host TLB. While at it, also move the write_stlbe() calls into the respective TLBn handlers. Signed-off-by: Alexander Graf <agraf@suse.de>