summaryrefslogtreecommitdiff
path: root/hw/qdev.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-2/+2
2013-02-01qdev: drop extra references at creation timePaolo Bonzini1-3/+2
2013-02-01qdev: inline object_delete into qbus_free/qdev_freePaolo Bonzini1-2/+4
2013-02-01qdev: add reference for the bus while it is referred to by the DeviceStatePaolo Bonzini1-0/+3
2013-02-01qdev: move unrealization of devices from finalize to unparentPaolo Bonzini1-18/+17
2013-02-01qdev: move deletion of children from finalize to unparentPaolo Bonzini1-12/+25
2013-02-01qdev: add reference count to a device for the BusChildPaolo Bonzini1-0/+5
2013-02-01qdev: change first argument of qbus_create_inplace to void *Paolo Bonzini1-1/+1
2013-02-01qdev: remove duplication between qbus_create and qbus_create_inplacePaolo Bonzini1-11/+7
2013-01-15qdev: Prepare "realized" propertyAndreas Färber1-23/+71
2013-01-15qdev: Fold state enum into bool realizedAndreas Färber1-6/+6
2013-01-10qdev: add qbus_reset_allPaolo Bonzini1-1/+6
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-08qdev: Don't assume existence of parent bus on unparentingAndreas Färber1-3/+5
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1-3/+3
2012-12-19qdev-properties.c: Separate core from the code used only by qemu-system-*Eduardo Habkost1-14/+0
2012-12-19qdev: Coding style fixesEduardo Habkost1-1/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-2/+2
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-06qdev: qdev_create(): use error_report() instead of hw_error()Eduardo Habkost1-3/+5
2012-11-26qdev: simplify (de)allocation of busesPaolo Bonzini1-9/+1
2012-11-26qdev: move bus removal to object_unparentPaolo Bonzini1-3/+13
2012-11-15qdev: Split up header so it can be used in cpu.hAnthony Liguori1-0/+1
2012-10-10qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite1-3/+3
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-1/+0
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno1-5/+0
2012-10-05qdev: kill bogus commentEduardo Habkost1-1/+0
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering1-1/+1
2012-08-23qom: object_delete should unparent the object firstPaolo Bonzini1-2/+0
2012-08-01net: Remove VLANStateStefan Hajnoczi1-2/+0
2012-06-27qdev: fix use-after-free in the error path of qdev_init_nofailAnthony Liguori1-2/+3
2012-06-18Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori1-101/+199
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini1-1/+1
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini1-1/+1
2012-06-18qbus: Initialize in standard wayAnthony Liguori1-32/+48
2012-06-18qbus: Make child devices linksAnthony Liguori1-11/+53
2012-06-18qdev: Connect busses with their parent devicesAnthony Liguori1-0/+4
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori1-20/+53
2012-06-18qdev: Move SysBus initialization to sysbus.cPaolo Bonzini1-24/+2
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori1-0/+16
2012-06-18qdev: Remove qdev_prop_set_defaultsPaolo Bonzini1-3/+23
2012-06-18qdev: Clean up global propertiesPaolo Bonzini1-1/+1
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini1-26/+21
2012-06-18qdev: Push "type" property up to ObjectPaolo Bonzini1-6/+0
2012-06-11qdev: release parent properties on dc->init failureJason Baron1-0/+1
2012-05-12qdev: Fix adding of ptr propertiesAnthony Liguori1-1/+4
2012-04-24qom: Refine container_get() to allow using a custom rootAndreas Färber1-3/+4
2012-04-09qdev: qdev_unplug(): use error_set()Luiz Capitulino1-4/+8
2012-04-02qdev: put all devices under /machinePaolo Bonzini1-1/+12