commit | 5156f274bb1ee1cfc22240445ef94f7dcfc9929d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Apr 20 02:49:52 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:19:05 2010 +0300 |
tree | 1dd4ce58772db55f98754fa79697b6ccce0d1a46 | |
parent | 6355644190f67326f5a16d0269c3e612fcfd6889 [diff] |
KVM: PPC: Fix Book3S_64 Host MMU debug output We have some debug output in Book3S_64. Some of that was invalid though, partially not even compiling because it accessed incorrect variables. So let's fix that up, making debugging more fun again. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>