[PATCH v1 0/9] Fix bugs and improve functions for LoongArch

Xiaojuan Yang posted 9 patches 1 year, 8 months ago
Failed in applying to current master (apply log)
hw/loongarch/Kconfig        |   5 +-
hw/loongarch/acpi-build.c   | 191 ++++++++-------------------------
hw/loongarch/fw_cfg.c       |   3 +-
hw/loongarch/virt.c         | 205 +++++++++++++++++++++++++++++++++++-
include/hw/loongarch/virt.h |   2 +
include/hw/pci-host/ls7a.h  |   5 +
6 files changed, 259 insertions(+), 152 deletions(-)
[PATCH v1 0/9] Fix bugs and improve functions for LoongArch
Posted by Xiaojuan Yang 1 year, 8 months ago
These patches integrate all previous patches, including
'[PATCH v1 0/2] Add mem hotplug and improve acpi dsdt (26 Aug )', 
'[PATCH v1] hw/loongarch: Fix acpi ged irq number in dsdt table (19 
Aug)',
'[PATCH v1 0/6] Add funtions for LoongArch virt machine (11 Aug)'.
As none of the patches has not been reviewed, so we integrate them for 
more convenient reviewing.

Changes for v1: 
1. Remove vga device when loongarch init
2. Support fw_cfg dma function
3. Add interrupt information to FDT table
4. Add platform bus support
5. Add hotplug handler for machine
6. Add RAMFB to dynamic_sysbus_devices list
7. Fix acpi ged irq number in dsdt table
8. Support memory hotplug
9. Improve acpi dsdt table

Xiaojuan Yang (9):
  hw/loongarch: Remove vga device when loongarch init
  hw/loongarch: Support fw_cfg dma function
  hw/loongarch: Add interrupt information to FDT table
  hw/loongarch: Add platform bus support
  hw/loongarch: Add hotplug handler for machine
  hw/loongarch: Add RAMFB to dynamic_sysbus_devices list
  hw/loongarch: Fix acpi ged irq number in dsdt table
  hw/loongarch: Support memory hotplug
  hw/loongarch: Improve acpi dsdt table

 hw/loongarch/Kconfig        |   5 +-
 hw/loongarch/acpi-build.c   | 191 ++++++++-------------------------
 hw/loongarch/fw_cfg.c       |   3 +-
 hw/loongarch/virt.c         | 205 +++++++++++++++++++++++++++++++++++-
 include/hw/loongarch/virt.h |   2 +
 include/hw/pci-host/ls7a.h  |   5 +
 6 files changed, 259 insertions(+), 152 deletions(-)

-- 
2.31.1
Re: [PATCH v1 0/9] Fix bugs and improve functions for LoongArch
Posted by gaosong 1 year, 7 months ago
在 2022/9/8 下午5:46, Xiaojuan Yang 写道:
> These patches integrate all previous patches, including
> '[PATCH v1 0/2] Add mem hotplug and improve acpi dsdt (26 Aug )',
> '[PATCH v1] hw/loongarch: Fix acpi ged irq number in dsdt table (19
> Aug)',
> '[PATCH v1 0/6] Add funtions for LoongArch virt machine (11 Aug)'.
> As none of the patches has not been reviewed, so we integrate them for
> more convenient reviewing.
>
> Changes for v1:
> 1. Remove vga device when loongarch init
> 2. Support fw_cfg dma function
> 3. Add interrupt information to FDT table
> 4. Add platform bus support
> 5. Add hotplug handler for machine
> 6. Add RAMFB to dynamic_sysbus_devices list
> 7. Fix acpi ged irq number in dsdt table
> 8. Support memory hotplug
> 9. Improve acpi dsdt table
>
> Xiaojuan Yang (9):
>    hw/loongarch: Remove vga device when loongarch init
>    hw/loongarch: Support fw_cfg dma function
>    hw/loongarch: Add interrupt information to FDT table
>    hw/loongarch: Add platform bus support
>    hw/loongarch: Add hotplug handler for machine
>    hw/loongarch: Add RAMFB to dynamic_sysbus_devices list
>    hw/loongarch: Fix acpi ged irq number in dsdt table
>    hw/loongarch: Support memory hotplug
>    hw/loongarch: Improve acpi dsdt table
>
>   hw/loongarch/Kconfig        |   5 +-
>   hw/loongarch/acpi-build.c   | 191 ++++++++-------------------------
>   hw/loongarch/fw_cfg.c       |   3 +-
>   hw/loongarch/virt.c         | 205 +++++++++++++++++++++++++++++++++++-
>   include/hw/loongarch/virt.h |   2 +
>   include/hw/pci-host/ls7a.h  |   5 +
>   6 files changed, 259 insertions(+), 152 deletions(-)
>
This series.

Acked-by: Song Gao <gaosong@loongson.cn>

Thanks.
Song Gao