[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/9] tcg/i386: Use cpuinfo.h
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH 4/9] tcg/i386: Use cpuinfo.h |
|
Date: |
Thu, 18 May 2023 16:53:00 +0100 |
On Thu, 18 May 2023 at 05:41, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Use the CPUINFO_* bits instead of the individual boolean
> variables that we had been using. Remove all of the init
> code that was moved over to cpuinfo-i386.c.
>
> Note that have_avx512* check both AVX512{F,VL}, as we had
> previously done during tcg_target_init.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/i386/tcg-target.h | 28 +++++----
> tcg/i386/tcg-target.c.inc | 123 ++------------------------------------
> 2 files changed, 22 insertions(+), 129 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH 1/9] util: Introduce host-specific cpuinfo.h, (continued)
- [PATCH 1/9] util: Introduce host-specific cpuinfo.h, Richard Henderson, 2023/05/18
- [PATCH 3/9] util: Add i386 CPUINFO_ATOMIC_VMOVDQU, Richard Henderson, 2023/05/18
- [PATCH 2/9] util: Add cpuinfo-i386.c, Richard Henderson, 2023/05/18
- [PATCH 6/9] migration/xbzrle: Shuffle function order, Richard Henderson, 2023/05/18
- [PATCH 4/9] tcg/i386: Use cpuinfo.h, Richard Henderson, 2023/05/18
- Re: [PATCH 4/9] tcg/i386: Use cpuinfo.h,
Peter Maydell <=
- [PATCH 9/9] util: Add cpuinfo-aarch64.c, Richard Henderson, 2023/05/18
- [PATCH 8/9] migration: Build migration_files once, Richard Henderson, 2023/05/18
- [PATCH 5/9] util/bufferiszero: Use i386 cpuinfo.h, Richard Henderson, 2023/05/18
- [PATCH 7/9] migration/xbzrle: Use i386 cacheinfo.h, Richard Henderson, 2023/05/18