e7d230ede0
When transferring segment registers into kvm, we need to find the value of the unusable bit. We used to assume that this could be inferred from the selector since segments are generally unusable if their selector is 0. This assumption breaks in some weird corner cases. Instead, we just assume that segments are always usable. This is what qemu does so it should work. |
||
---|---|---|
.. | ||
arm_cpu.cc | ||
arm_cpu.hh | ||
ArmKvmCPU.py | ||
base.cc | ||
base.hh | ||
BaseKvmCPU.py | ||
KvmVM.py | ||
perfevent.cc | ||
perfevent.hh | ||
SConscript | ||
timer.cc | ||
timer.hh | ||
vm.cc | ||
vm.hh | ||
x86_cpu.cc | ||
x86_cpu.hh | ||
X86KvmCPU.py |