On 7/3/25 19:56, Richard Henderson wrote:
Some of these bits are actually common to all cpus; while the
reset have common reservations for target-specific usage.
While generic code cannot know what the target-specific usage is,
common code can know what to do with the bits, e.g. single-step.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/exec/cpu-all.h       | 53 +--------------------------
  include/exec/cpu-interrupt.h | 70 ++++++++++++++++++++++++++++++++++++
  include/exec/poison.h        | 13 -------
  3 files changed, 71 insertions(+), 65 deletions(-)
  create mode 100644 include/exec/cpu-interrupt.h

Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>

🕺

Reply via email to