commit | dc7389b79a15082fa4824bd3de966499f3b8cb2a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 25 14:12:36 2013 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Feb 01 15:53:10 2013 -0600 |
tree | 0eb0742105b57303d0e6d028a75652db58a048e3 | |
parent | 62d7ba669dbd5b4c92664eea453d28448ab9cb4b [diff] |
qdev: inline object_delete into qbus_free/qdev_free We want object_delete to disappear, and we will do this one class at a time. Inline it for the qdev case, which we will tackle first. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>