mbox series

[0/4] SVM fixes + apic fix

Message ID 20220301135526.136554-1-mlevitsk@redhat.com (mailing list archive)
Headers show
Series SVM fixes + apic fix | expand

Message

Maxim Levitsky March 1, 2022, 1:55 p.m. UTC
Those are few bug fixes which are in my patch queue,
rebased against current kvm/queue.

Best regards,
	Maxim Levitsky

Maxim Levitsky (4):
  KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SW
  KVM: x86: SVM: disable preemption in avic_refresh_apicv_exec_ctrl
  KVM: x86: SVM: use vmcb01 in avic_init_vmcb
  KVM: x86: lapic: don't allow to set non default apic id when not using
    x2apic api

 arch/x86/kvm/lapic.c    | 17 ++++++++---------
 arch/x86/kvm/svm/avic.c |  6 +++++-
 arch/x86/kvm/svm/svm.c  |  2 +-
 3 files changed, 14 insertions(+), 11 deletions(-)