commit | 55c5e464fcc28ee763d40561abf2b259131dd703 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Sep 10 17:31:04 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:46 2010 +0200 |
tree | a285f4cbad347bb3adcae3c66d92d4dca32ed006 | |
parent | 4b16184c1ccafa4b0c188c622ea532fb90e6f5b0 [diff] |
KVM: SVM: Expect two more candiates for exit_int_info This patch adds INTR and NMI intercepts to the list of expected intercepts with an exit_int_info set. While this can't happen on bare metal it is architectural legal and may happen with KVMs SVM emulation. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>