I am re-organisming my code, so that it is a standalone module, only requiring a few lines of changes to the standard KVM. So that I can concentrate myself on functions like co-scheduling. Please wait. Regards, alex. On Thu, Apr 23, 2009 at 2:15 PM, Gleb Natapov <gleb@xxxxxxxxxx> wrote: > 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