[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v2 3/6] hw/arm/virt-acpi-build: Distinguish possible and
From: |
Andrew Jones |
Subject: |
Re: [RFC PATCH v2 3/6] hw/arm/virt-acpi-build: Distinguish possible and present cpus |
Date: |
Tue, 27 Apr 2021 16:50:36 +0200 |
On Tue, Apr 13, 2021 at 04:07:42PM +0800, Yanan Wang wrote:
> From: Ying Fang <fangying1@huawei.com>
>
> When building ACPI tables regarding CPUs we should always build
> them for the number of possible CPUs, not the number of present
> CPUs. We then ensure only the present CPUs are enabled in MADT.
> Furthermore, it is also needed if we are going to support CPU
> hotplug in the future.
>
> This patch is a rework based on Andrew Jones's contribution at
> https://lists.gnu.org/archive/html/qemu-arm/2018-07/msg00076.html
Thank you for this credit, but I think I'd prefer a Co-developed-by
tag instead, if you don't mind.
Thanks,
drew
[RFC PATCH v2 2/6] hw/arm/virt: DT: Add cpu-map, Yanan Wang, 2021/04/13