Re: [PATCH for-9.1 v3 0/2] target/riscv: set tval in breakpoints

2024-04-28 Thread Alistair Francis
On Wed, Apr 17, 2024 at 9:05 AM Daniel Henrique Barboza wrote: > > Hi, > > This new version has a change suggested by Richard in v2. No other > changes made. > > Changes from v2: > - patch 2: > - use tcg_constant_tl() instead of loading a temp and doing a > movi_tl() > - v2 link: >

[PATCH for-9.1 v3 0/2] target/riscv: set tval in breakpoints

2024-04-16 Thread Daniel Henrique Barboza
Hi, This new version has a change suggested by Richard in v2. No other changes made. Changes from v2: - patch 2: - use tcg_constant_tl() instead of loading a temp and doing a movi_tl() - v2 link: https://lore.kernel.org/qemu-riscv/20240416194132.1843699-1-dbarb...@ventanamicro.com/