Re: [PATCH v2 2/7] target/arm: add ARMCPUClass->do_interrupt_locked

2020-08-31 Thread Philippe Mathieu-Daudé
Le mar. 1 sept. 2020 00:02, Richard Henderson a écrit : > On 8/31/20 2:18 PM, Richard Henderson wrote: > > On 8/19/20 11:28 AM, Robert Foley wrote: > >> Adding ->do_interrupt_locked to ARMCPUClass is preparation for > >> pushing the BQL down into the per-arch implementation of ->do_interrupt. > >

Re: [PATCH v2 2/7] target/arm: add ARMCPUClass->do_interrupt_locked

2020-08-31 Thread Richard Henderson
On 8/31/20 2:18 PM, Richard Henderson wrote: > On 8/19/20 11:28 AM, Robert Foley wrote: >> Adding ->do_interrupt_locked to ARMCPUClass is preparation for >> pushing the BQL down into the per-arch implementation of ->do_interrupt. >> >> This is needed since ARM's *_cpu_exec_interrupt calls to *_do_i

Re: [PATCH v2 2/7] target/arm: add ARMCPUClass->do_interrupt_locked

2020-08-31 Thread Richard Henderson
On 8/19/20 11:28 AM, Robert Foley wrote: > Adding ->do_interrupt_locked to ARMCPUClass is preparation for > pushing the BQL down into the per-arch implementation of ->do_interrupt. > > This is needed since ARM's *_cpu_exec_interrupt calls to *_do_interrupt. > With the push down of the BQL into *_c