summaryrefslogtreecommitdiffstats
path: root/hw/qdev.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-882/+0
* qdev: only send deleted event if device was realizedAnthony Liguori2013-04-021-9/+14
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-261-0/+14
|\
| * qmp: add path to device_deleted eventMichael S. Tsirkin2013-03-261-2/+5
| * qdev: DEVICE_DELETED eventMichael S. Tsirkin2013-03-171-0/+11
* | hw/qdev: Abort rather than ignoring errors adding device propertiesPeter Maydell2013-03-261-3/+7
* | hw/qdev-properties.c: Improve diagnostic for setting property after realizePeter Maydell2013-03-261-1/+1
* | qdev: remove redundant abort()liguang2013-03-221-2/+1
|/
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-1/+1
* hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini2013-03-011-0/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-111-2/+2
* qdev: drop extra references at creation timePaolo Bonzini2013-02-011-3/+2
* qdev: inline object_delete into qbus_free/qdev_freePaolo Bonzini2013-02-011-2/+4
* qdev: add reference for the bus while it is referred to by the DeviceStatePaolo Bonzini2013-02-011-0/+3
* qdev: move unrealization of devices from finalize to unparentPaolo Bonzini2013-02-011-18/+17
* qdev: move deletion of children from finalize to unparentPaolo Bonzini2013-02-011-12/+25
* qdev: add reference count to a device for the BusChildPaolo Bonzini2013-02-011-0/+5
* qdev: change first argument of qbus_create_inplace to void *Paolo Bonzini2013-02-011-1/+1
* qdev: remove duplication between qbus_create and qbus_create_inplacePaolo Bonzini2013-02-011-11/+7
* 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
OpenPOWER on IntegriCloud