diff options
| author | Sean Christopherson <[email protected]> | 2019-01-25 07:41:03 -0800 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2019-02-12 13:12:23 +0100 |
| commit | 47e97c099bbcb3211b22456679991095c0578da2 (patch) | |
| tree | 554332f189cc233cf4dadef626b416f7ec7850fe /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 5a8781607e677eda60b20e0a4c91d2a5f12f9244 (diff) | |
KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run()
...to eliminate its parameter and struct vcpu_vmx offset definition
from the assembly blob. Accessing CR2 from C versus assembly doesn't
change the likelihood of taking a page fault (and modifying CR2) while
it's loaded with the guest's value, so long as we don't do anything
silly between accessing CR2 and VM-Enter/VM-Exit.
Signed-off-by: Sean Christopherson <[email protected]>
Reviewed-by: Jim Mattson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions