Re: [PATCH] target/loongarch: Support QMP dump-guest-memory

2024-09-08 Thread gaosong
在 2024/8/22 下午2:52, Bibo Mao 写道: Add the support needed for creating prstatus elf notes. This allows us to use QMP dump-guest-memory. Now ELF notes of LoongArch only supports general elf notes, LSX and LASX is not supported, since it is mainly used to dump guest memory. Signed-off-by: Bibo M

[PATCH] target/loongarch: Support QMP dump-guest-memory

2024-08-21 Thread Bibo Mao
Add the support needed for creating prstatus elf notes. This allows us to use QMP dump-guest-memory. Now ELF notes of LoongArch only supports general elf notes, LSX and LASX is not supported, since it is mainly used to dump guest memory. Signed-off-by: Bibo Mao --- target/loongarch/arch_dump.c