[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] microvm: do not use the lastest cpu version
From: |
Sergio Lopez Pascual |
Subject: |
Re: [PATCH] microvm: do not use the lastest cpu version |
Date: |
Wed, 19 Feb 2025 09:50:17 -0800 |
Ani Sinha <anisinha@redhat.com> 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.
>
> CC: imammedo@redhat.com
> CC: zhao1.liu@intel.com
> Signed-off-by: Ani Sinha <anisinha@redhat.com>
> ---
> hw/i386/microvm.c | 2 +-
> target/i386/cpu.c | 15 ---------------
> target/i386/cpu.h | 4 ----
> 3 files changed, 1 insertion(+), 20 deletions(-)
Reviewed-by: Sergio Lopez <slp@redhat.com>