mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Statistic for "number of vm exits handled in userspace" should be
increased in vm_run() instead of vmx_run() because in some cases
vm_run() doesn't exit to userspace and keeps entering the guest.
Also svm_run's implementation even wrongly misses that stat.
Reviewed by: markj
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| ept.c | ||
| ept.h | ||
| vmcs.c | ||
| vmcs.h | ||
| vmx.c | ||
| vmx.h | ||
| vmx_controls.h | ||
| vmx_cpufunc.h | ||
| vmx_genassym.c | ||
| vmx_msr.c | ||
| vmx_msr.h | ||
| vmx_support.S | ||
| vtd.c | ||