Re: [PATCH v6] kvm: better MWAIT emulation for guests

From: Alexander Graf
Date: Tue Apr 11 2017 - 14:23:26 EST




> Am 11.04.2017 um 19:10 schrieb Jim Mattson <jmattson@xxxxxxxxxx>:
>
> This might be more useful if it could be dynamically toggled on and
> off, depending on system load.

What would trapping mwait (currently) buy you?

As it stands today, before this patch, mwait is simply implemented as a nop, so enabling the trap just means you're wasting as much cpu time, but never send the pCPU idle. With this patch, the CPU at least has the chance to go idle.

Keep in mind that this patch does *not* advertise the mwait cpuid feature bit to the guest.

What you're referring to I guess is actual mwait emulation. That is indeed more useful, but a bigger patch than this and needs some more thought on how to properly cache the monitor'ed pages.


Alex