mbox series

[v2,0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()

Message ID 20240517203054.880861-1-dbarboza@ventanamicro.com
Headers show
Series riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature() | expand

Message

Daniel Henrique Barboza May 17, 2024, 8:30 p.m. UTC
Hi,

In this v2 'reg_width' was renamed to 'bitsize' to provide a bit more
clarity about what's the value type of the variable. It is the same name
used by riscv_gen_dynamic_csr_feature() for a variable that has the same
purpose. The variable rename was suggested by Alex in v1.

Changes from v1:
- rename 'reg_width' to 'bitsize'
- v1 link: https://lore.kernel.org/qemu-riscv/20240516171010.639591-1-dbarboza@ventanamicro.com/

Daniel Henrique Barboza (1):
  riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()

 target/riscv/gdbstub.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Alistair Francis May 27, 2024, 5:17 a.m. UTC | #1
On Sat, May 18, 2024 at 6:32 AM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> Hi,
>
> In this v2 'reg_width' was renamed to 'bitsize' to provide a bit more
> clarity about what's the value type of the variable. It is the same name
> used by riscv_gen_dynamic_csr_feature() for a variable that has the same
> purpose. The variable rename was suggested by Alex in v1.
>
> Changes from v1:
> - rename 'reg_width' to 'bitsize'
> - v1 link: https://lore.kernel.org/qemu-riscv/20240516171010.639591-1-dbarboza@ventanamicro.com/
>
> Daniel Henrique Barboza (1):
>   riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()

Thanks!

Applied to riscv-to-apply.next

Alistair

>
>  target/riscv/gdbstub.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> --
> 2.44.0
>
>