commit | a15d09127b104d1c35fc22bdd65263fe62462b30 | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Sun Nov 25 18:47:58 2012 +0100 |
committer | Andreas Färber <afaerber@suse.de> | Fri Jun 07 14:55:24 2013 +0200 |
tree | 6e1c6bc2916319b3c581442907c1c8b680b6f378 | |
parent | 58cd986422d7353e7fac56969ac59daab3cdca67 [diff] |
i8254: Convert PITCommonState to QOM realizefn 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>