mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sean Christopherson <seanjc@google.com>
To: Sean Christopherson <seanjc@google.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	 Ewan Hai-oc <ewanhai-oc@zhaoxin.com>
Cc: Shuah Khan <shuah@kernel.org>, Frank Zhu <frankzhu@zhaoxin.com>,
	kvm@vger.kernel.org,  linux-kselftest@vger.kernel.org,
	linux-kernel@vger.kernel.org,  ewanhai@zhaoxin.com,
	cobechen@zhaoxin.com
Subject: Re: [PATCH v2 0/9] KVM: selftests: Add Zhaoxin CPU support
Date: Mon, 21 Sep 2026 07:05:28 -0700	[thread overview]
Message-ID: <178999920500.751128.15894438912016690895.b4-ty@google.com> (raw)
In-Reply-To: <20260910115414.3015260-1-ewanhai-oc@zhaoxin.com>

On Thu, 10 Sep 2026 19:54:05 +0800, Ewan Hai-oc wrote:
> From: Frank Zhu <frankzhu@zhaoxin.com>
> 
> This series adds Zhaoxin CPU support to the KVM x86 selftests.
> 
> Zhaoxin CPUs use the "CentaurHauls" and "  Shanghai  " vendor strings
> and implement VMX-compatible virtualization, so KVM handles them via
> its VMX backend.  Several selftests currently assume a CPU is either
> Intel or AMD, which makes them misbehave or skip on Zhaoxin hosts.
> 
> [...]

Applied to kvm-x86 selftests, thanks!

[1/9] KVM: selftests: Add Zhaoxin CPU detection support
      https://github.com/kvm-x86/linux/commit/d80ddf303f3a
[2/9] KVM: selftests: Use host_cpu_is_intel_compatible for mediated PMU
      https://github.com/kvm-x86/linux/commit/9bb23b9e85ea
[3/9] KVM: selftests: nx_huge_pages_test: Add TDP detection for Zhaoxin CPUs
      https://github.com/kvm-x86/linux/commit/54edcc375a46
[4/9] KVM: selftests: vmx_exception_with_invalid_guest_state: Support Zhaoxin CPUs
      https://github.com/kvm-x86/linux/commit/7610139e1ab7
[5/9] KVM: selftests: fix_hypercall_test: Add Zhaoxin CPU support
      https://github.com/kvm-x86/linux/commit/2625a21954c4
[6/9] KVM: selftests: Skip PERF_CAPABILITIES vCPU checks without PDCM
      SKIP: (this is a KVM bug)
[7/9] KVM: selftests: feature_msrs_test: Extend MSR_IA32_UCODE_REV quirk to Zhaoxin
      https://github.com/kvm-x86/linux/commit/658d82c07e78
[8/9] KVM: selftests: nested_exceptions_test: Add Zhaoxin CPU support
      https://github.com/kvm-x86/linux/commit/1a0abfad6c80
[9/9] KVM: selftests: vmx_apic_access_test: Check APIC virtualization support
      https://github.com/kvm-x86/linux/commit/0d5c14800de0

--
https://github.com/kvm-x86/linux/tree/next

      parent reply	other threads:[~2026-09-21 14:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-10 11:54 Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 1/9] KVM: selftests: Add Zhaoxin CPU detection support Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 2/9] KVM: selftests: Use host_cpu_is_intel_compatible for mediated PMU Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 3/9] KVM: selftests: nx_huge_pages_test: Add TDP detection for Zhaoxin CPUs Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 4/9] KVM: selftests: vmx_exception_with_invalid_guest_state: Support " Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 5/9] KVM: selftests: fix_hypercall_test: Add Zhaoxin CPU support Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 6/9] KVM: selftests: Skip PERF_CAPABILITIES vCPU checks without PDCM Ewan Hai-oc
2026-09-11 16:19   ` Sean Christopherson
2026-09-22  1:54     ` Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 7/9] KVM: selftests: feature_msrs_test: Extend MSR_IA32_UCODE_REV quirk to Zhaoxin Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 8/9] KVM: selftests: nested_exceptions_test: Add Zhaoxin CPU support Ewan Hai-oc
2026-09-10 11:54 ` [PATCH v2 9/9] KVM: selftests: vmx_apic_access_test: Check APIC virtualization support Ewan Hai-oc
2026-09-11 16:32   ` Sean Christopherson
2026-09-21 14:05 ` Sean Christopherson [this message]

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=178999920500.751128.15894438912016690895.b4-ty@google.com \
    --to=seanjc@google.com \
    --cc=cobechen@zhaoxin.com \
    --cc=ewanhai-oc@zhaoxin.com \
    --cc=ewanhai@zhaoxin.com \
    --cc=frankzhu@zhaoxin.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=shuah@kernel.org \
    /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

all inboxes | Powered by JetHome®