lkml.org 
[lkml]   [2007]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 09/20] KVM: MMU: Fix Wrong tlb flush order
Ingo Molnar wrote:
> * Avi Kivity <avi@qumranet.com> wrote:
>
>
>> From: Shaohua Li <shaohua.li@intel.com>
>>
>> Need to flush the tlb after updating a pte, not before.
>>
>
>
>> rmap_remove(vcpu, spte);
>> - kvm_flush_remote_tlbs(vcpu->kvm);
>> set_shadow_pte(spte, *spte & ~PT_WRITABLE_MASK);
>> + kvm_flush_remote_tlbs(vcpu->kvm);
>>
>
> hm, isnt this a must-have fix for v2.6.22 (and .21) as well?
>

Guest SMP support is only enabled by another patch in this patchset.


--
error compiling committee.c: too many arguments to function

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-07-08 14:45    [from the cache]
©2003-2011 Jasper Spaans