qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/27] util: Add cpuinfo-i386.c


From: Richard Henderson
Subject: Re: [PATCH 02/27] util: Add cpuinfo-i386.c
Date: Sun, 21 May 2023 08:05:23 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

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?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]