commit | fef093bec0364ff5e6fd488cd81637f6bb3a2d0d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Jun 30 15:18:46 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:47:28 2010 +0300 |
tree | e61c2f462a5b68d440d3960af41e3f17ea7f765f | |
parent | 7741909bf19d9437a6aa3559c0470a640f637dce [diff] |
KVM: PPC: Make use of hash based Shadow MMU We just introduced generic functions to handle shadow pages on PPC. This patch makes the respective backends make use of them, getting rid of a lot of duplicate code along the way. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>