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

 target/i386/cpu.c           | 8 +++++---
 target/i386/hvf/x86_cpuid.c | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.43.0


Reply via email to