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

2025-02-19 Thread Sergio Lopez Pascual
Ani Sinha writes: > Microvm machines are not versioned and therefore there is no requirement to > use > the latest cpu model by default. Let microvms use the non-versioned cpu model. > Those users who need spefific cpu versions can use explicit commandline to > select the cpu version desired. >

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

2025-02-19 Thread Igor Mammedov
On Thu, 13 Feb 2025 15:11:00 +0530 Ani Sinha wrote: > Microvm machines are not versioned and therefore there is no requirement to > use > the latest cpu model by default. Let microvms use the non-versioned cpu model. > Those users who need spefific cpu versions can use explicit commandline to >

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

2025-02-13 Thread Ani Sinha
Microvm machines are not versioned and therefore there is no requirement to use the latest cpu model by default. Let microvms use the non-versioned cpu model. Those users who need spefific cpu versions can use explicit commandline to select the cpu version desired. CC: imamm...@redhat.com CC: zhao