Re: [PATCH v3] hw/loongarch: Add virtio-mmio bus support

2023-09-14 Thread gaosong
在 2023/9/11 下午4:59, Tianrui Zhao 写道: +static void fdt_add_virtio_mmio_node(LoongArchMachineState *lams) +{ +int i; +MachineState *ms = MACHINE(lams); + +for (i = VIRT_VIRTIO_MMIO_NUM - 1; i >= 0; i--) { +char *nodename; +hwaddr base = VIRT_VIRTIO_MMIO_BASE + i * VIRT_V

Re: [PATCH v3] hw/loongarch: Add virtio-mmio bus support

2023-09-14 Thread gaosong
在 2023/9/11 下午4:59, Tianrui Zhao 写道: Add virtio-mmio bus support for LoongArch, so that devices could be added in the virtio-mmio bus. Signed-off-by: Tianrui Zhao Change-Id: Ib882005106562e0dfe74122a7fa2430fa081bfb2 --- hw/loongarch/Kconfig | 1 + hw/loongarch/acpi-build.c | 25 +

[PATCH v3] hw/loongarch: Add virtio-mmio bus support

2023-09-11 Thread Tianrui Zhao
Add virtio-mmio bus support for LoongArch, so that devices could be added in the virtio-mmio bus. Signed-off-by: Tianrui Zhao Change-Id: Ib882005106562e0dfe74122a7fa2430fa081bfb2 --- hw/loongarch/Kconfig | 1 + hw/loongarch/acpi-build.c | 25 + hw/loongarch/virt.c