Philippe Mathieu-Daudé
bf85388169
qdev: use device_class_set_parent_realize/unrealize/reset()
changes generated using the following Coccinelle patch:
@@
type DeviceParentClass;
DeviceParentClass *pc;
DeviceClass *dc;
identifier parent_fn;
identifier child_fn;
@@
(
+device_class_set_parent_realize(dc, child_fn, &pc->parent_fn);
-pc->parent_fn = dc->realize;
...
-dc->realize = child_fn;
|
+device_class_set_parent_unrealize(dc, child_fn, &pc->parent_fn);
-pc->parent_fn = dc->unrealize;
...
-dc->unrealize = child_fn;
|
+device_class_set_parent_reset(dc, child_fn, &pc->parent_fn);
-pc->parent_fn = dc->reset;
...
-dc->reset = child_fn;
)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180114020412.26160-4-f4bug@amsat.org>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-02-05 13:54:38 +01:00
..
2017-05-17 10:37:01 -03:00
2017-10-15 05:54:43 +03:00
2016-07-19 20:18:02 +02:00
2018-01-16 14:54:52 +01:00
2017-07-14 17:59:42 +01:00
2017-09-08 08:17:37 +08:00
2017-12-22 09:53:50 +08:00
2017-12-22 09:53:23 +08:00
2017-12-22 09:53:23 +08:00
2017-12-22 09:53:23 +08:00
2016-06-27 16:39:56 +01:00
2017-12-22 09:53:23 +08:00
2017-12-22 10:01:27 +08:00
2017-05-17 10:37:00 -03:00
2017-12-22 10:01:27 +08:00
2018-01-25 11:45:28 +00:00
2017-12-22 10:01:27 +08:00
2018-01-09 21:48:20 +00:00
2017-09-21 08:38:42 +01:00
2017-03-14 15:39:55 +08:00
2017-07-14 17:59:42 +01:00
2016-07-19 20:18:02 +02:00
2017-12-18 17:07:02 +03:00
2017-12-22 10:01:27 +08:00
2017-12-18 17:07:02 +03:00
2017-11-20 11:08:00 +08:00
2016-06-02 10:42:28 +08:00
2017-11-20 11:08:00 +08:00
2016-06-16 18:39:03 +02:00
2017-12-22 10:01:27 +08:00
2017-10-15 05:54:43 +03:00
2018-01-16 14:54:51 +01:00
2016-07-12 16:20:46 +02:00
2017-12-22 10:01:27 +08:00
2016-07-19 20:18:02 +02:00
2017-02-22 14:28:53 +11:00
2017-01-27 15:29:08 +00:00
2017-12-22 10:00:47 +08:00
2017-12-22 10:00:47 +08:00
2017-09-21 08:38:42 +01:00
2017-06-02 18:57:17 +03:00
2017-11-28 11:54:50 +08:00
2017-11-20 11:08:00 +08:00
2018-02-05 13:54:38 +01:00
2017-11-20 11:08:00 +08:00
2016-07-12 16:20:46 +02:00
2016-10-28 17:54:21 -07:00
2017-06-02 11:33:52 +04:00
2017-09-07 13:54:51 +01:00
2016-08-09 15:27:18 +08:00