commit | 64b625f4b2fdb2c873e25c149648b2ce923faab7 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 23 09:47:15 2012 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Nov 26 13:41:00 2012 -0600 |
tree | c0ecebd3d237877cba1d232454ae5dd43d27b43c | |
parent | fde9bf4470d4a3b6ee1da0dee2370ab028b6314a [diff] |
qdev: simplify (de)allocation of buses All conditional deallocation can now be done with object_delete. Remove the @qom_allocated and @glib_allocated fields; replace the latter with a direct assignment of the @free function pointer. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>