mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Preparation for fd-based guest private memory
@ 2022-08-16 12:53 Chao Peng
  2022-08-16 12:53 ` [PATCH 1/2] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS Chao Peng
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Chao Peng @ 2022-08-16 12:53 UTC (permalink / raw)
  To: Paolo Bonzini, Sean Christopherson; +Cc: kvm, linux-kernel

These two are separated from fd-based guest private memory v7
(https://lkml.org/lkml/2022/7/6/253) and include pure renaming
preparation for that whole patchset.

Send it separately here with wish it can make review/merge easier.

There is no functional change for these two patches.

Chao Peng (2):
  KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
  KVM: Rename mmu_notifier_* to mmu_invalidate_*

 arch/arm64/kvm/mmu.c                     |  8 +--
 arch/mips/include/asm/kvm_host.h         |  2 +-
 arch/mips/kvm/mmu.c                      | 12 ++---
 arch/powerpc/include/asm/kvm_book3s_64.h |  2 +-
 arch/powerpc/kvm/book3s_64_mmu_host.c    |  4 +-
 arch/powerpc/kvm/book3s_64_mmu_hv.c      |  4 +-
 arch/powerpc/kvm/book3s_64_mmu_radix.c   |  6 +--
 arch/powerpc/kvm/book3s_hv_nested.c      |  2 +-
 arch/powerpc/kvm/book3s_hv_rm_mmu.c      |  8 +--
 arch/powerpc/kvm/e500_mmu_host.c         |  4 +-
 arch/riscv/kvm/mmu.c                     |  4 +-
 arch/x86/include/asm/kvm_host.h          |  2 +-
 arch/x86/kvm/mmu/mmu.c                   | 14 ++---
 arch/x86/kvm/mmu/paging_tmpl.h           |  4 +-
 include/linux/kvm_host.h                 | 66 ++++++++++++------------
 virt/kvm/kvm_main.c                      | 52 ++++++++++---------
 virt/kvm/pfncache.c                      | 17 +++---
 17 files changed, 108 insertions(+), 103 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-08-18  5:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 12:53 [PATCH 0/2] Preparation for fd-based guest private memory Chao Peng
2022-08-16 12:53 ` [PATCH 1/2] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS Chao Peng
2022-08-17 11:05   ` Paolo Bonzini
2022-08-18  5:53     ` Chao Peng
2022-08-16 12:53 ` [PATCH 2/2] KVM: Rename mmu_notifier_* to mmu_invalidate_* Chao Peng
2022-08-17 11:12 ` [PATCH 0/2] Preparation for fd-based guest private memory Paolo Bonzini

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

all inboxes | Powered by JetHome®