KVM: PPC: Be more informative on BUG
authorAlexander Graf <agraf@suse.de>
Tue, 20 Apr 2010 00:49:50 +0000 (02:49 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:19:02 +0000 (12:19 +0300)
commitac21467182e562a71d8b4e098ea054e42700c0ff
tree814b2d6d7d11b21801be229476209bd16f156ea5
parent6fc558258077d4e44b1780c0fd4ef93dd96c6fca
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>
arch/powerpc/kvm/book3s_64_mmu_host.c