On Fri, 17 Feb 2023 20:33:34 +0100, Mathias Krause wrote: > v1: https://lore.kernel.org/kvm/20230213163351.30704-1-minipli@xxxxxxxxxxxxxx/ > > This used to be a more exhaustive patch set shrinking kvm_vcpu's size. > But we concluded that this would be too fragile to maintain and would > require a more radical layout change to group often used members > together instead of chopping off individual padding bytes. > > [...] Applied patch 1 to kvm-x86 pmu, and patch 2 to generic, thanks! [1/2] KVM: x86: Shrink struct kvm_pmu https://github.com/kvm-x86/linux/commit/12aad9164763 [2/2] KVM: Shrink struct kvm_mmu_memory_cache https://github.com/kvm-x86/linux/commit/f530b531fb9e -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes