]> xenbits.xensource.com Git - qemu-xen.git/commit
qom/object: Fix object_child_foreach_recursive() return value
authorCédric Le Goater <clg@kaod.org>
Sat, 4 Apr 2020 15:33:40 +0000 (17:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Jun 2020 16:09:35 +0000 (12:09 -0400)
commit4a39181db284167111ff1b27bffe7599543e930f
tree30f7ad3cdada3bc1e278bcba0006d5621ed8a58c
parentb8164e68e5f91325821d413fec84b9a0956e95bb
qom/object: Fix object_child_foreach_recursive() return value

When recursing, the return value of do_object_child_foreach() is not
taken into account.

Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Fixes: d714b8de7747 ("qom: Add recursive version of object_child_for_each")
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200404153340.164861-1-clg@kaod.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qom/object.c