Re: [PATCH 01/16] include/exec: Split out exec/cpu-interrupt.h

2025-03-07 Thread Philippe Mathieu-Daudé
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. Sig

Re: [PATCH 01/16] include/exec: Split out exec/cpu-interrupt.h

2025-03-07 Thread Pierrick Bouvier
On 3/7/25 10: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. Sig

[PATCH 01/16] include/exec: Split out exec/cpu-interrupt.h

2025-03-07 Thread Richard Henderson
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 --- include/