commit | 1f8da47805072e89454ccfdada553c2afc4dfb79 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Aug 07 11:49:43 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 10:46:32 2009 +0300 |
tree | 916742666153e0279d3286b98447cd75cb9d7771 | |
parent | ea8e064fe22a132da1473d82a57751208e6b8bfd [diff] |
KVM: SVM: handle errors in vmrun emulation path appropriatly If nested svm fails to load the msrpm the vmrun succeeds with the old msrpm which is not correct. This patch changes the logic to roll back to host mode in case the msrpm cannot be loaded. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>