summaryrefslogtreecommitdiff
path: root/hw/qdev.c
AgeCommit message (Expand)Author
2011-12-19qdev: fix hotplug when no -device is specifiedAnthony Liguori
2011-12-19qom: register qdev properties also as non-legacy propertiesPaolo Bonzini
2011-12-19qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini
2011-12-19qom: interpret the return value when setting legacy propertiesPaolo Bonzini
2011-12-19qom: push permission checks up into qdev_property_add_legacyPaolo Bonzini
2011-12-19qom: fix swapped parametersPaolo Bonzini
2011-12-15qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori
2011-12-15qom: add string property typeAnthony Liguori
2011-12-15qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori
2011-12-15dev: add an anonymous peripheral containerAnthony Liguori
2011-12-15qdev: add explicitly named devices to the root complexAnthony Liguori
2011-12-15qom: add link properties (v2)Anthony Liguori
2011-12-15qom: add child properties (composition) (v3)Anthony Liguori
2011-12-15qdev: provide a path resolution (v2)Anthony Liguori
2011-12-15qdev: provide an interface to return canonical path from root (v2)Anthony Liguori
2011-12-15qom: introduce root deviceAnthony Liguori
2011-12-15qom: register legacy properties as new style properties (v2)Anthony Liguori
2011-12-15qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori
2011-12-15qom: add a reference count to qdev objectsAnthony Liguori
2011-11-10qdev: Fix crash on -device '?=x'Markus Armbruster
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini
2011-09-16qdev: print bus properties tooGerd Hoffmann
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-11hw/qdev: Don't crash if qdev_create(NULL, ...) failsPeter Maydell
2011-08-05qdev: Eliminate duplicate resetIsaku Yamahata
2011-07-29qdev: Reset hot-plugged devicesJan Kiszka
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell
2011-04-07qdev: Fix comment around qdev_init_nofail()Michael Tokarev
2011-02-12qdev: add creation function that may failBlue Swirl
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster
2011-01-05qdev: Track runtime machine modificationsAlex Williamson
2010-12-24qdev: export qdev_find_recursive() for later useIsaku Yamahata
2010-12-21qdev: remove an unused functionMichael S. Tsirkin
2010-12-20qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata
2010-12-19qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-11-22qdev: trigger reset from a given deviceIsaku Yamahata
2010-11-22qdev: introduce reset call back for qbus levelIsaku Yamahata
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori
2010-11-22qbus: add functions to walk both devices and bussesAnthony Liguori
2010-08-24Rearrange block headersBlue Swirl
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06qdev: Don't hw_error() in qdev_init_nofail()Markus Armbruster
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-10qbus: fix memory leak in qbus_free()Isaku Yamahata