KVM: Load real mode segments correctly
authorAvi Kivity <avi@qumranet.com>
Wed, 20 Aug 2008 12:51:42 +0000 (15:51 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:21 +0000 (10:15 +0200)
Real mode segments to not reference the GDT or LDT; they simply compute
base = selector * 16.

Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/x86.c

Simple merge