aboutsummaryrefslogtreecommitdiff
path: root/hw/qdev-properties.c
AgeCommit message (Expand)Author
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu
2012-07-18Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-07-17constify value pointer for qdev_prop_set_stringChristian Borntraeger
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster
2012-07-17qdev: New property type chs-translationMarkus Armbruster
2012-07-17qdev: Collect private helpers in one placeMarkus Armbruster
2012-06-21qdev-properties: Introduce pci-host-devaddr.Anthony PERARD
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini
2012-06-18qdev: Remove qdev_prop_set_defaultsPaolo Bonzini
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini
2012-06-08qdev: Remove PropertyInfo range checkingPaolo Bonzini
2012-06-08qdev: Switch property accessors to fixed-width visitor interfacesMichael Roth
2012-06-08qdev: Use int32_t container for devfn propertyMichael Roth
2012-05-21qdev: Fix memory leakdunrong huang
2012-05-03qdev: Fix memory leak in function set_pci_devfnStefan Weil
2012-04-05qdev: add blocksize property typeStefan Hajnoczi
2012-03-12qdev: accept empty string propertiesPaolo Bonzini
2012-02-22qdev: drop unnecessary parse/print methodsPaolo Bonzini
2012-02-22qdev: use built-in QOM string parserPaolo Bonzini
2012-02-22qdev: accept hex properties only if prefixed by 0xPaolo Bonzini
2012-02-22qdev: accept both strings and integers for PCI addressesPaolo Bonzini
2012-02-14qdev: print error message before abortingPaolo Bonzini
2012-02-14qdev: allow setting properties to NULLPaolo Bonzini
2012-02-07qdev: remove unused fields from PropertyInfoPaolo Bonzini
2012-02-07qdev: initialize properties via QOMPaolo Bonzini
2012-02-07qdev: inline qdev_prop_set into qdev_prop_set_ptrPaolo Bonzini
2012-02-07qdev: access properties via QOMPaolo Bonzini
2012-02-07qdev: fix off-by-onePaolo Bonzini
2012-02-07qdev: let QOM free propertiesPaolo Bonzini
2012-02-07qdev: remove parse/print methods for pointer propertiesPaolo Bonzini
2012-02-07qdev: make the non-legacy pci address property accept an integerPaolo Bonzini
2012-02-07qdev: remove parse/print methods for mac propertiesPaolo Bonzini
2012-02-07qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini
2012-02-07qdev: remove parse method for string propertiesPaolo Bonzini
2012-02-07qdev: remove direct calls to print/parsePaolo Bonzini
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qdev: make DeviceInfo privateAnthony Liguori
2012-02-01qdev: Introduce lost tick policy propertyJan Kiszka
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2012-01-27qdev-property: Make bit property parsing stricterJan Kiszka
2012-01-13qdev: Add a 'free' method to disassociate chardev from qdev deviceAmit Shah
2011-12-19qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini
2011-12-19qom: introduce get/set methods for PropertyPaolo Bonzini
2011-12-19qom: interpret the return value when setting legacy propertiesPaolo Bonzini
2011-10-16qdev: Add HEX8 propertyJan Kiszka
2011-09-23pci-devfn: check that device/slot number is within rangeDonald Dutile
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster