kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] KVM selftests enhancements
@ 2024-10-21  6:22 Manali Shukla
  2024-10-21  6:22 ` [PATCH v1 1/4] KVM: selftests: Add safe_halt() and cli() helpers to common code Manali Shukla
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Manali Shukla @ 2024-10-21  6:22 UTC (permalink / raw)
  To: kvm, linux-kselftest; +Cc: pbonzini, seanjc, shuah, nikunj, manali.shukla

This series was prompted by feedback given in [1].
Patch 1   : Adds safe_hlt() and cli() helpers.
Patch 2, 3: Adds an interface to read vcpu stat in selftest.  Adds
            a macro to generate compiler error to detect typos at
            compile time while parsing vcpu and vm stats.
Patch 4   : Fix few of the selftests based on newly defined macro.

This series was split from the Idle HLT intercept support series [2]
because the series has a few changes in the vm_get_stat() interface
as suggested in [1] and a few changes in two of the self-tests
(nx_huge_pages_test.c and dirty_log_page_splitting_test.c) which use
vm_get_stat() functionality to retrieve specified VM stats. These
changes are unrelated to the Idle HLT intercept support series [2].

[1] https://lore.kernel.org/kvm/ZruDweYzQRRcJeTO@google.com/T/#m7cd7a110f0fcff9a03176935ed016f49088df6b0

[2] https://lore.kernel.org/kvm/ZruDweYzQRRcJeTO@google.com/T/#m6c67ca8ccb226e5f357d943da2a2965a4224f69a


Manali Shukla (4):
  KVM: selftests: Add safe_halt() and cli() helpers to common code
  KVM: selftests: Add an interface to read the data of named vcpu stat
  KVM: selftests: convert vm_get_stat to macro
  KVM: selftests: Replace previously used vm_get_stat() to macro

 .../testing/selftests/kvm/include/kvm_util.h  | 83 +++++++++++++++++--
 .../kvm/include/x86_64/kvm_util_arch.h        | 52 ++++++++++++
 .../selftests/kvm/include/x86_64/processor.h  | 17 ++++
 tools/testing/selftests/kvm/lib/kvm_util.c    | 40 +++++++++
 .../x86_64/dirty_log_page_splitting_test.c    |  6 +-
 .../selftests/kvm/x86_64/nx_huge_pages_test.c |  4 +-
 6 files changed, 191 insertions(+), 11 deletions(-)


base-commit: c8d430db8eec7d4fd13a6bea27b7086a54eda6da
-- 
2.34.1


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

end of thread, other threads:[~2024-12-20  0:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21  6:22 [PATCH v1 0/4] KVM selftests enhancements Manali Shukla
2024-10-21  6:22 ` [PATCH v1 1/4] KVM: selftests: Add safe_halt() and cli() helpers to common code Manali Shukla
2024-12-19 17:39   ` Sean Christopherson
2024-10-21  6:22 ` [PATCH v1 2/4] KVM: selftests: Add an interface to read the data of named vcpu stat Manali Shukla
2024-12-20  0:35   ` Sean Christopherson
2024-10-21  6:22 ` [PATCH v1 3/4] KVM: selftests: convert vm_get_stat to macro Manali Shukla
2024-10-21  6:22 ` [PATCH v1 4/4] KVM: selftests: Replace previously used vm_get_stat() " Manali Shukla
2024-12-20  0:42   ` Sean Christopherson
2024-11-28 15:06 ` [PATCH v1 0/4] KVM selftests enhancements Manali Shukla
2024-12-20  0:52 ` Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).