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