[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/2] libacpi: Remove CPU hotplug and GPE handling from PVH DSDTs
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>
- Date: Thu, 11 Sep 2025 17:36:08 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ILnfP8RABLb+q0Xa/Rg4y+cxoUVc0GUqnq9+CRWXsBA=; b=MjNgoS/RiQq1rcRXaSPycZPKm9Zs8EnG0DmdnBQEU0DxXSsVgFqO8sFfY1z2UauUAzjlBjs4b3BiJfxZVrW5hbxwfvhkXBQqDoknJmHUiLlrbvOLwTxUVGHTQLSZl+U2h+0czaziae8Cw9Pj01A4Fa0bzfVNg/BiB3QxbdRVY1NPXfI/swujYH9LIH9Nl/zR/o7wMmh7aCCLXsnmkTUw+rBrc3unOU/IvU5bMrGHVKL9vcxAUoUbl49bBIgSbpOlaltS0/PxKHRgnhcl1i7prXnCfEHSzPEkqIzx2+z04WiL6pAlFA6qWoZ0BzdQ5bVsaBaqCZhP/RgHGBOl/fiLTA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=IehtMrj6cehdKeo197EpFyMalbFvgv3iKoLSwdW7+Opqv5bj9HSpF1/HSu5kx41LYg7Yyl2aXsfonDgVBmOOj1eTE6NuNyEqXArkKCP3Ji2G12+ECWrdHglpOVshkqV1/JhCw9FUCRVVZX3nUrp/K0GTVGgDH+FAvjO4TEo52wIAeiQjtU1Z3A9GixIPTvcfAy7PrJ8ZkgAD6HKZ7cSzOFhvZvRsALKlYYux/0XC+GnYCsxysacVxBa4XyVtbCNCY/K2XtoEWu4BmRMxeso5pskXlNqyZiD4oIb4sGyKe74vKPv3o0fZPJg1D7QxMz6rLsgtKC6l3qOVolNIDBnDCQ==
- Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 11 Sep 2025 15:36:20 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Thu Sep 11, 2025 at 5:07 PM CEST, Jan Beulich wrote:
> On 11.09.2025 13:53, Alejandro Vallejo wrote:
>> PVH guests have no DM, so this causes the guest to fetch the online CPU
>> bitmap from an unbacked 0xaf00 PIO port when executing the GPE handler.
>>
>> Seeing how ACPI CPU hotplug is the only event delivered via GPE, remove
>> the GPE handler in addition to anything ACPI CPU hotplug related.
>>
>> This shrinks PVH's DSDT substantially and prevents spuriously executing
>> a large amount of AML with no purpose at all.
>>
>> Signed-off-by: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>
>
> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
Thanks
>
>> ---
>> v2:
>> * Adjusted commit message
>> * All other tags except S-by moved to patch 1.
>
> This will want backporting; I expect finding a suitable commit for a Fixes:
> tag is somewhat difficult.
>
> Jan
I'd say it's the patch that needlessly enabled GPE handling on PVH.
Fixes: 062975dc9441("acpi: PVH guests need _E02 method")
Cheers,
Alejandro
|