[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 02/27] util: Add cpuinfo-i386.c
|
From: |
Alex Bennée |
|
Subject: |
Re: [PATCH 02/27] util: Add cpuinfo-i386.c |
|
Date: |
Tue, 23 May 2023 17:01:47 +0100 |
|
User-agent: |
mu4e 1.11.6; emacs 29.0.91 |
Richard Henderson <richard.henderson@linaro.org> writes:
> On 5/21/23 04:28, Philippe Mathieu-Daudé wrote:
>> On 20/5/23 18:26, Richard Henderson wrote:
>>> Add cpuinfo.h for i386 and x86_64, and the initialization
>>> for that in util/. Populate that with a slightly altered
>>> copy of the tcg host probing code. Other uses of cpuid.h
>>> will be adjusted one patch at a time.
>>>
>>> Reviewed-by: Juan Quintela <quintela@redhat.com>
>>> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
>>> ---
>>> host/include/i386/host/cpuinfo.h | 38 ++++++++++++
>>> host/include/x86_64/host/cpuinfo.h | 1 +
>>> util/cpuinfo-i386.c | 97 ++++++++++++++++++++++++++++++
>>> util/meson.build | 4 ++
>>> 4 files changed, 140 insertions(+)
>>> create mode 100644 host/include/i386/host/cpuinfo.h
>>> create mode 100644 host/include/x86_64/host/cpuinfo.h
>>> create mode 100644 util/cpuinfo-i386.c
>> Missing F: entry in MAINTAINERS file. We probably need new sections.
>
> What would you put there?
Part of Guest CPU cores (TCG) I guess.
Anyway:
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
- [PATCH 00/27] accel/tcg: Improvements to atomic128.h, Richard Henderson, 2023/05/20
- [PATCH 03/27] util: Add i386 CPUINFO_ATOMIC_VMOVDQU, Richard Henderson, 2023/05/20
- [PATCH 05/27] util/bufferiszero: Use i386 host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 04/27] tcg/i386: Use host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 06/27] migration/xbzrle: Shuffle function order, Richard Henderson, 2023/05/20
- [PATCH 07/27] migration/xbzrle: Use i386 host/cpuinfo.h, Richard Henderson, 2023/05/20
- [PATCH 08/27] migration: Build migration_files once, Richard Henderson, 2023/05/20
- [PATCH 09/27] util: Add cpuinfo-aarch64.c, Richard Henderson, 2023/05/20
- [PATCH 10/27] include/host: Split out atomic128-cas.h, Richard Henderson, 2023/05/20
- [PATCH 12/27] meson: Fix detect atomic128 support with optimization, Richard Henderson, 2023/05/20