mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
sysbus: remove outdated comment
The init callback is no more since commit
817a17fc60 ("core/sysbus: remove the
SysBusDeviceClass::init path")
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
7e83a77f96
commit
a35c6ccc06
1 changed files with 0 additions and 4 deletions
|
|
@ -24,10 +24,6 @@ typedef struct SysBusDevice SysBusDevice;
|
|||
|
||||
/**
|
||||
* SysBusDeviceClass:
|
||||
* @init: Callback function invoked when the #DeviceState.realized property
|
||||
* is changed to %true. Deprecated, new types inheriting directly from
|
||||
* TYPE_SYS_BUS_DEVICE should use #DeviceClass.realize instead, new leaf
|
||||
* types should consult their respective parent type.
|
||||
*
|
||||
* SysBusDeviceClass is not overriding #DeviceClass.realize, so derived
|
||||
* classes overriding it are not required to invoke its implementation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue