[PATCH v2 0/3] RISC-V: ACPI: Update FADT and MADT versions

Sunil V L posted 3 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250724110350.452828-1-sunilvl@ventanamicro.com
Maintainers: Sunil V L <sunilvl@ventanamicro.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>
hw/riscv/virt-acpi-build.c        |  25 ++++++++++---------------
tests/data/acpi/riscv64/virt/APIC | Bin 116 -> 116 bytes
tests/data/acpi/riscv64/virt/FACP | Bin 276 -> 276 bytes
3 files changed, 10 insertions(+), 15 deletions(-)
[PATCH v2 0/3] RISC-V: ACPI: Update FADT and MADT versions
Posted by Sunil V L 3 months, 3 weeks ago
Since RISC-V support is added only in ACPI 6.6, it should adhere to the
expected FADT and MADT versions. Update them.

Changes since v1:
	1) Updated code comments to reflect ACPI 6.6 chapter number.
	2) Added Michael's Ack.
	
Sunil V L (3):
  bios-tables-test-allowed-diff.h: Allow RISC-V FADT and MADT changes
  hw/riscv/virt-acpi-build.c: Update FADT and MADT versions
  tests/data/acpi/riscv64: Update expected FADT and MADT

 hw/riscv/virt-acpi-build.c        |  25 ++++++++++---------------
 tests/data/acpi/riscv64/virt/APIC | Bin 116 -> 116 bytes
 tests/data/acpi/riscv64/virt/FACP | Bin 276 -> 276 bytes
 3 files changed, 10 insertions(+), 15 deletions(-)

-- 
2.43.0
Re: [PATCH v2 0/3] RISC-V: ACPI: Update FADT and MADT versions
Posted by Alistair Francis 3 months, 2 weeks ago
On Thu, Jul 24, 2025 at 9:04 PM Sunil V L <sunilvl@ventanamicro.com> wrote:
>
> Since RISC-V support is added only in ACPI 6.6, it should adhere to the
> expected FADT and MADT versions. Update them.
>
> Changes since v1:
>         1) Updated code comments to reflect ACPI 6.6 chapter number.
>         2) Added Michael's Ack.
>
> Sunil V L (3):
>   bios-tables-test-allowed-diff.h: Allow RISC-V FADT and MADT changes
>   hw/riscv/virt-acpi-build.c: Update FADT and MADT versions
>   tests/data/acpi/riscv64: Update expected FADT and MADT

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  hw/riscv/virt-acpi-build.c        |  25 ++++++++++---------------
>  tests/data/acpi/riscv64/virt/APIC | Bin 116 -> 116 bytes
>  tests/data/acpi/riscv64/virt/FACP | Bin 276 -> 276 bytes
>  3 files changed, 10 insertions(+), 15 deletions(-)
>
> --
> 2.43.0
>
>