On Thu, Sep 17, 2020 at 11:20:27AM +0800, Ying Fang wrote: > 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. > > Signed-off-by: Andrew Jones <drjo...@redhat.com> > Signed-off-by: Ying Fang <fangyi...@huawei.com> > --- > hw/arm/virt-acpi-build.c | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-)
I approached this in a different way in the refresh, so the this patch was dropped, but the refresh is completely untested, so something similar may still be necessary. Thanks, drew