https://bugzilla.kernel.org/show_bug.cgi?id=37262





--- Comment #43 from Steve <[email protected]>  2011-06-16 20:39:32 ---
Solution of this bug is very simple:

arch/x86/kvm/mmu.c:

static bool mapping_level_dirty_bitmap(struct kvm_vcpu *vcpu, gfn_t large_gfn)
{
return (gfn_to_memslot_dirty_bitmap(vcpu, large_gfn, true) == NULL)
? true : false;
}

Only opposite condition.
Please commit when it's possible.

Thank you for your time

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to