Ingo Molnar wrote:
> * Avi Kivity <[EMAIL PROTECTED]> wrote:
>
>   
>> From: Shaohua Li <[EMAIL PROTECTED]>
>>
>> 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


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to