mirror of
https://github.com/mii443/qemu.git
synced 2025-08-24 16:09:37 +00:00
Instead of having the parent provide PITCommonClass::init, let the children override DeviceClass::realize themselves. This pushes the responsibility for saving and calling the parent's realizefn to the children. Signed-off-by: Andreas Färber <afaerber@suse.de>