summaryrefslogtreecommitdiffstats
path: root/hw/qdev.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite2012-10-101-3/+3
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-1/+0
|\
| * qdev: kill bogus commentEduardo Habkost2012-10-051-1/+0
* | vl.c: convert *vga_enabled functions to QOMAurelien Jarno2012-10-061-5/+0
* | scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering2012-10-051-1/+1
|/
* qom: object_delete should unparent the object firstPaolo Bonzini2012-08-231-2/+0
* net: Remove VLANStateStefan Hajnoczi2012-08-011-2/+0
* qdev: fix use-after-free in the error path of qdev_init_nofailAnthony Liguori2012-06-271-2/+3
* Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori2012-06-181-101/+199
|\
| * qom: Push error reporting to object_property_find()Paolo Bonzini2012-06-181-1/+1
| * qdev: Remove qdev_prop_exists()Paolo Bonzini2012-06-181-1/+1
| * qbus: Initialize in standard wayAnthony Liguori2012-06-181-32/+48
| * qbus: Make child devices linksAnthony Liguori2012-06-181-11/+53
| * qdev: Connect busses with their parent devicesAnthony Liguori2012-06-181-0/+4
| * qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-20/+53
| * qdev: Move SysBus initialization to sysbus.cPaolo Bonzini2012-06-181-24/+2
| * qdev: Use wrapper for qdev_get_pathAnthony Liguori2012-06-181-0/+16
| * qdev: Remove qdev_prop_set_defaultsPaolo Bonzini2012-06-181-3/+23
| * qdev: Clean up global propertiesPaolo Bonzini2012-06-181-1/+1
| * qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-26/+21
| * qdev: Push "type" property up to ObjectPaolo Bonzini2012-06-181-6/+0
* | qdev: release parent properties on dc->init failureJason Baron2012-06-111-0/+1
|/
* qdev: Fix adding of ptr propertiesAnthony Liguori2012-05-121-1/+4
* qom: Refine container_get() to allow using a custom rootAndreas Färber2012-04-241-3/+4
* qdev: qdev_unplug(): use error_set()Luiz Capitulino2012-04-091-4/+8
* qdev: put all devices under /machinePaolo Bonzini2012-04-021-1/+12
* qdev: give all devices a canonical pathPaolo Bonzini2012-04-021-3/+13
* qdev: Fix qdev_try_create() semanticsAndreas Färber2012-02-171-0/+3
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: initialize properties via QOMPaolo Bonzini2012-02-071-2/+2
* qdev: let QOM free propertiesPaolo Bonzini2012-02-071-7/+1
* qdev: allow reusing get/set for legacy propertyPaolo Bonzini2012-02-071-4/+7
* qdev: remove direct calls to print/parsePaolo Bonzini2012-02-071-0/+9
* qdev: implement cleanup logic in finalizeAnthony Liguori2012-02-031-25/+32
* qom: move properties from qdev to objectAnthony Liguori2012-02-031-474/+17
* qdev: nuke qdev_init_chardev()Anthony Liguori2012-02-031-9/+0
* qdev: split out UI portions into a new functionAnthony Liguori2012-02-031-571/+1
* qdev: refactor away qdev_create_from_infoAnthony Liguori2012-02-031-13/+22
* qdev: split out common init to instance_initAnthony Liguori2012-02-031-13/+28
* qdev: remove baked in notion of aliases (v2)Anthony Liguori2012-02-031-6/+87
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-69/+1
* qdev: kill off DeviceInfo listAnthony Liguori2012-02-031-57/+30
* qdev: refactor device creation to allow bus_info to be set only in classAnthony Liguori2012-02-031-23/+19
* qdev: allow classes to overload qdev functionsAnthony Liguori2012-02-031-20/+33
* qdev: remove info from classAnthony Liguori2012-02-031-38/+56
* qdev: make DeviceInfo privateAnthony Liguori2012-02-031-1/+29
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-0/+1
* qdev: add class_init to DeviceInfoAnthony Liguori2012-01-271-0/+4
* qdev: add a interface to register subclassesAnthony Liguori2012-01-271-2/+7
* qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori2012-01-271-5/+17
OpenPOWER on IntegriCloud