commit | cdbbdc1210223879450555fee04c29ebf116576b | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Feb 19 16:23:03 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 25 12:34:13 2010 +0300 |
tree | 1c026d7307c7d022976ccd8b8bcf69ccfeaf1908 | |
parent | b8e88bc8ffba5fe53fb8d8a0a4be3bbcffeebe56 [diff] |
KVM: SVM: Sync all control registers on nested vmexit Currently the vmexit emulation does not sync control registers were the access is typically intercepted by the nested hypervisor. But we can not count on that intercepts to sync these registers too and make the code architecturally more correct. Cc: stable@kernel.org Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>