Searched hist:10099 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/kvm/
H A Dx86_cpu.ccdiff 10099:fbfb38d33a0a Mon Mar 03 08:34:00 EST 2014 Andreas Sandberg <andreas@sandberg.pp.se> kvm: x86: Always assume segments to be usable

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.

Completed in 11 milliseconds