Re: [Qemu-devel] [PATCH v2 00/26] use realizefn for SysBusDevice, part 1

2013-07-21 Thread Andreas Färber
Am 01.07.2013 12:18, schrieb Hu Tao: > Hu Tao (26): > sysbus: document SysBusDeviceClass about @init > ohci: QOM'ify some more > ohci: use realize for ohci > i440fx-pcihost: use realize for i440fx-pcihost > i440fx: use type-safe cast instead of directly access of parent dev > q35: use t

[Qemu-devel] [PATCH v2 00/26] use realizefn for SysBusDevice, part 1

2013-07-01 Thread Hu Tao
This series updates part of devices inheriting from SysbusDevice to use DeviceState::realize, and QOM'ify them. These devices are default to x86_64-softmmu. I'm planning to make patches in the same manner, that is, each series is for devices default to each target. After all devices are converted