diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-10-23 12:56:31 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-01-07 16:06:59 +0400 |
commit | a35c6ccc06536e076d5a23c51d67458e3546672c (patch) | |
tree | a58fa0c33d0d25f6ed63e7940433c8013177fb3c /include | |
parent | 7e83a77f96ee18cb891f309dc617caa5e07ff51e (diff) | |
download | qemu-a35c6ccc06536e076d5a23c51d67458e3546672c.zip |
sysbus: remove outdated comment
The init callback is no more since commit
817a17fc60f44e29a1944b60d32f45ea127f0cf9 ("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>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/sysbus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/sysbus.h b/include/hw/sysbus.h index 2eb0484388..c4a1c0adfa 100644 --- a/include/hw/sysbus.h +++ b/include/hw/sysbus.h @@ -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. |