Re: [PATCH v5 0/3] hw/i386/acpi: Pre-compute the _PRT table

2024-09-22 Thread Mark Cave-Ayland
On 22/09/2024 14:11, Ricardo Ribalda wrote: Hi Mark On Sun, 22 Sept 2024 at 13:57, Mark Cave-Ayland wrote: On 21/08/2024 15:45, Igor Mammedov wrote: On Wed, 14 Aug 2024 11:56:08 + Ricardo Ribalda wrote: Today for x86 the _PRT() table is computed in runtime. Under some configurations

Re: [PATCH v5 0/3] hw/i386/acpi: Pre-compute the _PRT table

2024-09-22 Thread Ricardo Ribalda
Hi Mark On Sun, 22 Sept 2024 at 13:57, Mark Cave-Ayland wrote: > > On 21/08/2024 15:45, Igor Mammedov wrote: > > > On Wed, 14 Aug 2024 11:56:08 + > > Ricardo Ribalda wrote: > > > >> Today for x86 the _PRT() table is computed in runtime. > >> Under some configurations, computing the _PRT ta

Re: [PATCH v5 0/3] hw/i386/acpi: Pre-compute the _PRT table

2024-09-22 Thread Mark Cave-Ayland
On 21/08/2024 15:45, Igor Mammedov wrote: On Wed, 14 Aug 2024 11:56:08 + Ricardo Ribalda wrote: Today for x86 the _PRT() table is computed in runtime. Under some configurations, computing the _PRT table can take more than 30 seconds and the ACPI timeout is violated. This patchset modifie

Re: [PATCH v5 0/3] hw/i386/acpi: Pre-compute the _PRT table

2024-08-21 Thread Igor Mammedov
On Wed, 14 Aug 2024 11:56:08 + Ricardo Ribalda wrote: > Today for x86 the _PRT() table is computed in runtime. > Under some configurations, computing the _PRT table can take more than > 30 seconds and the ACPI timeout is violated. > > This patchset modifies _PRT() to return a pre-computed ta

[PATCH v5 0/3] hw/i386/acpi: Pre-compute the _PRT table

2024-08-14 Thread Ricardo Ribalda
Today for x86 the _PRT() table is computed in runtime. Under some configurations, computing the _PRT table can take more than 30 seconds and the ACPI timeout is violated. This patchset modifies _PRT() to return a pre-computed table. Changelog v3->v4 Thanks Richard: - Make link_name struct static