commit | 07f36616cde482a9fd65da9a64f504190c7a0edb | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jan 01 22:53:42 2018 +0100 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Tue Jan 16 16:50:23 2018 +0100 |
tree | ff22fb39adaa08ea2f9e36ec795fdaaeb9720d83 | |
parent | 25a2e4fe8ef719de564370349dc408ac7263f455 [diff] |
KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit The POSTED_INTR_NV field is constant (though it differs between the vmcs01 and vmcs02), there is no need to reload it on vmexit to L1. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>