[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 03/33] sysbus: remove outdated comment
From: |
Marc-André Lureau |
Subject: |
[PATCH v3 03/33] sysbus: remove outdated comment |
Date: |
Wed, 23 Oct 2019 19:31:24 +0200 |
The init callback is no more since commit
817a17fc60f44e29a1944b60d32f45ea127f0cf9 ("core/sysbus: remove the
SysBusDeviceClass::init path")
Signed-off-by: Marc-André Lureau <address@hidden>
---
include/hw/sysbus.h | 4 ----
1 file changed, 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.
--
2.23.0.606.g08da6496b6
- [PATCH v3 00/33] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR, Marc-André Lureau, 2019/10/23
- [PATCH v3 01/33] qdev: remove unused qdev_prop_int64, Marc-André Lureau, 2019/10/23
- [PATCH v3 02/33] sysbus: remove unused sysbus_try_create*, Marc-André Lureau, 2019/10/23
- [PATCH v3 03/33] sysbus: remove outdated comment,
Marc-André Lureau <=
- [PATCH v3 04/33] chardev: generate an internal id when none given, Marc-André Lureau, 2019/10/23
- [PATCH v3 05/33] serial-pci-multi: factor out multi_serial_get_nr_ports, Marc-André Lureau, 2019/10/23
- [PATCH v3 06/33] serial: initial qom-ification, Marc-André Lureau, 2019/10/23
- [PATCH v3 07/33] serial: register vmsd with DeviceClass, Marc-André Lureau, 2019/10/23
- [PATCH v3 08/33] serial: add "chardev" property, Marc-André Lureau, 2019/10/23