summaryrefslogtreecommitdiffstats
path: root/hw/qdev.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qdev: don't access name through infoAnthony Liguori2012-01-271-8/+8
* qdev: move qdev->info to classAnthony Liguori2012-01-271-29/+41
* qdev: integrate with QEMU Object Model (v2)Anthony Liguori2012-01-271-2/+25
* vga: improve VGA logicBlue Swirl2012-01-221-0/+4
* qdev: fix device_del by refactoring reference countingAnthony Liguori2012-01-131-6/+39
* qdev: fix hotplug when no -device is specifiedAnthony Liguori2011-12-191-0/+6
* qom: register qdev properties also as non-legacy propertiesPaolo Bonzini2011-12-191-3/+25
* qom: distinguish "legacy" property type name from QOM type namePaolo Bonzini2011-12-191-3/+6
* qom: interpret the return value when setting legacy propertiesPaolo Bonzini2011-12-191-4/+1
* qom: push permission checks up into qdev_property_add_legacyPaolo Bonzini2011-12-191-27/+19
* qom: fix swapped parametersPaolo Bonzini2011-12-191-1/+1
* qdev: add a qdev_get_type() function and expose as a 'type' propertyAnthony Liguori2011-12-151-0/+7
* qom: add string property typeAnthony Liguori2011-12-151-0/+59
* qom: optimize qdev_get_canonical_path using a parent linkAnthony Liguori2011-12-151-32/+24
* dev: add an anonymous peripheral containerAnthony Liguori2011-12-151-1/+20
* qdev: add explicitly named devices to the root complexAnthony Liguori2011-12-151-0/+14
* qom: add link properties (v2)Anthony Liguori2011-12-151-0/+74
* qom: add child properties (composition) (v3)Anthony Liguori2011-12-151-0/+26
* qdev: provide a path resolution (v2)Anthony Liguori2011-12-151-0/+103
* qdev: provide an interface to return canonical path from root (v2)Anthony Liguori2011-12-151-0/+48
* qom: introduce root deviceAnthony Liguori2011-12-151-0/+12
* qom: register legacy properties as new style properties (v2)Anthony Liguori2011-12-151-0/+86
* qom: add new dynamic property infrastructure based on Visitors (v2)Anthony Liguori2011-12-151-0/+97
* qom: add a reference count to qdev objectsAnthony Liguori2011-12-151-0/+16
* qdev: Fix crash on -device '?=x'Markus Armbruster2011-11-101-1/+1
* qdev: switch children device list to QTAILQPaolo Bonzini2011-10-281-12/+12
* qdev: print bus properties tooGerd Hoffmann2011-09-161-0/+6
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-10/+10
* hw/qdev: Don't crash if qdev_create(NULL, ...) failsPeter Maydell2011-08-111-1/+6
* qdev: Eliminate duplicate resetIsaku Yamahata2011-08-051-2/+12
* qdev: Reset hot-plugged devicesJan Kiszka2011-07-291-0/+3
* net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-231-1/+1
* Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster2011-06-241-1/+1
* net: Warn about "-net nic" options which were ignoredPeter Maydell2011-06-221-0/+1
* qdev: Fix comment around qdev_init_nofail()Michael Tokarev2011-04-071-1/+2
OpenPOWER on IntegriCloud