On Thu, Jan 26, 2023 at 10:42:31AM +, Bernhard Beschow wrote:
>
>
> Am 25. Januar 2023 16:52:34 UTC schrieb Igor Mammedov :
> >On Sat, 21 Jan 2023 16:19:34 +0100
> >Bernhard Beschow wrote:
> >
> >> This series factors out AcpiCpuAmlIfClass::madt_cpu from AcpiDeviceIfClass.
> >> By letting th
Am 25. Januar 2023 16:52:34 UTC schrieb Igor Mammedov :
>On Sat, 21 Jan 2023 16:19:34 +0100
>Bernhard Beschow wrote:
>
>> This series factors out AcpiCpuAmlIfClass::madt_cpu from AcpiDeviceIfClass.
>> By letting the (x86) CPUs implement the new interface, AML generation is
>> delegated to the C
On Sat, 21 Jan 2023 16:19:34 +0100
Bernhard Beschow wrote:
> This series factors out AcpiCpuAmlIfClass::madt_cpu from AcpiDeviceIfClass.
> By letting the (x86) CPUs implement the new interface, AML generation is
> delegated to the CPUs, freeing the ACPI controllers from worrying about x86
> CPU
This series factors out AcpiCpuAmlIfClass::madt_cpu from AcpiDeviceIfClass.
By letting the (x86) CPUs implement the new interface, AML generation is
delegated to the CPUs, freeing the ACPI controllers from worrying about x86 CPU
specifics. The delegation to the CPUs is especially interesting for th