[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/6] target/s390x/cpu_model: Drop local @err in s390_realize_
From: |
Zhao Liu |
Subject: |
Re: [PATCH 2/6] target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model() |
Date: |
Fri, 19 Apr 2024 16:48:07 +0800 |
On Fri, Apr 19, 2024 at 09:39:53AM +0200, Thomas Huth wrote:
> Date: Fri, 19 Apr 2024 09:39:53 +0200
> From: Thomas Huth <thuth@redhat.com>
> Subject: Re: [PATCH 2/6] target/s390x/cpu_model: Drop local @err in
> s390_realize_cpu_model()
>
> On 19/04/2024 08.57, Zhao Liu wrote:
> > From: Zhao Liu <zhao1.liu@intel.com>
> >
> > Use @errp to fetech error information directly and drop the local
>
> s/fetech/fetch/
>
> > virable @err.
>
> s/virable/variable/
>
> > Suggested-by: Thomas Huth <thuth@redhat.com>
> > Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
> > ---
> > target/s390x/cpu_models.c | 4 +---
> > 1 file changed, 1 insertion(+), 3 deletions(-)
>
> With the typos fixed:
> Reviewed-by: Thomas Huth <thuth@redhat.com>
>
Thanks! --codespell check also missed them. Will fix!
Regards,
Zhao
[PATCH 4/6] target/s390x/cpu_models: Drop local @err in get_max_cpu_model(), Zhao Liu, 2024/04/19
[PATCH 6/6] target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model(), Zhao Liu, 2024/04/19