[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 00/11] Multi-phase reset mechanism
From: |
Damien Hedde |
Subject: |
Re: [PATCH v8 00/11] Multi-phase reset mechanism |
Date: |
Mon, 27 Jan 2020 16:20:29 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
On 1/24/20 11:18 AM, Peter Maydell wrote:
> 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.
>
Hi Peter,
For me v8 is ok. In which pull queue should it be taken ?
Thanks,
Damien
- [PATCH v8 03/11] hw/core: create Resettable QOM interface, (continued)
- [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