On 9/27/18 10:11 AM, Peter Maydell wrote: > I had a look at how many devices are still using the SysBus init > method (rather than the instance-init/realize pair), and it turns out > to be only 41, which I think is reasonably tractable for doing some > more conversions and completing this API transation.
Next would be convert qemu_register_reset() calls from hw/ to use DeviceClass::reset().