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'
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
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
> >
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
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
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
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