• A
    KVM: PPC: Be more informative on BUG · ac214671
    Alexander Graf 提交于
    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: NAlexander Graf <agraf@suse.de>
    Signed-off-by: NAvi Kivity <avi@redhat.com>
    ac214671
book3s_64_mmu_host.c 10.9 KB