summaryrefslogtreecommitdiffstats
path: root/hw/qdev.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Prepare "realized" propertyAndreas Färber2013-01-151-23/+71
* qdev: Fold state enum into bool realizedAndreas Färber2013-01-151-6/+6
* qdev: add qbus_reset_allPaolo Bonzini2013-01-101-1/+6
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* qdev: Don't assume existence of parent bus on unparentingAndreas Färber2013-01-081-3/+5
* Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-3/+3
|\
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
| * qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-2/+2
| * net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* | qdev-properties.c: Separate core from the code used only by qemu-system-*Eduardo Habkost2012-12-191-14/+0
* | qdev: Coding style fixesEduardo Habkost2012-12-191-1/+2
|/
* qdev: qdev_create(): use error_report() instead of hw_error()Eduardo Habkost2012-12-061-3/+5
* qdev: simplify (de)allocation of busesPaolo Bonzini2012-11-261-9/+1
* qdev: move bus removal to object_unparentPaolo Bonzini2012-11-261-3/+13
* qdev: Split up header so it can be used in cpu.hAnthony Liguori2012-11-151-0/+1
* qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite2012-10-101-3/+3
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * qdev: kill bogus commentEduardo Habkost2012-10-051-1/+0
* | vl.c: convert *vga_enabled functions to QOMAurelien Jarno2012-10-061-5/+0
* | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering2012-10-051-1/+1
|/
* qom: object_delete should unparent the object firstPaolo Bonzini2012-08-231-2/+0
* net: Remove VLANStateStefan Hajnoczi2012-08-011-2/+0
* qdev: fix use-after-free in the error path of qdev_init_nofailAnthony Liguori2012-06-271-2/+3
* Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori2012-06-181-101/+199
|\
| * qom: Push error reporting to object_property_find()Paolo Bonzini2012-06-181-1/+1
| * qdev: Remove qdev_prop_exists()Paolo Bonzini2012-06-181-1/+1
| * qbus: Initialize in standard wayAnthony Liguori2012-06-181-32/+48
| * qbus: Make child devices linksAnthony Liguori2012-06-181-11/+53
| * qdev: Connect busses with their parent devicesAnthony Liguori2012-06-181-0/+4
| * qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-20/+53
| * qdev: Move SysBus initialization to sysbus.cPaolo Bonzini2012-06-181-24/+2
| * qdev: Use wrapper for qdev_get_pathAnthony Liguori2012-06-181-0/+16
| * qdev: Remove qdev_prop_set_defaultsPaolo Bonzini2012-06-181-3/+23
| * qdev: Clean up global propertiesPaolo Bonzini2012-06-181-1/+1
| * qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-26/+21
| * qdev: Push "type" property up to ObjectPaolo Bonzini2012-06-181-6/+0
* | qdev: release parent properties on dc->init failureJason Baron2012-06-111-0/+1
|/
* qdev: Fix adding of ptr propertiesAnthony Liguori2012-05-121-1/+4
* qom: Refine container_get() to allow using a custom rootAndreas Färber2012-04-241-3/+4
* qdev: qdev_unplug(): use error_set()Luiz Capitulino2012-04-091-4/+8
* qdev: put all devices under /machinePaolo Bonzini2012-04-021-1/+12
* qdev: give all devices a canonical pathPaolo Bonzini2012-04-021-3/+13
* qdev: Fix qdev_try_create() semanticsAndreas Färber2012-02-171-0/+3
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: initialize properties via QOMPaolo Bonzini2012-02-071-2/+2
* qdev: let QOM free propertiesPaolo Bonzini2012-02-071-7/+1
* qdev: allow reusing get/set for legacy propertyPaolo Bonzini2012-02-071-4/+7
* qdev: remove direct calls to print/parsePaolo Bonzini2012-02-071-0/+9
* qdev: implement cleanup logic in finalizeAnthony Liguori2012-02-031-25/+32
* qom: move properties from qdev to objectAnthony Liguori2012-02-031-474/+17
OpenPOWER on IntegriCloud