qemu-patch-raspberry4/qom
Paolo Bonzini 6c1fdcf902 qom: fix device hot-unplug
Property removal modifies the list, so it is not safe to continue
iteration.  We know anyway that each object can have only one
parent (see object_property_add_child), so exit after finding
the requested object.

Reported-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-03-12 14:05:25 -05:00
..
container.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
Makefile qom: add QObject-based property get/set wrappers 2012-02-07 13:52:40 +01:00
object.c qom: fix device hot-unplug 2012-03-12 14:05:25 -05:00
qom-qobject.c qom: add QObject-based property get/set wrappers 2012-02-07 13:52:40 +01:00