On Fri, 3 Oct 2025 at 18:25, Richard Henderson <[email protected]> wrote: > > The ARM now defines 36 bits in SPSR_ELx in aarch64 mode, so > it's time to bite the bullet and extend PSTATE to match. > > Most changes are straightforward, adjusting printf formats, > changing local variable types. More complex is migration, > where to maintain backward compatibility a new pstate64 > record is introduced, and only when one of the extensions > that sets bits 32-35 are active. > > The fate of gdbstub is left undecided for the moment. > > Reviewed-by: Pierrick Bouvier <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
