commit | 19d5f10b3ad08f596d2682404af9a3a9030aa684 | [log] [tgz] |
---|---|---|
author | Eugene Korenevsky <ekorenevsky@gmail.com> | Tue Dec 16 22:35:53 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 08 22:45:16 2015 +0100 |
tree | 0852fe1b555324a82c49ade591e137bd15f17fb8 | |
parent | e9ac033e6b6970c7061725fc6824b3933eb5a0e7 [diff] |
KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exit When generating #PF VM-exit, check equality: (PFEC & PFEC_MASK) == PFEC_MATCH If there is equality, the 14 bit of exception bitmap is used to take decision about generating #PF VM-exit. If there is inequality, inverted 14 bit is used. Signed-off-by: Eugene Korenevsky <ekorenevsky@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>