commit | 66a562f7e2576cde384ec813b481404d8f54f4c6 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Feb 19 16:23:08 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:34:28 2010 +0300 |
tree | ea64df4f210caf8b0e375932a422174f95f658b8 | |
parent | 06fc7772690dec2a0e3814633357babf8f63af41 [diff] |
KVM: SVM: Make lazy FPU switching work with nested svm The new lazy fpu switching code may disable cr0 intercepts when running nested. This is a bug because the nested hypervisor may still want to intercept cr0 which will break in this situation. This patch fixes this issue and makes lazy fpu switching working with nested svm. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>