commit | 924584ccb08c338ebd2f40936ff2321c1cce6a6d | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Apr 22 12:33:07 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:19:17 2010 +0300 |
tree | 27f91ca0999476765c13c6dd0fa03a552f1d59bd | |
parent | 8d3b9323095ae977406c7f4e73c9aa0f47682cc2 [diff] |
KVM: SVM: Fix nested nmi handling The patch introducing nested nmi handling had a bug. The check does not belong to enable_nmi_window but must be in nmi_allowed. This patch fixes this. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>