diff options
author | Wincy Van | 2014-12-11 08:52:58 +0300 |
---|---|---|
committer | Paolo Bonzini | 2015-01-08 22:45:14 +0100 |
commit | ff651cb613b4cc8aa2e4284525948872b4d77d66 (patch) | |
tree | 8c3bcd9e4076404fa9a899b47ce321c716296e32 /usr | |
parent | b1940cd21c0f4abdce101253e860feff547291b0 (diff) |
KVM: nVMX: Add nested msr load/restore algorithm
Several hypervisors need MSR auto load/restore feature.
We read MSRs from VM-entry MSR load area which specified by L1,
and load them via kvm_set_msr in the nested entry.
When nested exit occurs, we get MSRs via kvm_get_msr, writing
them to L1`s MSR store area. After this, we read MSRs from VM-exit
MSR load area, and load them via kvm_set_msr.
Signed-off-by: Wincy Van <fanwenyi0529@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions