Re: [PATCH v3] x86: FLUSH_CACHE -> FLUSH_CACHE_EVICT

2025-06-11 Thread Jason Andryuk
On 2025-06-11 06:02, Jan Beulich wrote: This is to make the difference to FLUSH_CACHE_WRITEBACK more explicit. Requested-by: Andrew Cooper Signed-off-by: Jan Beulich Acked-by: Roger Pau Monné Reviewed-by: Jason Andryuk

[PATCH v3] x86: FLUSH_CACHE -> FLUSH_CACHE_EVICT

2025-06-11 Thread Jan Beulich
This is to make the difference to FLUSH_CACHE_WRITEBACK more explicit. Requested-by: Andrew Cooper Signed-off-by: Jan Beulich Acked-by: Roger Pau Monné --- Note that this (of course) collides with "x86/HVM: restrict use of pinned cache attributes as well as associated flushing". --- v3: Re-base