Re: [PATCH] hmp-cmds-target.c: add CPU_DUMP_VPU in hmp_info_registers()

2025-07-04 Thread Philippe Mathieu-Daudé
On 23/6/25 16:53, Daniel Henrique Barboza wrote: Commit b84694defb added the CPU_DUMP_VPU to allow vector registers to be logged by log_cpu_exec() in TCG. This flag was then used in commit b227f6a8a7 to print RISC-V vector registers using this flag. Note that this change was done in riscv_cpu_dum

Re: [PATCH] hmp-cmds-target.c: add CPU_DUMP_VPU in hmp_info_registers()

2025-07-04 Thread Philippe Mathieu-Daudé
On 23/6/25 16:53, Daniel Henrique Barboza wrote: Commit b84694defb added the CPU_DUMP_VPU to allow vector registers to be logged by log_cpu_exec() in TCG. This flag was then used in commit b227f6a8a7 to print RISC-V vector registers using this flag. Note that this change was done in riscv_cpu_dum

Re: [PATCH] hmp-cmds-target.c: add CPU_DUMP_VPU in hmp_info_registers()

2025-07-03 Thread Alistair Francis
On Tue, Jun 24, 2025 at 12:54 AM Daniel Henrique Barboza wrote: > > Commit b84694defb added the CPU_DUMP_VPU to allow vector registers to be > logged by log_cpu_exec() in TCG. This flag was then used in commit > b227f6a8a7 to print RISC-V vector registers using this flag. Note that > this change w

[PATCH] hmp-cmds-target.c: add CPU_DUMP_VPU in hmp_info_registers()

2025-06-23 Thread Daniel Henrique Barboza
Commit b84694defb added the CPU_DUMP_VPU to allow vector registers to be logged by log_cpu_exec() in TCG. This flag was then used in commit b227f6a8a7 to print RISC-V vector registers using this flag. Note that this change was done in riscv_cpu_dump_state(), the cpu_dump_state() callback for RISC-V