[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 10/11] vl: replace deprecated qbus_reset_all registration
From: |
Richard Henderson |
Subject: |
Re: [PATCH v6 10/11] vl: replace deprecated qbus_reset_all registration |
Date: |
Sun, 29 Dec 2019 11:04:10 +1100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 12/20/19 10:50 PM, Damien Hedde wrote:
> Replace deprecated qbus_reset_all by resettable_cold_reset_fn for
> the sysbus reset registration.
>
> Apart for the raspi machines, this does not impact the behavior
> because:
> + at this point resettable just calls the old reset methods of devices
> and buses in the same order as qdev/qbus.
> + resettable handlers registered with qemu_register_reset are
> serialized; there is no interleaving.
> + eventual explicit calls to legacy reset API (device_reset or
> qdev/qbus_reset) inside this reset handler will not be masked out
> by resettable mechanism; they do not go through resettable api.
>
> For the raspi machines, during the sysbus reset the sd-card is not
> reset twice anymore but only once. This is a consequence of switching
> both sysbus reset and changing parent to resettable; it detects the
> second reset is not needed. This has no impact on the state after
> reset; the sd-card reset method only reset local state and query
> information from the block backend.
>
> Signed-off-by: Damien Hedde <address@hidden>
> Reviewed-by: Peter Maydell <address@hidden>
> ---
Reviewed-by: Richard Henderson <address@hidden>
r~
- Re: [PATCH v6 08/11] hw/core: deprecate old reset functions and introduce new ones, (continued)
- [PATCH v6 06/11] hw/core/qdev: handle parent bus change regarding resettable, Damien Hedde, 2019/12/20
- [PATCH v6 01/11] add device_legacy_reset function to prepare for reset api change, Damien Hedde, 2019/12/20
- [PATCH v6 04/11] hw/core: add Resettable support to BusClass and DeviceClass, Damien Hedde, 2019/12/20
- [PATCH v6 07/11] hw/core/qdev: update hotplug reset regarding resettable, Damien Hedde, 2019/12/20
- [PATCH v6 05/11] hw/core/resettable: add support for changing parent, Damien Hedde, 2019/12/20
- [PATCH v6 10/11] vl: replace deprecated qbus_reset_all registration, Damien Hedde, 2019/12/20
- Re: [PATCH v6 10/11] vl: replace deprecated qbus_reset_all registration,
Richard Henderson <=
- [PATCH v6 03/11] hw/core: create Resettable QOM interface, Damien Hedde, 2019/12/20
- [PATCH v6 09/11] docs/devel/reset.rst: add doc about Resettable interface, Damien Hedde, 2019/12/20
- [PATCH v6 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration, Damien Hedde, 2019/12/20