commit | e37a75a13cdae5deaa2ea2cbf8d55b5dd08638b6 | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Mon Jun 02 18:34:04 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 18 17:46:16 2014 +0200 |
tree | 3bce8d9a049ccfb2b5b5f5d714b293e5aa66587c | |
parent | 7fe864dc942c041cc4f56e287c4025d54a8e6c1e [diff] |
KVM: x86: Emulator ignores LDTR/TR extended base on LLDT/LTR The current implementation ignores the LDTR/TR base high 32-bits on long-mode. As a result the loaded segment descriptor may be incorrect. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>