Re: [PATCH 0/2] RFC: VMX: fix for disappearing L1->L2 event injection on L1 migration

2021-01-06 Thread Sean Christopherson
On Wed, Jan 06, 2021, Maxim Levitsky wrote: > This is VMX version of the same issue as I reproduced on SVM. > > Unlike SVM, this version has 2 pending issues to resolve. > > 1. This seems to break 'vmx' kvm-unit-test in > 'error code <-> (!URG || prot_mode) [+]' case. > > The test basically trie

[PATCH 0/2] RFC: VMX: fix for disappearing L1->L2 event injection on L1 migration

2021-01-06 Thread Maxim Levitsky
This is VMX version of the same issue as I reproduced on SVM. Unlike SVM, this version has 2 pending issues to resolve. 1. This seems to break 'vmx' kvm-unit-test in 'error code <-> (!URG || prot_mode) [+]' case. The test basically tries to do nested vm entry with unrestricted guest disabled, re