Re: [PATCH] KVM: nVMX: use correct clean fields when copying from eVMCS

2019-06-13 Thread Radim Krčmář
2019-06-13 13:35+0200, Vitaly Kuznetsov: > Unfortunately, a couple of mistakes were made while implementing > Enlightened VMCS support, in particular, wrong clean fields were > used in copy_enlightened_to_vmcs12(): > - exception_bitmap is covered by CONTROL_EXCPN; > - vm_exit_controls/pin_based_vm_

[PATCH] KVM: nVMX: use correct clean fields when copying from eVMCS

2019-06-13 Thread Vitaly Kuznetsov
Unfortunately, a couple of mistakes were made while implementing Enlightened VMCS support, in particular, wrong clean fields were used in copy_enlightened_to_vmcs12(): - exception_bitmap is covered by CONTROL_EXCPN; - vm_exit_controls/pin_based_vm_exec_control/secondary_vm_exec_control are covere