commit | 8fe546547cf6857a9d984bfe2f2194910f3fc5d0 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Feb 19 16:23:01 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:38:11 2010 +0300 |
tree | de627a861eecd58bbc183f88819e9ba2a41a11b0 | |
parent | 112592da0dc2460c95e8a89d0c5657c6a30286aa [diff] |
KVM: SVM: Fix wrong interrupt injection in enable_irq_windows The nested_svm_intr() function does not execute the vmexit anymore. Therefore we may still be in the nested state after that function ran. This patch changes the nested_svm_intr() function to return wether the irq window could be enabled. Cc: stable@kernel.org Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>