On 15/11/24 15:48, Peter Maydell wrote:
On Fri, 15 Nov 2024 at 15:21, Philippe Mathieu-Daudé wrote:
cpu_unwind_state_data() is specific to TCG accelerator,
move it to "exec/translate-all.h".
Signed-off-by: Philippe Mathieu-Daudé
---
include/exec/cpu-common.h| 13 -
include
On Fri, 15 Nov 2024 at 15:21, Philippe Mathieu-Daudé wrote:
>
> cpu_unwind_state_data() is specific to TCG accelerator,
> move it to "exec/translate-all.h".
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> include/exec/cpu-common.h| 13 -
> include/exec/translate-all.h | 12
cpu_unwind_state_data() is specific to TCG accelerator,
move it to "exec/translate-all.h".
Signed-off-by: Philippe Mathieu-Daudé
---
include/exec/cpu-common.h| 13 -
include/exec/translate-all.h | 12
2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/i