From: Mingwei Zhang <mizhang@google.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Sean Christopherson <seanjc@google.com>,
Vitaly Kuznetsov <vkuznets@redhat.com>,
Wanpeng Li <wanpengli@tencent.com>,
Jim Mattson <jmattson@google.com>, Joerg Roedel <joro@8bytes.org>,
kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
Ben Gardon <bgardon@google.com>,
Mingwei Zhang <mizhang@google.com>,
Jing Zhang <jingzhangos@google.com>
Subject: [PATCH 0/2] Add detailed page size stats in KVM stats
Date: Tue, 20 Jul 2021 22:12:45 -0700 [thread overview]
Message-ID: <20210721051247.355435-1-mizhang@google.com> (raw)
This commit basically adds detailed (large and regular) page size info to
KVM stats while preserves the existing metric: lpages.
To support legacy MMU and TDP mmu, we use atomic type for all page stats.
pre-v1 (internal reviewers):
- use atomic in all page stats and use 'level' as index. [sean]
- use an extra argument in kvm_update_page_stats for atomic/non-atomic.
[bgardon]
- should be careful on the difference between legacy mmu and tdp mmu.
[jingzhangos]
Mingwei Zhang (2):
kvm: mmu/x86: Remove redundant spte present check in mmu_set_spte
kvm: mmu/x86: Add detailed page size stats
arch/x86/include/asm/kvm_host.h | 9 ++++++
arch/x86/kvm/mmu.h | 2 ++
arch/x86/kvm/mmu/mmu.c | 53 +++++++++++++++++++++------------
arch/x86/kvm/mmu/tdp_mmu.c | 10 +++----
arch/x86/kvm/x86.c | 6 +++-
5 files changed, 54 insertions(+), 26 deletions(-)
--
2.32.0.402.g57bb445576-goog
next reply other threads:[~2021-07-21 5:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-21 5:12 Mingwei Zhang [this message]
2021-07-21 5:12 ` [PATCH 1/2] kvm: mmu/x86: Remove redundant spte present check in mmu_set_spte Mingwei Zhang
2021-07-21 16:27 ` Sean Christopherson
2021-07-21 5:12 ` [PATCH 2/2] kvm: mmu/x86: Add detailed page size stats Mingwei Zhang
2021-07-21 16:50 ` Ben Gardon
2021-07-21 18:34 ` Sean Christopherson
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=20210721051247.355435-1-mizhang@google.com \
--to=mizhang@google.com \
--cc=bgardon@google.com \
--cc=jingzhangos@google.com \
--cc=jmattson@google.com \
--cc=joro@8bytes.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=seanjc@google.com \
--cc=vkuznets@redhat.com \
--cc=wanpengli@tencent.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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