summaryrefslogtreecommitdiffstats
path: root/hw/qdev.h
Commit message (Expand)AuthorAgeFilesLines
* qdev: remove unused fields from PropertyInfoPaolo Bonzini2012-02-071-21/+0
* qdev: initialize properties via QOMPaolo Bonzini2012-02-071-4/+7
* qdev: access properties via QOMPaolo Bonzini2012-02-071-3/+1
* qdev: let QOM free propertiesPaolo Bonzini2012-02-071-1/+1
* qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini2012-02-071-0/+1
* qom: move properties from qdev to objectAnthony Liguori2012-02-031-275/+2
* qdev: nuke qdev_init_chardev()Anthony Liguori2012-02-031-2/+0
* qdev: split out UI portions into a new functionAnthony Liguori2012-02-031-0/+2
* qdev: refactor away qdev_create_from_infoAnthony Liguori2012-02-031-0/+3
* qdev: remove baked in notion of aliases (v2)Anthony Liguori2012-02-031-1/+0
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-32/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-1/+0
* qdev: kill off DeviceInfo listAnthony Liguori2012-02-031-2/+0
* qdev: remove info from classAnthony Liguori2012-02-031-5/+21
* qdev: make DeviceInfo privateAnthony Liguori2012-02-031-15/+9
* qdev: Introduce lost tick policy propertyJan Kiszka2012-02-011-0/+7
* qdev: add class_init to DeviceInfoAnthony Liguori2012-01-271-0/+5
* qdev: add a interface to register subclassesAnthony Liguori2012-01-271-0/+1
* qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori2012-01-271-0/+8
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-2/+14
* qdev: integrate with QEMU Object Model (v2)Anthony Liguori2012-01-271-0/+10
* vga: improve VGA logicBlue Swirl2012-01-221-0/+1
* qdev: fix hotplug when no -device is specifiedAnthony Liguori2011-12-191-0/+8
* qom: register qdev properties also as non-legacy propertiesPaolo Bonzini2011-12-191-4/+3
* qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini2011-12-191-0/+1
* qom: introduce get/set methods for PropertyPaolo Bonzini2011-12-191-0/+4
* qom: interpret the return value when setting legacy propertiesPaolo Bonzini2011-12-191-0/+2
* qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori2011-12-151-0/+14
* qom: add string property typeAnthony Liguori2011-12-151-0/+22
* qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori2011-12-151-0/+4
* qom: add link properties (v2)Anthony Liguori2011-12-151-0/+23
* qom: add child properties (composition) (v3)Anthony Liguori2011-12-151-0/+20
* qdev: provide a path resolution (v2)Anthony Liguori2011-12-151-0/+28
* qdev: provide an interface to return canonical path from root (v2)Anthony Liguori2011-12-151-0/+9
* qom: introduce root deviceAnthony Liguori2011-12-151-0/+8
* qom: register legacy properties as new style properties (v2)Anthony Liguori2011-12-151-0/+7
* qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori2011-12-151-0/+120
* qom: add a reference count to qdev objectsAnthony Liguori2011-12-151-0/+26
* scsi: remove devs array from SCSIBusPaolo Bonzini2011-10-281-1/+1
* qdev: switch children device list to QTAILQPaolo Bonzini2011-10-281-2/+2
* qdev: Add HEX8 propertyJan Kiszka2011-10-161-0/+3
* qdev: add creation function that may failBlue Swirl2011-02-121-0/+1
* blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster2011-01-311-2/+0
* qdev: Track runtime machine modificationsAlex Williamson2011-01-051-0/+1
* qdev: export qdev_find_recursive() for later useIsaku Yamahata2010-12-241-0/+2
* qdev: remove an unused functionMichael S. Tsirkin2010-12-211-1/+0
* qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata2010-12-201-0/+2
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+1
* Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov2010-12-111-0/+7
OpenPOWER on IntegriCloud