qemu-e2k/hw/s390x
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
..
Makefile.objs hw: move char devices to hw/char/, configure via default-configs/ 2013-04-08 18:13:14 +02:00
css.c misc: Fix some typos in names and comments 2013-09-01 18:59:24 +04:00
css.h virtio-ccw: Wire up ioeventfd. 2013-06-25 17:11:11 +02:00
event-facility.c s390/eventfacility: allow childs to handle more than 1 event type 2013-09-20 13:55:30 +02:00
ipl.c s390/ipl: Fix boot order 2013-07-29 12:02:00 +02:00
s390-virtio-bus.c qom: Pass available size to object_initialize() 2013-08-30 21:15:44 +02:00
s390-virtio-bus.h virtio-bus: make virtio_x_bus_new static. 2013-04-24 11:50:20 -05:00
s390-virtio-ccw.c pc,pci,virtio fixes and cleanups 2013-09-03 12:31:07 -05:00
s390-virtio-hcall.c s390: Move hw files to hw/s390x 2013-01-29 21:50:04 +01:00
s390-virtio.c hw: Clean up bogus default boot order 2013-08-28 10:16:47 +03:00
s390-virtio.h S390: IPL: Use different firmware for different machines 2013-04-26 20:18:24 +02:00
sclp.c hw: include hw header files with full paths 2013-03-01 15:01:17 +01:00
sclpquiesce.c s390/eventfacility: allow childs to handle more than 1 event type 2013-09-20 13:55:30 +02:00
virtio-ccw.c qdev: Drop misleading qdev_free() function 2013-11-05 18:06:38 +01:00
virtio-ccw.h virtio-ccw: Wire up guest and host notifies. 2013-06-25 17:11:12 +02:00