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-12-18 21:26:19 -08:00
2017-12-18 21:26:19 -08:00
2018-01-11 12:45:27 -08:00
2017-12-18 21:26:19 -08:00
2018-01-22 11:54:58 -08:00
2017-12-18 21:26:19 -08:00
2017-12-18 21:26:19 -08:00
2018-01-11 12:45:27 -08:00
2017-12-18 21:26:19 -08:00
2018-01-22 11:54:58 -08:00
2018-02-05 13:54:38 +01:00
2018-01-22 11:54:23 -08:00
2017-07-11 11:18:37 +03:00
2018-01-09 09:55:38 -08:00
2017-12-18 21:26:19 -08:00
2018-01-22 11:54:58 -08:00
2018-01-25 16:02:24 +01:00
2018-01-11 09:31:26 -08:00
2018-01-24 16:59:36 +00:00
2017-12-18 21:26:19 -08:00
2017-12-18 21:26:19 -08:00
2017-12-18 21:26:19 -08:00
2017-07-14 11:04:33 +02:00