From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Christopherson Date: Fri, 7 Apr 2023 16:30:44 -0700 Subject: [PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names In-Reply-To: <20230306190156.434452-1-dmatlack@google.com> References: <20230306190156.434452-1-dmatlack@google.com> Message-ID: List-Id: To: kvm-riscv@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Mar 06, 2023, David Matlack wrote: > David Matlack (4): > KVM: Refactor stats descriptor generation macros > KVM: Refactor designated initializer macros for struct _kvm_stats_desc > KVM: Allow custom names for KVM_STAT() > KVM: x86: Drop union for pages_{4k,2m,1g} stats > > arch/arm64/kvm/guest.c | 14 +-- > arch/mips/kvm/mips.c | 54 ++++----- > arch/powerpc/kvm/book3s.c | 62 +++++----- > arch/powerpc/kvm/booke.c | 48 ++++---- > arch/riscv/kvm/vcpu.c | 16 +-- > arch/s390/kvm/kvm-s390.c | 198 ++++++++++++++++---------------- > arch/x86/include/asm/kvm_host.h | 9 +- > arch/x86/kvm/x86.c | 94 +++++++-------- > include/linux/kvm_host.h | 179 +++++++++++------------------ > 9 files changed, 314 insertions(+), 360 deletions(-) For the series, Reviewed-by: Sean Christopherson