Re: [RFC PATCH v4 04/30] target/loongarch: Implement qmp_query_cpu_definitions()

2022-01-09 Thread WANG Xuerui
On 1/8/22 17:13, Xiaojuan Yang wrote: This patch introduce qmp_query_cpu_definitions interface. "implments"; however the whole sentence becomes nearly identical to the title, so it's better to remove this sentence after all. Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao Reviewed-by

[RFC PATCH v4 04/30] target/loongarch: Implement qmp_query_cpu_definitions()

2022-01-08 Thread Xiaojuan Yang
This patch introduce qmp_query_cpu_definitions interface. Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao Reviewed-by: Richard Henderson --- qapi/machine-target.json | 6 -- target/loongarch/cpu.c | 26 ++ 2 files changed, 30 insertions(+), 2 deletions(-) d