commit | 06fc7772690dec2a0e3814633357babf8f63af41 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Feb 19 16:23:07 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:34:25 2010 +0300 |
tree | 77f08440830d67e120df705af2e2251241d70fba | |
parent | 88ab24adc7142506c8583ac36a34fa388300b750 [diff] |
KVM: SVM: Activate nested state only when guest state is complete Certain functions called during the emulated world switch behave differently when the vcpu is running nested. This is not the expected behavior during a world switch emulation. This patch ensures that the nested state is activated only if the vcpu is completly in nested state. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>