]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Split out exec/cpu-interrupt.h
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Mar 2025 02:09:00 +0000 (18:09 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Mar 2025 15:55:03 +0000 (07:55 -0800)
commitb9e3bf884aaa2d243fa3554c4dafea293187aa02
tree26955fc47c890edbd11c30b0ad8a641a60249eba
parent58d00538ceeef9900802bcd4b7ad613ca78c8583
include/exec: Split out exec/cpu-interrupt.h

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.

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu-all.h
include/exec/cpu-interrupt.h [new file with mode: 0644]
include/exec/poison.h