summaryrefslogtreecommitdiffstats
path: root/hw/qdev.h
Commit message (Expand)AuthorAgeFilesLines
* qdev: Split up header so it can be used in cpu.hAnthony Liguori2012-11-151-366/+4
* vl.c: convert *vga_enabled functions to QOMAurelien Jarno2012-10-061-1/+0
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-3/+3
* net: Remove VLANStateStefan Hajnoczi2012-08-011-1/+0
* net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu2012-08-011-1/+1
* qdev: Fix Open Firmware commentStefan Weil2012-07-211-6/+5
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-07-181-0/+3
|\
| * qdev: New property type chs-translationMarkus Armbruster2012-07-171-0/+3
* | constify value pointer for qdev_prop_set_stringChristian Borntraeger2012-07-171-1/+1
|/
* qdev-properties: Introduce pci-host-devaddr.Anthony PERARD2012-06-211-0/+3
* qdev: Remove qdev_prop_exists()Paolo Bonzini2012-06-181-1/+0
* qbus: Make child devices linksAnthony Liguori2012-06-181-2/+8
* qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-20/+26
* qdev: Use wrapper for qdev_get_pathAnthony Liguori2012-06-181-0/+2
* qdev: Remove qdev_prop_set_defaultsPaolo Bonzini2012-06-181-1/+0
* qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-5/+0
* qdev: Remove PropertyInfo range checkingPaolo Bonzini2012-06-081-2/+0
* qdev: Use int32_t container for devfn propertyMichael Roth2012-06-081-1/+1
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-04-101-1/+2
|\
| * qdev: qdev_unplug(): use error_set()Luiz Capitulino2012-04-091-1/+2
* | qdev: add blocksize property typeStefan Hajnoczi2012-04-051-0/+3
|/
* qdev: put all devices under /machinePaolo Bonzini2012-04-021-0/+2
* 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
OpenPOWER on IntegriCloud