Re: [PULL for 7.2-rc4 0/1] loongarch for 7.2-rc4 patch

2022-12-05 Thread gaos...@loongson.cn
在 2022/12/5 18:48, Peter Maydell 写道: On Mon, 5 Dec 2022 at 09:20, gaos...@loongson.cn wrote: 在 2022/12/5 15:24, Philippe Mathieu-Daudé 写道: On 2/12/22 11:25, Song Gao wrote: The following changes since commit c4ffd91aba1c3d878e99a3e7ba8aad4826728ece: Update VERSION for v7.2.0-rc3

Re: [PULL for 7.2-rc4 0/1] loongarch for 7.2-rc4 patch

2022-12-05 Thread gaos...@loongson.cn
在 2022/12/5 15:24, Philippe Mathieu-Daudé 写道: On 2/12/22 11:25, Song Gao wrote: The following changes since commit c4ffd91aba1c3d878e99a3e7ba8aad4826728ece:    Update VERSION for v7.2.0-rc3 (2022-11-29 18:15:26 -0500) are available in the Git repository at:    https://gitlab.com/gaosong/qe

Re: [PULL for 7.2-rc2 0/3] loongarch for 7.2-rc2 patches

2022-11-24 Thread gaos...@loongson.cn
在 2022/11/24 20:44, Daniel P. Berrangé 写道: On Thu, Nov 24, 2022 at 08:30:45PM +0800, gaos...@loongson.cn wrote: 在 2022/11/23 1:09, Stefan Hajnoczi 写道: Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes. Hi,  Where can I

Re: [PULL for 7.2-rc2 0/3] loongarch for 7.2-rc2 patches

2022-11-24 Thread gaos...@loongson.cn
在 2022/11/23 1:09, Stefan Hajnoczi 写道: Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes. Hi,  Where can I register an account? Thanks. Song Gao

Re: [PATCH] hw/loongarch: Fix setprop_sized method in fdt rtc node.

2022-11-22 Thread gaos...@loongson.cn
在 2022/11/16 12:03, Xiaojuan Yang 写道: Fix setprop_sized method in fdt rtc node. Signed-off-by: Xiaojuan Yang --- hw/loongarch/virt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Song Gao Thanks. Song Gao diff --git a/hw/loongarch/virt.c b/hw/loongarch/virt.c inde

Re: [PATCH] hw/loongarch: Replace the value of uart info with macro

2022-11-22 Thread gaos...@loongson.cn
在 2022/11/15 19:50, Xiaojuan Yang 写道: Using macro to replace the value of uart info such as addr, size in acpi_build method. Signed-off-by: Xiaojuan Yang --- hw/loongarch/acpi-build.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Song Gao Thanks. Song Gao diff -

Re: [PATCH] hw/loongarch: Add default stdout uart in fdt

2022-11-22 Thread gaos...@loongson.cn
在 2022/11/15 19:49, Xiaojuan Yang 写道: Add "chosen" subnode into LoongArch fdt, and set it's "stdout-path" prop to uart node. Signed-off-by: Xiaojuan Yang --- hw/loongarch/virt.c | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Song Gao Thanks. Song Gao diff --git a/hw/loongarch/vir