summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
diff options
context:
space:
mode:
authorWincy Van <fanwenyi0529@gmail.com>2014-12-11 08:52:58 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2015-01-08 22:45:14 +0100
commitff651cb613b4cc8aa2e4284525948872b4d77d66 (patch)
tree8c3bcd9e4076404fa9a899b47ce321c716296e32 /fs/binfmt_elf.c
parentb1940cd21c0f4abdce101253e860feff547291b0 (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 'fs/binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions