]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_full
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Dec 2017 12:56:53 +0000 (13:56 +0100)
committerRadim Krčmář <rkrcmar@redhat.com>
Tue, 16 Jan 2018 15:50:17 +0000 (16:50 +0100)
commit8665c3f973203269fdc799da833f28c5dc217523
treef6c9703680d8715f9fe5ffacacaa01e4528690d8
parent74a497fae754bd970ad0573c26d0a3c5e784fa0c
KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_full

This part is separate for ease of review, because git prefers to move
prepare_vmcs02 below the initial long sequence of vmcs_write* operations.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/vmx.c