Re: [PATCH v2 0/7] KVM: nVMX: Bug fixes and cleanup

2020-09-25 Thread Paolo Bonzini
On 23/09/20 20:44, Sean Christopherson wrote: > Fix for a brutal segment caching bug that manifested as random nested > VM-Enter failures when running with unrestricted guest disabled. A few > more bug fixes and cleanups for stuff found by inspection when hunting > down the caching issue. > >

[PATCH v2 0/7] KVM: nVMX: Bug fixes and cleanup

2020-09-23 Thread Sean Christopherson
Fix for a brutal segment caching bug that manifested as random nested VM-Enter failures when running with unrestricted guest disabled. A few more bug fixes and cleanups for stuff found by inspection when hunting down the caching issue. v2: - Rebased to kvm/queue, commit e1ba1a15af73 ("KVM: