Re: [PATCH v5 1/3] x86/hypervisor: pass flags to hypervisor_flush_tlb

2020-04-14 Thread Jan Beulich
On 09.04.2020 19:41, Wei Liu wrote: > Hyper-V's L0 assisted flush has fine-grained control over what gets > flushed. We need all the flags available to make the best decisions > possible. > > No functional change because Xen's implementation doesn't care about > what is passed to it. > >

[PATCH v5 1/3] x86/hypervisor: pass flags to hypervisor_flush_tlb

2020-04-09 Thread Wei Liu
Hyper-V's L0 assisted flush has fine-grained control over what gets flushed. We need all the flags available to make the best decisions possible. No functional change because Xen's implementation doesn't care about what is passed to it. Signed-off-by: Wei Liu Reviewed-by: Roger Pau Monné