Re: [PATCH v2] microvm: do not use the lastest cpu version

2025-03-18 Thread Michael S. Tsirkin
On Tue, Mar 18, 2025 at 12:01:44PM +0100, Paolo Bonzini wrote: > On 2/20/25 07:53, 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 unvers

Re: [PATCH v2] microvm: do not use the lastest cpu version

2025-03-18 Thread Paolo Bonzini
On 2/20/25 07:53, 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 machines 4.0.1 and old

Re: [PATCH v2] microvm: do not use the lastest cpu version

2025-03-17 Thread Ani Sinha
On Wed, Mar 5, 2025 at 7:56 PM Ani Sinha wrote: > > On Wed, Mar 5, 2025 at 7:12 PM Stefan Hajnoczi wrote: > > > > On Wed, Mar 05, 2025 at 01:24:25PM +0530, Ani Sinha wrote: > > > On Sat, Mar 1, 2025 at 9:04 PM Ani Sinha wrote: > > > > > > > > On Thu, Feb 20, 2025 at 12:36 PM Zhao Liu wrote: > >

Re: [PATCH v2] microvm: do not use the lastest cpu version

2025-03-05 Thread Ani Sinha
On Wed, Mar 5, 2025 at 7:12 PM Stefan Hajnoczi wrote: > > On Wed, Mar 05, 2025 at 01:24:25PM +0530, Ani Sinha wrote: > > On Sat, Mar 1, 2025 at 9:04 PM Ani Sinha wrote: > > > > > > On Thu, Feb 20, 2025 at 12:36 PM Zhao Liu wrote: > > > > > > > > On Thu, Feb 20, 2025 at 12:23:26PM +0530, Ani Sinh

Re: [PATCH v2] microvm: do not use the lastest cpu version

2025-03-05 Thread Stefan Hajnoczi
On Wed, Mar 05, 2025 at 01:24:25PM +0530, Ani Sinha wrote: > On Sat, Mar 1, 2025 at 9:04 PM Ani Sinha wrote: > > > > On Thu, Feb 20, 2025 at 12:36 PM Zhao Liu wrote: > > > > > > On Thu, Feb 20, 2025 at 12:23:26PM +0530, Ani Sinha wrote: > > > > Date: Thu, 20 Feb 2025 12:23:26 +0530 > > > > From:

Re: [PATCH v2] microvm: do not use the lastest cpu version

2025-03-04 Thread Ani Sinha
On Sat, Mar 1, 2025 at 9:04 PM Ani Sinha wrote: > > On Thu, Feb 20, 2025 at 12:36 PM Zhao Liu wrote: > > > > On Thu, Feb 20, 2025 at 12:23:26PM +0530, Ani Sinha wrote: > > > Date: Thu, 20 Feb 2025 12:23:26 +0530 > > > From: Ani Sinha > > > Subject: [PATCH v2] microvm: do not use the lastest cpu

Re: [PATCH v2] microvm: do not use the lastest cpu version

2025-03-01 Thread Ani Sinha
On Thu, Feb 20, 2025 at 12:36 PM Zhao Liu wrote: > > On Thu, Feb 20, 2025 at 12:23:26PM +0530, Ani Sinha wrote: > > Date: Thu, 20 Feb 2025 12:23:26 +0530 > > From: Ani Sinha > > Subject: [PATCH v2] microvm: do not use the lastest cpu version > > X-Mailer: git-send-email 2.45.2 > > > > commit 0788

Re: [PATCH v2] microvm: do not use the lastest cpu version

2025-02-19 Thread Zhao Liu
On Thu, Feb 20, 2025 at 12:23:26PM +0530, Ani Sinha wrote: > Date: Thu, 20 Feb 2025 12:23:26 +0530 > From: Ani Sinha > Subject: [PATCH v2] microvm: do not use the lastest cpu version > X-Mailer: git-send-email 2.45.2 > > commit 0788a56bd1ae3 ("i386: Make unversioned CPU models be aliases") > intr