From: Alexander Graf Date: Tue, 20 Apr 2010 00:49:50 +0000 (+0200) Subject: KVM: PPC: Be more informative on BUG X-Git-Tag: v2.6.35-rc1~436^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac21467182e562a71d8b4e098ea054e42700c0ff;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed