summaryrefslogtreecommitdiff
path: root/hw/qdev.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-69/+1
2012-02-03qdev: kill off DeviceInfo listAnthony Liguori1-57/+30
2012-02-03qdev: refactor device creation to allow bus_info to be set only in classAnthony Liguori1-23/+19
2012-02-03qdev: allow classes to overload qdev functionsAnthony Liguori1-20/+33
2012-02-03qdev: remove info from classAnthony Liguori1-38/+56
2012-02-03qdev: make DeviceInfo privateAnthony Liguori1-1/+29
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-0/+1
2012-01-27qdev: add class_init to DeviceInfoAnthony Liguori1-0/+4
2012-01-27qdev: add a interface to register subclassesAnthony Liguori1-2/+7
2012-01-27qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori1-5/+17
2012-01-27qdev: don't access name through infoAnthony Liguori1-8/+8
2012-01-27qdev: move qdev->info to classAnthony Liguori1-29/+41
2012-01-27qdev: integrate with QEMU Object Model (v2)Anthony Liguori1-2/+25
2012-01-22vga: improve VGA logicBlue Swirl1-0/+4
2012-01-13qdev: fix device_del by refactoring reference countingAnthony Liguori1-6/+39
2011-12-19qdev: fix hotplug when no -device is specifiedAnthony Liguori1-0/+6