On Mon, Oct 07, 2019 at 12:01:54PM +0200, Philippe Mathieu-Daudé wrote: > Hi Michael, > > On 10/5/19 11:46 PM, Michael S. Tsirkin wrote: > > On Thu, Sep 26, 2019 at 05:17:22PM +0200, Philippe Mathieu-Daudé wrote: > > > Hi. > > > > > > Following the thread discussion between Peter/Markus/Damien about > > > reset handlers: > > > https://www.mail-archive.com/qemu-devel@nongnu.org/msg617103.html > > > I started to remove qemu_register_reset() calls from few qdevified > > > devices (the trivial ones). > > > > > > Regards, > > > > > > Phil. > > > > How do you want these patches merged? Trivial tree? > > I was hoping Eduardo would take them but he is busy and I even forgot to Cc > him. They might go via Trivial or else via Paolo's Misc...
I can merge them if somebody reviews the series. How exactly are we making sure device_reset() is really being called for all devices touched by this series? Are all buses guaranteed to be children of main-system-bus? > > > > Philippe Mathieu-Daudé (11): > > > hw/acpi/piix4: Convert reset handler to DeviceReset > > > hw/ide/piix: Convert reset handler to DeviceReset > > > hw/isa/piix4: Convert reset handler to DeviceReset > > > hw/pci-host/piix: Convert reset handler to DeviceReset > > > hw/ide/sii3112: Convert reset handler to DeviceReset > > > hw/ide/via82c: Convert reset handler to DeviceReset > > > hw/isa/vt82c686: Convert reset handler to DeviceReset > > > hw/input/lm832x: Convert reset handler to DeviceReset > > > hw/pci-host/bonito: Convert reset handler to DeviceReset > > > hw/timer/etraxfs: Convert reset handler to DeviceReset > > > hw/misc/vmcoreinfo: Convert reset handler to DeviceReset -- Eduardo