On Tue, Jun 16, 2020 at 05:24:11PM +0200, Michał Leszczyński wrote: > Enable IPT when entering the VM and disable it on vmexit. > Register state is persisted using vCPU ipt_state structure.
Shouldn't this be better done using Intel MSR load lists? That seems to be what the SDM recommends for tracing VM events. Thanks, Roger.