On Wed, Apr 22, 2009 at 10:55:24PM +0800, alex wrote: > the code for credit scheduler > ----------------------------------------------------------------------------------------------------------------------- > diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c > index 4d76bb6..9e88ff0 100644 > --- a/arch/x86/kvm/lapic.c > +++ b/arch/x86/kvm/lapic.c > @@ -284,7 +284,7 @@ int kvm_apic_match_dest(struct kvm_vcpu *vcpu, > struct kvm_lapic *source, > "dest_mode 0x%x, short_hand 0x%x\n", > target, source, dest, dest_mode, short_hand); > > - ASSERT(!target); > + ASSERT(target); Did you mean it? -- Gleb. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html