KVM: x86 emulator: Handle wraparound in (cs_base + offset) when fetching insns
authorNelson Elhage <nelhage@ksplice.com>
Wed, 13 Apr 2011 15:44:13 +0000 (11:44 -0400)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:09 +0000 (07:57 -0400)
Currently, setting a large (i.e. negative) base address for %cs does not work on
a 64-bit host. The "JOS" teaching operating system, used by MIT and other
universities, relies on such segments while bootstrapping its way to full
virtual memory management.

Signed-off-by: Nelson Elhage <nelhage@ksplice.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found