summaryrefslogtreecommitdiffstats
path: root/hw/qdev-properties.c
Commit message (Expand)AuthorAgeFilesLines
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-7/+7
* net: Remove VLANStateStefan Hajnoczi2012-08-011-7/+0
* net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu2012-08-011-15/+26
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-07-181-72/+88
|\
| * block: Geometry and translation hints are now useless, purge themMarkus Armbruster2012-07-171-0/+1
| * qdev: New property type chs-translationMarkus Armbruster2012-07-171-0/+15
| * qdev: Collect private helpers in one placeMarkus Armbruster2012-07-171-72/+72
* | constify value pointer for qdev_prop_set_stringChristian Borntraeger2012-07-171-1/+1
|/
* qdev-properties: Introduce pci-host-devaddr.Anthony PERARD2012-06-211-0/+107
* qdev: Remove qdev_prop_exists()Paolo Bonzini2012-06-181-5/+0
* qdev: Remove qdev_prop_set_defaultsPaolo Bonzini2012-06-181-22/+0
* qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-18/+22
* qdev: Remove PropertyInfo range checkingPaolo Bonzini2012-06-081-80/+26
* qdev: Switch property accessors to fixed-width visitor interfacesMichael Roth2012-06-081-61/+89
* qdev: Use int32_t container for devfn propertyMichael Roth2012-06-081-7/+4
* qdev: Fix memory leakdunrong huang2012-05-211-1/+5
* qdev: Fix memory leak in function set_pci_devfnStefan Weil2012-05-031-0/+1
* qdev: add blocksize property typeStefan Hajnoczi2012-04-051-0/+46
* qdev: accept empty string propertiesPaolo Bonzini2012-03-121-4/+0
* qdev: drop unnecessary parse/print methodsPaolo Bonzini2012-02-221-134/+0
* qdev: use built-in QOM string parserPaolo Bonzini2012-02-221-2/+2
* qdev: accept hex properties only if prefixed by 0xPaolo Bonzini2012-02-221-0/+12
* qdev: accept both strings and integers for PCI addressesPaolo Bonzini2012-02-221-11/+25
* qdev: print error message before abortingPaolo Bonzini2012-02-141-13/+13
* qdev: allow setting properties to NULLPaolo Bonzini2012-02-141-6/+9
* qdev: remove unused fields from PropertyInfoPaolo Bonzini2012-02-071-37/+1
* qdev: initialize properties via QOMPaolo Bonzini2012-02-071-15/+14
* qdev: inline qdev_prop_set into qdev_prop_set_ptrPaolo Bonzini2012-02-071-19/+7
* qdev: access properties via QOMPaolo Bonzini2012-02-071-24/+54
* qdev: fix off-by-onePaolo Bonzini2012-02-071-3/+3
* qdev: let QOM free propertiesPaolo Bonzini2012-02-071-7/+12
* qdev: remove parse/print methods for pointer propertiesPaolo Bonzini2012-02-071-56/+72
* qdev: make the non-legacy pci address property accept an integerPaolo Bonzini2012-02-071-19/+9
* qdev: remove parse/print methods for mac propertiesPaolo Bonzini2012-02-071-19/+42
* qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini2012-02-071-31/+31
* qdev: remove parse method for string propertiesPaolo Bonzini2012-02-071-11/+0
* qdev: remove direct calls to print/parsePaolo Bonzini2012-02-071-16/+10
* qom: move properties from qdev to objectAnthony Liguori2012-02-031-18/+35
* qdev: make DeviceInfo privateAnthony Liguori2012-02-031-2/+2
* qdev: Introduce lost tick policy propertyJan Kiszka2012-02-011-0/+55
* qdev: don't access name through infoAnthony Liguori2012-01-271-8/+8
* qdev: move qdev->info to classAnthony Liguori2012-01-271-10/+10
* qdev-property: Make bit property parsing stricterJan Kiszka2012-01-271-2/+2
* qdev: Add a 'free' method to disassociate chardev from qdev deviceAmit Shah2012-01-131-0/+11
* qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini2011-12-191-4/+8
* qom: introduce get/set methods for PropertyPaolo Bonzini2011-12-191-0/+354
* qom: interpret the return value when setting legacy propertiesPaolo Bonzini2011-12-191-15/+26
* qdev: Add HEX8 propertyJan Kiszka2011-10-161-0/+29
* pci-devfn: check that device/slot number is within rangeDonald Dutile2011-09-231-0/+2
* block: Attach non-qdev devices as wellMarkus Armbruster2011-09-061-3/+3
OpenPOWER on IntegriCloud