On 11/6/26 14:34, Daniel Henrique Barboza wrote:
Next patch is going to dynamically allocate debug trigger arrays during
realize() time. We need a way of freeing them during unrealize(), which
doesn't exist at this moment.
There's a lot going on in that patch already so we're adding the
callback infrastructure beforehand.
Suggested-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Daniel Henrique Barboza <[email protected]>
---
target/riscv/cpu.c | 9 +++++++++
target/riscv/cpu.h | 2 ++
2 files changed, 11 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>