Re: [PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions

2022-12-16 Thread Peter Maydell
On Fri, 25 Nov 2022 at 11:52, Peter Maydell wrote: > > This patchset converts a miscellaneous collection of classes > to 3-phase reset. The common link, as with other series I've > sent out recently, is converting child classes that currently > use device_class_set_parent_reset() so that we can re

Re: [PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions

2022-11-30 Thread Daniel Henrique Barboza
On 11/25/22 08:52, Peter Maydell wrote: This patchset converts a miscellaneous collection of classes to 3-phase reset. The common link, as with other series I've sent out recently, is converting child classes that currently use device_class_set_parent_reset() so that we can remove that functio

[PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions

2022-11-25 Thread Peter Maydell
This patchset converts a miscellaneous collection of classes to 3-phase reset. The common link, as with other series I've sent out recently, is converting child classes that currently use device_class_set_parent_reset() so that we can remove that function. To do this we first need to convert the pa