Philippe Mathieu-Daudé <f4...@amsat.org> writes: > since v1: > - fix format string on 32-bit host (patchew) > - do not add smbus_eeprom_reset() (Eduardo) > - directly use DeviceClass::realize (Eduardo) > - squashed 2 patches (Eduardo) > > Hi, > > This series finalize the qdev QOMification.
Awesome! It's been almost nine years since qdev, and more than 7 since QOM. Sadly, I don't have the time to review this closely right now. > We first convert the I2CSlave/SMBusDevice, > then the usb-ccid and virtio-ccw, > and finally the SysBusDevice. > > At the end we get one less TODO :) > > /* TODO remove, once users are converted to unrealize */ > > There is still one standing in SysBusDeviceClass::init(). Another one in ssi_sd_realize(), I think. I didn't really look for more.