commit | 1a18a69b762374c423305772500f36eb8984ca52 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Feb 01 12:23:21 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Mar 05 14:57:20 2012 +0200 |
tree | df0c7276bac2b3899a7d033fa24783e84e7817ab | |
parent | a52315e1d549dad80ff443151927226c11fd8c2b [diff] |
KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guests If the guest thinks it's an AMD, it will not have prepared the SYSENTER MSRs, and if the guest executes SYSENTER in compatibility mode, it will fails. Detect this condition and #UD instead, like the spec says. Signed-off-by: Avi Kivity <avi@redhat.com>