Re: [PATCH v7 10/11] vl: replace deprecated qbus_reset_all registration

2020-01-16 Thread Damien Hedde
On 1/16/20 12:44 AM, Philippe Mathieu-Daudé wrote: > On 1/15/20 1:36 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

Re: [PATCH v7 10/11] vl: replace deprecated qbus_reset_all registration

2020-01-15 Thread Philippe Mathieu-Daudé
On 1/15/20 1:36 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

[PATCH v7 10/11] vl: replace deprecated qbus_reset_all registration

2020-01-15 Thread Damien Hedde
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