[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 00/11] Multi-phase reset mechanism
From: |
Peter Maydell |
Subject: |
Re: [PATCH v8 00/11] Multi-phase reset mechanism |
Date: |
Fri, 24 Jan 2020 10:18:18 +0000 |
On Fri, 24 Jan 2020 at 10:17, Philippe Mathieu-Daudé <address@hidden> wrote:
>
> On 1/24/20 11:05 AM, Peter Maydell wrote:
> > On Thu, 23 Jan 2020 at 13:28, Damien Hedde <address@hidden> wrote:
> >> v8:
> >> + patch 3&5: ResettableState::count type from uint32_t to unsigned
> >> (Philippe)
> >
> > We'll have to change that back if we ever want to migrate
> > the count (migration insists on fixed-sized types), but
> > I guess we can do that when we get to it...
>
> Oh I forgot about migration :( (this was just a suggestion, not a
> requirement).
Migration handling is going to require changes anyway, flipping
the type of the field will just be a minor part of that patch
if/when it arrives. It seems easier to take v8 if it's otherwise OK.
thanks
-- PMM
- [PATCH v8 06/11] hw/core/qdev: handle parent bus change regarding resettable, (continued)
- [PATCH v8 06/11] hw/core/qdev: handle parent bus change regarding resettable, Damien Hedde, 2020/01/23
- [PATCH v8 03/11] hw/core: create Resettable QOM interface, Damien Hedde, 2020/01/23
- [PATCH v8 10/11] vl: replace deprecated qbus_reset_all registration, Damien Hedde, 2020/01/23
- [PATCH v8 01/11] add device_legacy_reset function to prepare for reset api change, Damien Hedde, 2020/01/23
- [PATCH v8 08/11] hw/core: deprecate old reset functions and introduce new ones, Damien Hedde, 2020/01/23
- [PATCH v8 09/11] docs/devel/reset.rst: add doc about Resettable interface, Damien Hedde, 2020/01/23
- [PATCH v8 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration, Damien Hedde, 2020/01/23
- Re: [PATCH v8 00/11] Multi-phase reset mechanism, Peter Maydell, 2020/01/24
- Re: [PATCH v8 00/11] Multi-phase reset mechanism, Peter Maydell, 2020/01/30