Re: [PATCH] acpi: Fix table length for QEMU

2025-04-05 Thread Björn Töpel
On Thu, 3 Apr 2025 at 09:02, Ilias Apalodimas wrote: > > On Thu, 3 Apr 2025 at 09:57, Heinrich Schuchardt wrote: > > > > On 4/3/25 07:53, Ilias Apalodimas wrote: > > > On Thu, 3 Apr 2025 at 08:34, Ilias Apalodimas > > > wrote: > > >> > > >> The end of the ACPI table is set to 'addr' instead of '

Re: [PATCH] acpi: Fix table length for QEMU

2025-04-03 Thread Ilias Apalodimas
On Thu, 3 Apr 2025 at 09:57, Heinrich Schuchardt wrote: > > On 4/3/25 07:53, Ilias Apalodimas wrote: > > On Thu, 3 Apr 2025 at 08:34, Ilias Apalodimas > > wrote: > >> > >> The end of the ACPI table is set to 'addr' instead of 'end'. The ACPI > >> code for QEMU relies on those values to mark memor

Re: [PATCH] acpi: Fix table length for QEMU

2025-04-02 Thread Heinrich Schuchardt
On 4/3/25 07:53, Ilias Apalodimas wrote: On Thu, 3 Apr 2025 at 08:34, Ilias Apalodimas wrote: The end of the ACPI table is set to 'addr' instead of 'end'. The ACPI code for QEMU relies on those values to mark memory as 'ACPI Reclaim' and as a result the ACPI RSDP ends up in Boot services Data.

Re: [PATCH] acpi: Fix table length for QEMU

2025-04-02 Thread Ilias Apalodimas
On Thu, 3 Apr 2025 at 08:34, Ilias Apalodimas wrote: > > The end of the ACPI table is set to 'addr' instead of 'end'. The ACPI > code for QEMU relies on those values to mark memory as 'ACPI Reclaim' > and as a result the ACPI RSDP ends up in Boot services Data. > > Reported-by: bj...@kernel.org I