summaryrefslogtreecommitdiffstats
path: root/hw/qdev.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: fix hotplug when no -device is specifiedAnthony Liguori2011-12-191-0/+6
* qom: register qdev properties also as non-legacy propertiesPaolo Bonzini2011-12-191-3/+25
* qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini2011-12-191-3/+6
* qom: interpret the return value when setting legacy propertiesPaolo Bonzini2011-12-191-4/+1
* qom: push permission checks up into qdev_property_add_legacyPaolo Bonzini2011-12-191-27/+19
* qom: fix swapped parametersPaolo Bonzini2011-12-191-1/+1
* qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori2011-12-151-0/+7
* qom: add string property typeAnthony Liguori2011-12-151-0/+59
* qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori2011-12-151-32/+24
* dev: add an anonymous peripheral containerAnthony Liguori2011-12-151-1/+20
* qdev: add explicitly named devices to the root complexAnthony Liguori2011-12-151-0/+14
* qom: add link properties (v2)Anthony Liguori2011-12-151-0/+74
* qom: add child properties (composition) (v3)Anthony Liguori2011-12-151-0/+26
* qdev: provide a path resolution (v2)Anthony Liguori2011-12-151-0/+103
* qdev: provide an interface to return canonical path from root (v2)Anthony Liguori2011-12-151-0/+48
* qom: introduce root deviceAnthony Liguori2011-12-151-0/+12
* qom: register legacy properties as new style properties (v2)Anthony Liguori2011-12-151-0/+86
* qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori2011-12-151-0/+97
* qom: add a reference count to qdev objectsAnthony Liguori2011-12-151-0/+16
* qdev: Fix crash on -device '?=x'Markus Armbruster2011-11-101-1/+1
* qdev: switch children device list to QTAILQPaolo Bonzini2011-10-281-12/+12
* qdev: print bus properties tooGerd Hoffmann2011-09-161-0/+6
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-10/+10
* hw/qdev: Don't crash if qdev_create(NULL, ...) failsPeter Maydell2011-08-111-1/+6
* qdev: Eliminate duplicate resetIsaku Yamahata2011-08-051-2/+12
* qdev: Reset hot-plugged devicesJan Kiszka2011-07-291-0/+3
* net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-231-1/+1
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-1/+1
* net: Warn about "-net nic" options which were ignoredPeter Maydell2011-06-221-0/+1
* qdev: Fix comment around qdev_init_nofail()Michael Tokarev2011-04-071-1/+2
* qdev: add creation function that may failBlue Swirl2011-02-121-1/+13
* blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster2011-01-311-1/+0
* blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster2011-01-311-14/+0
* qdev: Track runtime machine modificationsAlex Williamson2011-01-051-0/+10
* qdev: export qdev_find_recursive() for later useIsaku Yamahata2010-12-241-1/+1
* qdev: remove an unused functionMichael S. Tsirkin2010-12-211-6/+1
* qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata2010-12-201-1/+13
* qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil2010-12-191-4/+5
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+32
* qdev: trigger reset from a given deviceIsaku Yamahata2010-11-221-0/+5
* qdev: introduce reset call back for qbus levelIsaku Yamahata2010-11-221-1/+9
* qdev: reset qdev along with qdev treeAnthony Liguori2010-11-221-9/+19
* qbus: add functions to walk both devices and bussesAnthony Liguori2010-11-221-0/+46
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* QemuOpts: make most qemu_*_opts staticGerd Hoffmann2010-08-221-1/+1
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-061-2/+4
|\
| * qdev: Don't hw_error() in qdev_init_nofail()Markus Armbruster2010-07-061-2/+4
* | savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
|/
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-141-0/+6
|\
| * qdev: Don't leak string property value on hot unplugMarkus Armbruster2010-06-041-0/+6
OpenPOWER on IntegriCloud