All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] KVM: Non-x86 changes for 6.4
@ 2023-04-24 17:35 Sean Christopherson
  2023-04-24 17:35 ` [GIT PULL] KVM: x86: Misc " Sean Christopherson
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Sean Christopherson @ 2023-04-24 17:35 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm

Non-x86, a.k.a. generic, KVM changes for 6.4.  Nothing particularly
interesting, just a random smattering of one-off patches.

The following changes since commit d8708b80fa0e6e21bc0c9e7276ad0bccef73b6e7:

  KVM: Change return type of kvm_arch_vm_ioctl() to "int" (2023-03-16 10:18:07 -0400)

are available in the Git repository at:

  https://github.com/kvm-x86/linux.git tags/kvm-x86-generic-6.4

for you to fetch changes up to b0d237087c674c43df76c1a0bc2737592f3038f4:

  KVM: Fix comments that refer to the non-existent install_new_memslots() (2023-03-24 08:20:17 -0700)

----------------------------------------------------------------
Common KVM changes for 6.4:

 - Drop unnecessary casts from "void *" throughout kvm_main.c

 - Tweak the layout of "struct kvm_mmu_memory_cache" to shrink the struct
   size by 8 bytes on 64-bit kernels by utilizing a padding hole

 - Fix a documentation format goof that was introduced when the KVM docs
   were converted to ReST

 - Constify MIPS's internal callbacks (a leftover from the hardware enabling
   rework that landed in 6.3)

----------------------------------------------------------------
Jun Miao (1):
      KVM: Fix comments that refer to the non-existent install_new_memslots()

Li kunyu (1):
      kvm: kvm_main: Remove unnecessary (void*) conversions

Mathias Krause (1):
      KVM: Shrink struct kvm_mmu_memory_cache

Sean Christopherson (1):
      KVM: MIPS: Make kvm_mips_callbacks const

Shaoqin Huang (1):
      KVM: Add the missed title format

 Documentation/virt/kvm/api.rst     |  1 +
 Documentation/virt/kvm/locking.rst |  2 +-
 arch/mips/include/asm/kvm_host.h   |  2 +-
 arch/mips/kvm/vz.c                 |  2 +-
 include/linux/kvm_host.h           |  4 ++--
 include/linux/kvm_types.h          |  2 +-
 virt/kvm/kvm_main.c                | 26 ++++++++++++--------------
 7 files changed, 19 insertions(+), 20 deletions(-)

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

end of thread, other threads:[~2023-04-26 22:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 17:35 [GIT PULL] KVM: Non-x86 changes for 6.4 Sean Christopherson
2023-04-24 17:35 ` [GIT PULL] KVM: x86: Misc " Sean Christopherson
2023-04-26 19:49   ` Paolo Bonzini
2023-04-24 17:35 ` [GIT PULL] KVM: x86: MMU " Sean Christopherson
2023-04-26 19:52   ` Paolo Bonzini
2023-04-24 17:35 ` [GIT PULL] KVM: x86: PMU " Sean Christopherson
2023-04-26 19:55   ` Paolo Bonzini
2023-04-24 17:35 ` [GIT PULL] KVM: x86: Selftests " Sean Christopherson
2023-04-26 19:56   ` Paolo Bonzini
2023-04-24 17:35 ` [GIT PULL] KVM: x86: SVM " Sean Christopherson
2023-04-26 19:58   ` Paolo Bonzini
2023-04-26 20:02     ` Sean Christopherson
2023-04-26 20:48       ` Paolo Bonzini
2023-04-26 22:40         ` Sean Christopherson
2023-04-24 17:35 ` [GIT PULL] KVM: x86: VMX " Sean Christopherson
2023-04-26 19:57   ` Paolo Bonzini
2023-04-26 19:49 ` [GIT PULL] KVM: Non-x86 " Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.