commit | ac21467182e562a71d8b4e098ea054e42700c0ff | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Apr 20 02:49:50 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:19:02 2010 +0300 |
tree | 814b2d6d7d11b21801be229476209bd16f156ea5 | |
parent | 6fc558258077d4e44b1780c0fd4ef93dd96c6fca [diff] |
KVM: PPC: Be more informative on BUG We have a condition in the ppc64 host mmu code that should never occur. Unfortunately, it just did happen to me and I was rather puzzled on why, because BUG_ON doesn't tell me anything useful. So let's add some more debug output in case this goes wrong. Also change BUG to WARN, since I don't want to reboot every time I mess something up. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>