From: Sean Christopherson <seanjc@google•com>
To: David Matlack <dmatlack@google•com>
Cc: kvm@vger•kernel.org, "David Hildenbrand" <david@redhat•com>,
"Paul Walmsley" <paul.walmsley@sifive•com>,
linux-riscv@lists•infradead.org,
"Claudio Imbrenda" <imbrenda@linux•ibm.com>,
"Janosch Frank" <frankja@linux•ibm.com>,
"Marc Zyngier" <maz@kernel•org>,
"Huacai Chen" <chenhuacai@kernel•org>,
"Aleksandar Markovic" <aleksandar.qemu.devel@gmail•com>,
"Zenghui Yu" <yuzenghui@huawei•com>,
"Palmer Dabbelt" <palmer@dabbelt•com>,
"Christian Borntraeger" <borntraeger@linux•ibm.com>,
"Eric Farman" <farman@linux•ibm.com>,
"Albert Ou" <aou@eecs•berkeley.edu>,
"Suzuki K Poulose" <suzuki.poulose@arm•com>,
"Nicholas Piggin" <npiggin@gmail•com>,
"Sathvika Vasireddy" <sv@linux•ibm.com>,
"Atish Patra" <atishp@atishpatra•org>,
kvmarm@lists•linux.dev, linux-arm-kernel@lists•infradead.org,
"Philippe Mathieu-Daudé" <philmd@linaro•org>,
"Anup Patel" <anup@brainfault•org>,
linux-mips@vger•kernel.org,
"Oliver Upton" <oliver.upton@linux•dev>,
"James Morse" <james.morse@arm•com>,
kvm-riscv@lists•infradead.org,
"Paolo Bonzini" <pbonzini@redhat•com>,
linuxppc-dev@lists•ozlabs.org
Subject: Re: [PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
Date: Fri, 7 Apr 2023 16:30:44 -0700 [thread overview]
Message-ID: <ZDCnpAd0fh2cKcpS@google.com> (raw)
In-Reply-To: <20230306190156.434452-1-dmatlack@google.com>
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 <seanjc@google•com>
next prev parent reply other threads:[~2023-04-07 23:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-06 19:01 [PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names David Matlack
2023-03-06 19:01 ` [PATCH v2 1/4] KVM: Refactor stats descriptor generation macros David Matlack
2023-04-06 4:42 ` Anup Patel
2023-03-06 19:01 ` [PATCH v2 2/4] KVM: Refactor designated initializer macros for struct _kvm_stats_desc David Matlack
2023-03-06 19:01 ` [PATCH v2 3/4] KVM: Allow custom names for KVM_STAT() David Matlack
2023-03-06 19:01 ` [PATCH v2 4/4] KVM: x86: Drop union for pages_{4k,2m,1g} stats David Matlack
2023-04-07 23:30 ` Sean Christopherson [this message]
2023-04-26 17:21 ` [PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names Oliver Upton
2023-05-09 20:51 ` David Matlack
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZDCnpAd0fh2cKcpS@google.com \
--to=seanjc@google$(echo .)com \
--cc=aleksandar.qemu.devel@gmail$(echo .)com \
--cc=anup@brainfault$(echo .)org \
--cc=aou@eecs$(echo .)berkeley.edu \
--cc=atishp@atishpatra$(echo .)org \
--cc=borntraeger@linux$(echo .)ibm.com \
--cc=chenhuacai@kernel$(echo .)org \
--cc=david@redhat$(echo .)com \
--cc=dmatlack@google$(echo .)com \
--cc=farman@linux$(echo .)ibm.com \
--cc=frankja@linux$(echo .)ibm.com \
--cc=imbrenda@linux$(echo .)ibm.com \
--cc=james.morse@arm$(echo .)com \
--cc=kvm-riscv@lists$(echo .)infradead.org \
--cc=kvm@vger$(echo .)kernel.org \
--cc=kvmarm@lists$(echo .)linux.dev \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-mips@vger$(echo .)kernel.org \
--cc=linux-riscv@lists$(echo .)infradead.org \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=maz@kernel$(echo .)org \
--cc=npiggin@gmail$(echo .)com \
--cc=oliver.upton@linux$(echo .)dev \
--cc=palmer@dabbelt$(echo .)com \
--cc=paul.walmsley@sifive$(echo .)com \
--cc=pbonzini@redhat$(echo .)com \
--cc=philmd@linaro$(echo .)org \
--cc=suzuki.poulose@arm$(echo .)com \
--cc=sv@linux$(echo .)ibm.com \
--cc=yuzenghui@huawei$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox