KVM: MMU: Report spte not found in rmap before BUG()
authorAvi Kivity <avi@redhat.com>
Wed, 2 Dec 2009 13:17:00 +0000 (15:17 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 1 Mar 2010 15:35:39 +0000 (12:35 -0300)
commit186a3e526ac1b4063a723f90ae4893beedb24fc6
tree3c82f8c60afca12987165c5749b6940c008a7fb7
parentcb84b55f6cde26c7c17beaf87da08645ae6ccbf9
KVM: MMU: Report spte not found in rmap before BUG()

In the past we've had errors of single-bit in the other two cases; the
printk() may confirm it for the third case (many->many).

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c