commit | db895a1e6a97e919f9b86d60c969377357b05066 | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Sun Nov 25 02:37:14 2012 +0100 |
committer | Andreas Färber <afaerber@suse.de> | Fri Jun 07 12:14:45 2013 +0200 |
tree | 72f6786abe90f7fa77d2f10416df73cb9d62e35a | |
parent | a3dcca567a1d4a5c79fb9c8fe2d9a21a4a7cebd5 [diff] |
isa: Use realizefn for ISADevice Drop ISADeviceClass::init and the resulting no-op initfn and let children implement their own realizefn. Adapt error handling. Split off an instance_init where sensible. Signed-off-by: Andreas Färber <afaerber@suse.de>