commit | 49ea06957bf637b28aa338fba26432d5bafdeb99 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Mar 28 15:01:24 2011 -0500 |
committer | Avi Kivity <avi@redhat.com> | Sun May 22 08:47:47 2011 -0400 |
tree | a141af139f4d7e59765a8cdb2640b81560164b11 | |
parent | 90d34b0e45df3bfe522e9e9d604c4c1a0253699d [diff] |
KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsx The exit type setting for mfspr/mtspr is moved from 44x to toplevel SPR emulation. This enables it on e500, and makes sure that all SPRs are covered. Exit accounting for tlbwe and tlbsx is added to e500. Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>