summaryrefslogtreecommitdiff
path: root/hw/qdev.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1-3/+3
2012-12-19qdev-properties.c: Separate core from the code used only by qemu-system-*Eduardo Habkost1-14/+0
2012-12-19qdev: Coding style fixesEduardo Habkost1-1/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-2/+2
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-12-06qdev: qdev_create(): use error_report() instead of hw_error()Eduardo Habkost1-3/+5
2012-11-26qdev: simplify (de)allocation of busesPaolo Bonzini1-9/+1
2012-11-26qdev: move bus removal to object_unparentPaolo Bonzini1-3/+13
2012-11-15qdev: Split up header so it can be used in cpu.hAnthony Liguori1-0/+1
2012-10-10qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite1-3/+3
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-1/+0
2012-10-06vl.c: convert *vga_enabled functions to QOMAurelien Jarno1-5/+0
2012-10-05qdev: kill bogus commentEduardo Habkost1-1/+0
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering1-1/+1
2012-08-23qom: object_delete should unparent the object firstPaolo Bonzini1-2/+0
2012-08-01net: Remove VLANStateStefan Hajnoczi1-2/+0
2012-06-27qdev: fix use-after-free in the error path of qdev_init_nofailAnthony Liguori1-2/+3
2012-06-18Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori1-101/+199
2012-06-18qom: Push error reporting to object_property_find()Paolo Bonzini1-1/+1
2012-06-18qdev: Remove qdev_prop_exists()Paolo Bonzini1-1/+1
2012-06-18qbus: Initialize in standard wayAnthony Liguori1-32/+48
2012-06-18qbus: Make child devices linksAnthony Liguori1-11/+53
2012-06-18qdev: Connect busses with their parent devicesAnthony Liguori1-0/+4
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori1-20/+53
2012-06-18qdev: Move SysBus initialization to sysbus.cPaolo Bonzini1-24/+2
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori1-0/+16
2012-06-18qdev: Remove qdev_prop_set_defaultsPaolo Bonzini1-3/+23
2012-06-18qdev: Clean up global propertiesPaolo Bonzini1-1/+1
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini1-26/+21
2012-06-18qdev: Push "type" property up to ObjectPaolo Bonzini1-6/+0
2012-06-11qdev: release parent properties on dc->init failureJason Baron1-0/+1
2012-05-12qdev: Fix adding of ptr propertiesAnthony Liguori1-1/+4
2012-04-24qom: Refine container_get() to allow using a custom rootAndreas Färber1-3/+4
2012-04-09qdev: qdev_unplug(): use error_set()Luiz Capitulino1-4/+8
2012-04-02qdev: put all devices under /machinePaolo Bonzini1-1/+12
2012-04-02qdev: give all devices a canonical pathPaolo Bonzini1-3/+13
2012-02-17qdev: Fix qdev_try_create() semanticsAndreas Färber1-0/+3
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-07qdev: initialize properties via QOMPaolo Bonzini1-2/+2
2012-02-07qdev: let QOM free propertiesPaolo Bonzini1-7/+1
2012-02-07qdev: allow reusing get/set for legacy propertyPaolo Bonzini1-4/+7
2012-02-07qdev: remove direct calls to print/parsePaolo Bonzini1-0/+9
2012-02-03qdev: implement cleanup logic in finalizeAnthony Liguori1-25/+32
2012-02-03qom: move properties from qdev to objectAnthony Liguori1-474/+17
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori1-9/+0
2012-02-03qdev: split out UI portions into a new functionAnthony Liguori1-571/+1
2012-02-03qdev: refactor away qdev_create_from_infoAnthony Liguori1-13/+22
2012-02-03qdev: split out common init to instance_initAnthony Liguori1-13/+28
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori1-6/+87