On Wed, Dec 17, 2025 at 03:16:27PM +0100, Igor Mammedov wrote:
Date: Wed, 17 Dec 2025 15:16:27 +0100 From: Igor Mammedov <imammedo@redhat.com> Subject: Re: [PATCH v5 07/28] tests/acpi: Update DSDT tables for pc machine X-Mailer: Claws Mail 4.3.1 (GTK 3.24.51; x86_64-redhat-linux-gnu)
On Wed, 3 Dec 2025 00:28:14 +0800 Zhao Liu <zhao1.liu@intel.com> wrote:
Now the legacy cpu hotplug way has gone away, and there's no _INIT method in DSDT table for modern cpu hotplug support.
Update DSDT tables for pc machine.
The following diff changes show only _INIT methods are removed from DSDT tables.
below diff in commit message confuses git am, I'd suggests to point out only what's deleted and skip the rest, aka. removed section in x86 DSDTs: - - Method (_INI, 0, Serialized) // _INI: Initialize - { - CSEL = Zero - }
ditto for blurb in the next patch
Yes, good idea. Indeed, this nearly duplicated information makes the commit message quite lengthy, so I had to split it into two patches. Will merge these 2 patches (this patch and next patch). Thanks, Zhao