commit | 9a9abf6b612709f67b9e3852554191541631d075 | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Sun Nov 02 11:54:56 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 07 15:44:09 2014 +0100 |
tree | 9a8e521a247cbd4c34e157298e9bc2c85b30957c | |
parent | 5b7f6a1e6f6cb6537694a9bbd43bb4ee5a6d8bc2 [diff] |
KVM: x86: Inject #GP when loading system segments with non-canonical base When emulating LTR/LDTR/LGDT/LIDT, #GP should be injected if the base is non-canonical. Otherwise, VM-entry will fail. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>