commit | 26666957a58fab7c8a4a31f1ab24d3bbf4c58c7a | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Aug 07 11:49:46 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 10:46:36 2009 +0300 |
tree | 1bfeba7ec127deb3ae05cebd118dada7b2ef866e | |
parent | cda0ffdd862d36d0b054249ce920f00d1dbae037 [diff] |
KVM: SVM: move nested_svm_intr main logic out of if-clause This patch removes one indentation level from nested_svm_intr and makes the logic more readable. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>