Re: [PATCH v6 07/29] target/arm: Wrap TCG-only code in debug_helper.c

2023-02-17 Thread Richard Henderson
On 2/17/23 10:11, Fabiano Rosas wrote: The next few patches will move helpers under CONFIG_TCG. We'd prefer to keep the debug helpers and debug registers close together, so rearrange the file a bit to be able to wrap the helpers with a TCG ifdef. Signed-off-by: Fabiano Rosas --- target/arm/deb

[PATCH v6 07/29] target/arm: Wrap TCG-only code in debug_helper.c

2023-02-17 Thread Fabiano Rosas
The next few patches will move helpers under CONFIG_TCG. We'd prefer to keep the debug helpers and debug registers close together, so rearrange the file a bit to be able to wrap the helpers with a TCG ifdef. Signed-off-by: Fabiano Rosas --- target/arm/debug_helper.c | 476 +++