sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4

This is still the same transformation as in the previous commits, but
here the sysbus_init_child_obj() and its matching realize in are in
separate files.  Fortunately, there's just one realize left to
convert.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200610053247.1583243-51-armbru@redhat.com>
This commit is contained in:
Markus Armbruster 2020-06-10 07:32:39 +02:00
parent 5a147c8c51
commit 7089e0cc46
3 changed files with 7 additions and 9 deletions

View file

@ -145,7 +145,7 @@ static void aspeed_sdhci_realize(DeviceState *dev, Error **errp)
return;
}
object_property_set_bool(sdhci_slot, true, "realized", &err);
sysbus_realize(sbd_slot, &err);
if (err) {
error_propagate(errp, err);
return;