Re: [PATCH] KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
From: Tycho Andersen
Date: Mon Jul 27 2026 - 15:27:12 EST
Hi all,
On Thu, Jul 23, 2026 at 11:44:19AM +0200, Paolo Bonzini wrote:
> As to the workload, Alexander threw more or less everything at the same
> time at the VM:
>
> - a full Windows Defender scan every 30 minutes
>
> - a disk I/O job
>
> - a loop doing repeated mmap of system files (mostly to hope that
> it triggers some consistency check in the Windows memory manager)
>
> - SQL Express 2022 + StressDB (1.6M rows), with the host doing queries
> (75% write/25% read) via sqlcmd
Can you share the code for the mmap + disk io + DB content generator?
We're looking at this and would like to reproduce.
Thanks,
Tycho