On 14.05.2025 06:16, Xiaoyao Li wrote:
Starting from QEMU v10.0.0, QEMU hits warnings when vcpus >= 2 with TCG
qemu-system-x86_64: warning: TCG doesn't support requested feature:
CPUID.01H:EDX.ht [bit 28]
qemu-system-x86_64: warning: TCG doesn't support requested feature:
CPUID.80000001H:ECX.cmp-legacy [bit 1]
For HVF, it should have the same warning of CPUID.01H:EDX.ht [bit 28].
This series tries to fix them.
Xiaoyao Li (2):
i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
i386/hvf: Make CPUID_HT supported
This seems to be a qemu-stable material (10.0).
Applied to staging-10.0, please let me know if I shouldn't.
Thanks,
/mjt