Re: [PATCH v3] hw/loongarch: virt: support up to 4 serial ports

2024-09-08 Thread maobibo
On 2024/9/7 下午10:34, Jason A. Donenfeld wrote: In order to support additional channels of communication using `-serial`, add several serial ports, up to the standard 4 generally supported by the 8250 driver. Signed-off-by: Jason A. Donenfeld --- hw/loongarch/acpi-build.c | 23

[PATCH v3] hw/loongarch: virt: support up to 4 serial ports

2024-09-07 Thread Jason A. Donenfeld
In order to support additional channels of communication using `-serial`, add several serial ports, up to the standard 4 generally supported by the 8250 driver. Signed-off-by: Jason A. Donenfeld --- hw/loongarch/acpi-build.c | 23 +++ hw/loongarch/virt.c| 23