Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset

2022-12-16 Thread Peter Maydell
On Thu, 24 Nov 2022 at 11:50, Peter Maydell wrote: > > This patchset converts the TYPE_CPU base class and most subclasses > to use 3-phase reset. (The exception is s390, which is doing > something a bit odd with its reset, so the conversion there isn't > going to be simple like these others. So I'

Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset

2022-11-30 Thread Philippe Mathieu-Daudé
On 30/11/22 13:38, Peter Maydell wrote: On Wed, 30 Nov 2022 at 10:51, Philippe Mathieu-Daudé wrote: On 24/11/22 14:46, Philippe Mathieu-Daudé wrote: On 24/11/22 12:50, Peter Maydell wrote: This patchset converts the TYPE_CPU base class and most subclasses to use 3-phase reset. (The exception

Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset

2022-11-30 Thread Peter Maydell
On Wed, 30 Nov 2022 at 10:51, Philippe Mathieu-Daudé wrote: > > On 24/11/22 14:46, Philippe Mathieu-Daudé wrote: > > On 24/11/22 12:50, Peter Maydell wrote: > >> This patchset converts the TYPE_CPU base class and most subclasses > >> to use 3-phase reset. (The exception is s390, which is doing > >

Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset

2022-11-30 Thread Philippe Mathieu-Daudé
On 24/11/22 14:46, Philippe Mathieu-Daudé wrote: On 24/11/22 12:50, Peter Maydell wrote: This patchset converts the TYPE_CPU base class and most subclasses to use 3-phase reset. (The exception is s390, which is doing something a bit odd with its reset, so the conversion there isn't going to be s

Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset

2022-11-26 Thread Richard Henderson
On 11/24/22 03:50, Peter Maydell wrote: Peter Maydell (19): hw/core/cpu-common: Convert TYPE_CPU class to 3-phase reset target/arm: Convert to 3-phase reset target/avr: Convert to 3-phase reset target/cris: Convert to 3-phase reset target/hexagon: Convert to 3-phase reset target

Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset

2022-11-24 Thread Philippe Mathieu-Daudé
On 24/11/22 12:50, Peter Maydell wrote: This patchset converts the TYPE_CPU base class and most subclasses to use 3-phase reset. (The exception is s390, which is doing something a bit odd with its reset, so the conversion there isn't going to be simple like these others. So I'll do that one separ

[PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset

2022-11-24 Thread Peter Maydell
This patchset converts the TYPE_CPU base class and most subclasses to use 3-phase reset. (The exception is s390, which is doing something a bit odd with its reset, so the conversion there isn't going to be simple like these others. So I'll do that one separately.) The rationale here is that we sho