Re: [PATCH v3] target/i386: Fix model number of Zhaoxin YongFeng vCPU template

2025-04-14 Thread Ewan Hai
On 4/14/25 11:05 PM, Zhao Liu wrote: On Mon, Apr 14, 2025 at 03:53:42AM -0400, Ewan Hai wrote: Date: Mon, 14 Apr 2025 03:53:42 -0400 From: Ewan Hai Subject: [PATCH v3] target/i386: Fix model number of Zhaoxin YongFeng vCPU template X-Mailer: git-send-email 2.34.1 The model number was

Re: [PATCH v3] target/i386: Fix model number of Zhaoxin YongFeng vCPU template

2025-04-14 Thread Zhao Liu
On Mon, Apr 14, 2025 at 03:53:42AM -0400, Ewan Hai wrote: > Date: Mon, 14 Apr 2025 03:53:42 -0400 > From: Ewan Hai > Subject: [PATCH v3] target/i386: Fix model number of Zhaoxin YongFeng vCPU > template > X-Mailer: git-send-email 2.34.1 > > The model number was mistakenl

[PATCH v3] target/i386: Fix model number of Zhaoxin YongFeng vCPU template

2025-04-14 Thread Ewan Hai
The model number was mistakenly set to 0x0b (11) in commit ff04bc1ac4. The correct value is 0x5b. This mistake occurred because the extended model bits in cpuid[eax=0x1].eax were overlooked, and only the base model was used. Using the wrong model number can affect guest behavior. One known issue i