• Alexander Graf's avatar
    KVM: PPC: Be more informative on BUG · ac214671
    Alexander Graf authored
    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: default avatarAlexander Graf <agraf@suse.de>
    Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
    ac214671
book3s_64_mmu_host.c 10.9 KB