[kvm-devel] [patch] KVM: mmu.c, change BUG_ON() to WARN_ON()

2007-03-12 Thread Ingo Molnar
Subject: [patch] KVM: mmu.c, change BUG_ON() to WARN_ON() From: Ingo Molnar [EMAIL PROTECTED] this triggered for me with the cr3 cache - do not crash the host, just warn about the condition. (Given that there is code after the BUG_ON() this was the anticipated behavior i suspect.)

Re: [kvm-devel] [patch] KVM: mmu.c, change BUG_ON() to WARN_ON()

2007-03-12 Thread Ingo Molnar
(Given that there is code after the BUG_ON() this was the anticipated behavior i suspect.) ignore this sentence - it wasnt a BUG_ON(1). Ingo - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [kvm-devel] [patch] KVM: mmu.c, change BUG_ON() to WARN_ON()

2007-03-12 Thread Avi Kivity
Ingo Molnar wrote: Subject: [patch] KVM: mmu.c, change BUG_ON() to WARN_ON() From: Ingo Molnar [EMAIL PROTECTED] this triggered for me with the cr3 cache - do not crash the host, just warn about the condition. (Given that there is code after the BUG_ON() this was the anticipated behavior i