qemu-e2k/hw/acpi
Stefan Hajnoczi 02a5c4c974 qdev: Drop misleading qdev_free() function
The qdev_free() function name is misleading since all the function does
is unlink the device from its parent.  The device is not necessarily
freed.

The device will be freed when its QObject refcount reaches zero.  It is
usual for the parent (bus) to hold the final reference but there are
cases where something else holds a reference so "free" is a misleading
name.

Call object_unparent(obj) directly instead of having a qdev wrapper
function.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-11-05 18:06:38 +01:00
..
core.c pci, pc, acpi fixes, enhancements 2013-10-31 16:58:32 +01:00
ich9.c ich9: APIs for pc guest info 2013-10-14 17:48:52 +03:00
Makefile.objs hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
piix4.c qdev: Drop misleading qdev_free() function 2013-11-05 18:06:38 +01:00