kernel-ark/drivers/kvm
Avi Kivity 038881c8be KVM: Hack real-mode segments on vmx from KVM_SET_SREGS
As usual, we need to mangle segment registers when emulating real mode
as vm86 has specific constraints.  We special case the reset segment base,
and set the "access rights" (or descriptor flags) to vm86 comaptible values.

This fixes reboot on vmx.

Signed-off-by: Avi Kivity <avi@qumranet.com>
2007-05-03 10:52:26 +03:00
..
Kconfig
kvm_main.c KVM: Modify guest segments after potentially switching modes 2007-05-03 10:52:26 +03:00
kvm_svm.h
kvm_vmx.h
kvm.h KVM: Remove set_cr0_no_modeswitch() arch op 2007-05-03 10:52:25 +03:00
Makefile
mmu.c KVM: MMU: Remove global pte tracking 2007-05-03 10:52:25 +03:00
paging_tmpl.h KVM: MMU: Remove unnecessary check for pdptr access 2007-05-03 10:52:25 +03:00
segment_descriptor.h
svm.c KVM: Remove set_cr0_no_modeswitch() arch op 2007-05-03 10:52:25 +03:00
svm.h
vmx.c KVM: Hack real-mode segments on vmx from KVM_SET_SREGS 2007-05-03 10:52:26 +03:00
vmx.h
x86_emulate.c
x86_emulate.h