Re: [PATCH v7 00/20] KVM: x86: Enable APX for guests
From: Zhao Liu
Date: Wed Sep 23 2026 - 07:14:01 EST
On Wed, Sep 02, 2026 at 02:17:44AM +0000, Chang S. Bae wrote:
> Date: Wed, 2 Sep 2026 02:17:44 +0000
> From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
> Subject: [PATCH v7 00/20] KVM: x86: Enable APX for guests
> X-Mailer: git-send-email 2.53.0
>
> Dear KVM maintainers,
>
> This respin is primarily a rebase onto v7.3, with the following minor
> changes:
>
> * Patch 8: Adjust the core API usage from static_cpu_has() to
> cpu_feature_enabled().
> * Patch 2: Fix an unintended code comment change that was previously
> leaked to next patch.
>
> Please let me know if there are any remaining issues that should be
> addressed. I'm trying to figure out the next steps for the series.
>
> Otherwise, I would appreciate your consideration for picking up this.
Hi Chang,
I tested this series with QEMU master, and no regression was found.
my tests include:
1) Check APX enumeration & XSTATE in L1 & L2 VM.
2) (with AI help) Collect instruction test cases from LLVM/GCC and
create some new, then test them in L1 & L2 VM.
3) Expand the selftest to cover additional KVM instruction-emulator
cases.
All tests are passed at my side, so,
Tested-by: Zhao Liu <zhao1.liu@xxxxxxxxx>