[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset
From: |
Peter Maydell |
Subject: |
Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset |
Date: |
Wed, 30 Nov 2022 12:38:14 +0000 |
On Wed, 30 Nov 2022 at 10:51, Philippe Mathieu-Daudé <philmd@linaro.org> 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
> >> 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.)
> Note, we can then remove scripts/coccinelle/cpu-reset.cocci.
What's our usual practice for out-of-date conversion coccinelle
scripts? That particular script was "we'll never need this again"
pretty much from the moment it was checked in, because we did
the conversion of all the targets in one go. But it's still
useful in some sense as a "this is an example of how to do
this kind of change with a coccinelle script"...
thanks
-- PMM
- [PATCH for-8.0 17/19] target/sparc: Convert to 3-phase reset, (continued)
- [PATCH for-8.0 17/19] target/sparc: Convert to 3-phase reset, Peter Maydell, 2022/11/24
- [PATCH for-8.0 13/19] target/ppc: Convert to 3-phase reset, Peter Maydell, 2022/11/24
- [PATCH for-8.0 15/19] target/rx: Convert to 3-phase reset, Peter Maydell, 2022/11/24
- [PATCH for-8.0 16/19] target/sh4: Convert to 3-phase reset, Peter Maydell, 2022/11/24
- [PATCH for-8.0 19/19] target/xtensa: Convert to 3-phase reset, Peter Maydell, 2022/11/24
- Re: [PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset, Philippe Mathieu-Daudé, 2022/11/24