Re: [PATCH 3/3] KVM: MMU: Make drop_large_spte() more generic

2011-12-26 Thread Avi Kivity
On 11/29/2011 07:04 AM, Takuya Yoshikawa wrote: There are many places where we drop large spte and we are always doing much the same as drop_large_spte(). To avoid these duplications, this patch makes drop_large_spte() more generically usable: it now takes an argument to know if it must flush

[PATCH 3/3] KVM: MMU: Make drop_large_spte() more generic

2011-11-28 Thread Takuya Yoshikawa
There are many places where we drop large spte and we are always doing much the same as drop_large_spte(). To avoid these duplications, this patch makes drop_large_spte() more generically usable: it now takes an argument to know if it must flush the remote tlbs and returns true or false depending