commit | 2eedcac8a97cef43c9c5236398fc8c9d0fd9cc0c | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Mon Jun 02 18:34:05 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 18 17:46:16 2014 +0200 |
tree | 8cb8d3ed13da28adb72edb2013d5f81c0d445c81 | |
parent | e37a75a13cdae5deaa2ea2cbf8d55b5dd08638b6 [diff] |
KVM: x86: Loading segments on 64-bit mode may be wrong The current emulator implementation ignores the high 32 bits of the base in long-mode. During segment load from the LDT, the base of the LDT is calculated incorrectly and may cause the wrong segment to be loaded. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>