linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] KVM: SVM: Fix AVIC warning when enable irq window
@ 2020-05-06 13:17 Suravee Suthikulpanit
  2020-05-06 13:17 ` [PATCH 1/4] KVM: Introduce kvm_make_all_cpus_request_except() Suravee Suthikulpanit
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Suravee Suthikulpanit @ 2020-05-06 13:17 UTC (permalink / raw)
  To: linux-kernel, kvm
  Cc: pbonzini, joro, jon.grimm, mlevitsk, Suravee Suthikulpanit

Introduce kvm_make_all_cpus_request_except(), which is used
in the subsequent patch 2 to fix AVIC warning.

Also include miscelleneous clean ups.

Thanks,
Suravee

Suravee Suthikulpanit (4):
  KVM: Introduce kvm_make_all_cpus_request_except()
  KVM: SVM: Fixes setting V_IRQ while AVIC is still enabled
  KVM: SVM: Merge svm_enable_vintr into svm_set_vintr
  KVM: SVM: Remove unnecessary V_IRQ unsetting

 arch/x86/include/asm/kvm_host.h |  2 +-
 arch/x86/kvm/hyperv.c           |  6 ++++--
 arch/x86/kvm/i8254.c            |  4 ++--
 arch/x86/kvm/svm/avic.c         |  2 +-
 arch/x86/kvm/svm/svm.c          | 18 ++++++------------
 arch/x86/kvm/x86.c              | 16 +++++++++++++---
 include/linux/kvm_host.h        |  3 +++
 virt/kvm/kvm_main.c             | 14 +++++++++++---
 8 files changed, 41 insertions(+), 24 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-07  1:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 13:17 [PATCH 0/4] KVM: SVM: Fix AVIC warning when enable irq window Suravee Suthikulpanit
2020-05-06 13:17 ` [PATCH 1/4] KVM: Introduce kvm_make_all_cpus_request_except() Suravee Suthikulpanit
2020-05-06 13:17 ` [PATCH 2/4] KVM: SVM: Fixes setting V_IRQ while AVIC is still enabled Suravee Suthikulpanit
2020-05-06 16:29   ` Paolo Bonzini
2020-05-07  1:29     ` Suravee Suthikulpanit
2020-05-06 13:17 ` [PATCH 3/4] KVM: SVM: Merge svm_enable_vintr into svm_set_vintr Suravee Suthikulpanit
2020-05-06 13:17 ` [PATCH 4/4] KVM: SVM: Remove unnecessary V_IRQ unsetting Suravee Suthikulpanit
2020-05-06 16:30 ` [PATCH 0/4] KVM: SVM: Fix AVIC warning when enable irq window Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).