Re: [PATCH] targer/i386/cpu: Fix CPUID_HT exposure

2023-10-12 Thread Farrah Chen
On 2023-10-10 at 02:05:39 -0400, Xiaoyao Li wrote: > When explicitly booting a multiple vcpus vm with "-cpu +ht", it gets > warning of > > warning: host doesn't support requested feature: CPUID.01H:EDX.ht [bit 28] > > Make CPUID_HT as supported unconditionally can resolve the warning. > However

Re: [PATCH] targer/i386/cpu: Fix CPUID_HT exposure

2023-10-10 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH] targer/i386/cpu: Fix CPUID_HT exposure

2023-10-09 Thread Xiaoyao Li
When explicitly booting a multiple vcpus vm with "-cpu +ht", it gets warning of warning: host doesn't support requested feature: CPUID.01H:EDX.ht [bit 28] Make CPUID_HT as supported unconditionally can resolve the warning. However it introduces another issue that it also expose CPUID_HT to gues