Re: [PATCH v3] hw/i386/cpu: remove default_cpu_version and simplify

2025-01-22 Thread Ani Sinha
On Tue, Jan 21, 2025 at 4:58 PM Zhao Liu wrote: > > Hi Ani, > > Sorry for late reply. > > On Thu, Jan 16, 2025 at 09:04:18AM +0530, Ani Sinha wrote: > > Date: Thu, 16 Jan 2025 09:04:18 +0530 > > From: Ani Sinha > > Subject: [PATCH v3] hw/i386/cpu: remove de

Re: [PATCH v3] hw/i386/cpu: remove default_cpu_version and simplify

2025-01-21 Thread Zhao Liu
Hi Ani, Sorry for late reply. On Thu, Jan 16, 2025 at 09:04:18AM +0530, Ani Sinha wrote: > Date: Thu, 16 Jan 2025 09:04:18 +0530 > From: Ani Sinha > Subject: [PATCH v3] hw/i386/cpu: remove default_cpu_version and simplify > X-Mailer: git-send-email 2.45.2 > > commit 0788a56b

Re: [PATCH v3] hw/i386/cpu: remove default_cpu_version and simplify

2025-01-20 Thread Ani Sinha
On Thu, Jan 16, 2025 at 9:04 AM Ani Sinha wrote: > > commit 0788a56bd1ae3 ("i386: Make unversioned CPU models be aliases") > introduced 'default_cpu_version' for PCMachineClass. This created three > categories of CPU models: > - Most unversioned CPU models would use version 1 by default. > - For

[PATCH v3] hw/i386/cpu: remove default_cpu_version and simplify

2025-01-15 Thread Ani Sinha
commit 0788a56bd1ae3 ("i386: Make unversioned CPU models be aliases") introduced 'default_cpu_version' for PCMachineClass. This created three categories of CPU models: - Most unversioned CPU models would use version 1 by default. - For machines 4.0.1 and older that do not support cpu model aliase