]> Git Repo - qemu.git/commit
qom: Remove parent pointer when unparenting
authorPeter Crosthwaite <[email protected]>
Tue, 27 May 2014 00:39:51 +0000 (17:39 -0700)
committerAndreas Färber <[email protected]>
Mon, 30 Jun 2014 19:13:30 +0000 (21:13 +0200)
commitd15ae221eada39949b025d641f82d2c4a2ad8dde
tree5d542dafe8a55f3a5103fab594168e92deacb30e
parent53a259da5697ec8a82463161e2e32ff942a08bc2
qom: Remove parent pointer when unparenting

Certain parts of the QOM framework test this pointer to determine if
an object is parented. Nuke it when the object is unparented to allow
for reuse of an object after unparenting.

Signed-off-by: Peter Crosthwaite <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
qom/object.c
This page took 0.020371 seconds and 4 git commands to generate.