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
..
2018-01-16 14:54:52 +01:00
2016-09-22 18:13:06 +01:00
2017-06-04 18:42:55 +03:00
2016-10-24 16:26:53 +01:00
2016-09-22 18:13:06 +01:00
2017-02-28 16:18:49 +00:00
2017-06-13 14:57:00 +01:00
2018-01-16 14:54:52 +01:00
2017-07-17 13:36:08 +01:00
2016-09-22 18:13:06 +01:00
2017-01-09 11:40:20 +00:00
2017-05-23 13:28:17 +02:00
2017-06-13 14:56:57 +01:00
2017-04-20 17:39:17 +01:00
2017-04-20 17:39:17 +01:00
2016-10-28 18:17:24 +03:00
2018-01-12 13:22:02 +01:00
2017-12-18 17:07:02 +03:00
2018-02-05 13:54:38 +01:00
2016-09-22 18:13:09 +01:00
2017-02-28 12:08:16 +00:00
2016-09-22 18:13:06 +01:00
2017-02-06 12:33:21 +11:00
2017-02-06 12:33:21 +11:00
2017-06-02 05:54:43 +01:00
2017-09-21 16:36:56 +01:00
2017-12-18 17:07:02 +03:00
2017-05-23 13:28:17 +02:00
2017-02-21 22:24:58 +00:00
2018-01-16 14:54:52 +01:00
2018-01-22 09:46:18 +01:00
2017-09-21 16:34:27 +01:00
2017-09-27 11:35:59 +01:00
2016-09-22 18:13:06 +01:00
2018-01-11 13:25:38 +00:00
2016-09-22 18:13:06 +01:00
2018-01-09 21:48:20 +00:00
2018-01-16 14:54:52 +01:00
2017-01-18 22:03:44 +01:00
2017-08-01 12:13:07 +01:00
2018-01-22 09:46:18 +01:00
2016-09-22 18:13:06 +01:00