On 24/07/2018 10:17, Tianyu Lan wrote:
mmu_set_spte() flushes remote tlbs for drop_parent_pte/drop_spte()
and set_spte() separately. This may introduce redundant flush. This
patch is to combine these flushes and check flush request after
calling set_spte().
Signed-off-by: Lan Tianyu <Tianyu.Lan@xxxxxxxxxxxxx>
Looks good, but I'd like a second opinion. Guangrong, Junaid, can you
review this?