[PATCH V4 0/4] add rtc acpi table

Xianglai Li posted 4 patches 6 days, 14 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260327023125.3802140-1-lixianglai@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>
hw/loongarch/virt-acpi-build.c                |  25 ++++++++++++++++++
hw/loongarch/virt-fdt-build.c                 |  16 +++++------
tests/data/acpi/loongarch64/virt/DSDT         | Bin 4603 -> 4689 bytes
tests/data/acpi/loongarch64/virt/DSDT.memhp   | Bin 5824 -> 5910 bytes
tests/data/acpi/loongarch64/virt/DSDT.numamem | Bin 4609 -> 4695 bytes
.../data/acpi/loongarch64/virt/DSDT.topology  | Bin 4905 -> 4991 bytes
6 files changed, 33 insertions(+), 8 deletions(-)
[PATCH V4 0/4] add rtc acpi table
Posted by Xianglai Li 6 days, 14 hours ago
1.Add the acpi table to the loongson rtc hardware so that the virtual machine
kernel can use the loongson RTC-related drivers.

2.Delete the interrupt information in the rtc fdt table. 

change:
V3->V4:
Update the test data in the directory "tests/qtest/bios-tables-test"

V2->V3:
Split the modifications related to ACPI and FDT for RTC into two patches

V1->V2:
1.Add a comment to explain why the acpi table no longer provides interrupt numbers
2.Delete the interrupt number from the rtc fdt table 

Cc: Song Gao <gaosong@loongson.cn> 
Cc: Bibo Mao <maobibo@loongson.cn> 
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com> 
Cc: "Huacai Chen"<zltjiangshi@gmail.com>
Cc: Jonathan Cameron <jonathan.cameron@huawei.com> 

Xianglai Li (4):
  bios-tables-test-allowed-diff.h: Allow LoongArch DSDT.*
  hw/loongarch: add rtc acpi table
  tests/qtest/bios-tables-test: Update DSDT blobs after loongarch rtc
    change
  hw/loongarch: modify rtc fdt table

 hw/loongarch/virt-acpi-build.c                |  25 ++++++++++++++++++
 hw/loongarch/virt-fdt-build.c                 |  16 +++++------
 tests/data/acpi/loongarch64/virt/DSDT         | Bin 4603 -> 4689 bytes
 tests/data/acpi/loongarch64/virt/DSDT.memhp   | Bin 5824 -> 5910 bytes
 tests/data/acpi/loongarch64/virt/DSDT.numamem | Bin 4609 -> 4695 bytes
 .../data/acpi/loongarch64/virt/DSDT.topology  | Bin 4905 -> 4991 bytes
 6 files changed, 33 insertions(+), 8 deletions(-)

-- 
2.39.1