commit | 36090bf43a6b835a42f515cb515ff6fa293a25fe | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Fri Jul 27 09:18:50 2018 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 06 17:59:08 2018 +0200 |
tree | 4a610426c9bc09d6806e3748c86461da67afdcdf | |
parent | b9b33da2aa7429b0f61bcd218d34e1a277459fb4 [diff] |
kvm: nVMX: Fix fault vector for VMX operation at CPL > 0 The fault that should be raised for a privilege level violation is #GP rather than #UD. Fixes: 727ba748e110b4 ("kvm: nVMX: Enforce cpl=0 for VMX instructions") Signed-off-by: Jim Mattson <jmattson@google.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>