On Wed, Aug 30, 2023 at 2:07 AM Sean Christopherson <seanjc@xxxxxxxxxx> wrote: > > VMX changes for 6.6. Nothing mindblowing, by far the most interesting change > is the super late fix for NMI VM-Exits that you've already looked at. > > The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c: > > Linux 6.5-rc2 (2023-07-16 15:10:37 -0700) > > are available in the Git repository at: > > https://github.com/kvm-x86/linux.git tags/kvm-x86-vmx-6.6 > > for you to fetch changes up to 50011c2a245792993f2756e5b5b571512bfa409e: > > KVM: VMX: Refresh available regs and IDT vectoring info before NMI handling (2023-08-28 20:07:43 -0700) > > ---------------------------------------------------------------- > KVM: x86: VMX changes for 6.6: > > - Misc cleanups > > - Fix a bug where KVM reads a stale vmcs.IDT_VECTORING_INFO_FIELD when trying > to handle NMI VM-Exits Pulled, thanks. Paolo > ---------------------------------------------------------------- > Sean Christopherson (3): > KVM: VMX: Drop manual TLB flush when migrating vmcs.APIC_ACCESS_ADDR > KVM: VMX: Delete ancient pr_warn() about KVM_SET_TSS_ADDR not being set > KVM: VMX: Refresh available regs and IDT vectoring info before NMI handling > > Shiyuan Gao (1): > KVM: VMX: Rename vmx_get_max_tdp_level() to vmx_get_max_ept_level() > > arch/x86/kvm/vmx/vmx.c | 38 +++++++++++++++++--------------------- > 1 file changed, 17 insertions(+), 21 deletions(-) >