aboutsummaryrefslogtreecommitdiffstats
path: root/hw/qdev.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-19qom: register qdev properties also as non-legacy propertiesPaolo Bonzini1-3/+25
2011-12-19qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini1-3/+6
2011-12-19qom: interpret the return value when setting legacy propertiesPaolo Bonzini1-4/+1
2011-12-19qom: push permission checks up into qdev_property_add_legacyPaolo Bonzini1-27/+19
2011-12-19qom: fix swapped parametersPaolo Bonzini1-1/+1
2011-12-15qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori1-0/+7
2011-12-15qom: add string property typeAnthony Liguori1-0/+59
2011-12-15qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori1-32/+24
2011-12-15dev: add an anonymous peripheral containerAnthony Liguori1-1/+20
2011-12-15qdev: add explicitly named devices to the root complexAnthony Liguori1-0/+14
2011-12-15qom: add link properties (v2)Anthony Liguori1-0/+74
2011-12-15qom: add child properties (composition) (v3)Anthony Liguori1-0/+26
2011-12-15qdev: provide a path resolution (v2)Anthony Liguori1-0/+103
2011-12-15qdev: provide an interface to return canonical path from root (v2)Anthony Liguori1-0/+48
2011-12-15qom: introduce root deviceAnthony Liguori1-0/+12
2011-12-15qom: register legacy properties as new style properties (v2)Anthony Liguori1-0/+86
2011-12-15qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori1-0/+97
2011-12-15qom: add a reference count to qdev objectsAnthony Liguori1-0/+16
2011-11-10qdev: Fix crash on -device '?=x'Markus Armbruster1-1/+1
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini1-12/+12
2011-09-16qdev: print bus properties tooGerd Hoffmann1-0/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2011-08-11hw/qdev: Don't crash if qdev_create(NULL, ...) failsPeter Maydell1-1/+6
2011-08-05qdev: Eliminate duplicate resetIsaku Yamahata1-2/+12
2011-07-29qdev: Reset hot-plugged devicesJan Kiszka1-0/+3
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka1-1/+1
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster1-1/+1
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell1-0/+1
2011-04-07qdev: Fix comment around qdev_init_nofail()Michael Tokarev1-1/+2
2011-02-12qdev: add creation function that may failBlue Swirl1-1/+13
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster1-1/+0
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster1-14/+0
2011-01-05qdev: Track runtime machine modificationsAlex Williamson1-0/+10
2010-12-24qdev: export qdev_find_recursive() for later useIsaku Yamahata1-1/+1
2010-12-21qdev: remove an unused functionMichael S. Tsirkin1-6/+1
2010-12-20qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata1-1/+13
2010-12-19qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil1-4/+5
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+32
2010-11-22qdev: trigger reset from a given deviceIsaku Yamahata1-0/+5
2010-11-22qdev: introduce reset call back for qbus levelIsaku Yamahata1-1/+9
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori1-9/+19