public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] KVM: simplify hardware initialization
@ 2022-11-02  6:24 isaku.yamahata
  2022-11-02  6:24 ` [PATCH 1/4] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit() isaku.yamahata
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: isaku.yamahata @ 2022-11-02  6:24 UTC (permalink / raw)
  To: linux-kernel, kvm, Paolo Bonzini, Sean Christopherson,
	Marc Zyngier
  Cc: isaku.yamahata, isaku.yamahata

From: Isaku Yamahata <isaku.yamahata@intel.com>

This patch series include random simplifications of KVM hardware enable/disable.
Although the past attempt [1] was turned out to be a bad idea, it has still
useful patches.  This is small subset of [1].

[1] https://lore.kernel.org/kvm/cover.1663869838.git.isaku.yamahata@intel.com/

Isaku Yamahata (3):
  KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
  KVM: Make cpus_hardware_enabled cpumask_t instead of cpumask_var_t
  KVM: kvm_main.c: Remove a global variable, hardware_enable_failed

Marc Zyngier (1):
  KVM: arm64: Simplify the CPUHP logic

 arch/arm64/kvm/arch_timer.c     | 27 +++++++------------
 arch/arm64/kvm/arm.c            | 13 +++++++++
 arch/arm64/kvm/vgic/vgic-init.c | 19 ++-----------
 include/kvm/arm_arch_timer.h    |  4 +++
 include/kvm/arm_vgic.h          |  4 +++
 include/linux/cpuhotplug.h      |  3 ---
 virt/kvm/kvm_main.c             | 48 ++++++++++++++++-----------------
 7 files changed, 56 insertions(+), 62 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-11-02 15:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02  6:24 [PATCH 0/4] KVM: simplify hardware initialization isaku.yamahata
2022-11-02  6:24 ` [PATCH 1/4] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit() isaku.yamahata
2022-11-02  6:24 ` [PATCH 2/4] KVM: Make cpus_hardware_enabled cpumask_t instead of cpumask_var_t isaku.yamahata
2022-11-02  6:24 ` [PATCH 3/4] KVM: kvm_main.c: Remove a global variable, hardware_enable_failed isaku.yamahata
2022-11-02  6:24 ` [PATCH 4/4] KVM: arm64: Simplify the CPUHP logic isaku.yamahata
2022-11-02 15:39 ` [PATCH 0/4] KVM: simplify hardware initialization Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox