On 13 September 2014 17:45, Richard Henderson <r...@twiddle.net> wrote: > Prompted by trying to review Martin's ARM exception vs gdb > problems, let's clean up cpu_exec so that it's almost readable. > > After the 23 patches, there's one (interesting) ifdef left. > That is, i386 redefining CPU_INTERRUPT_RESET as CPU_INTERRUPT_INIT > for its own purposes. I'm not sure why all that couldn't be done > under whatever hooks cpu_reset allows. Failing that, we might be > able to redefine C_I_I as a new CPU_INTERRUPT_TGT_INT_3 bit. > > I've done some smoke tests on i386, arm, xtensa, because I had > images handy. But I've not done anything but compile the rest. > > Comments appreciated.
Applied to master, thanks. -- PMM