Age | Commit message (Expand) | Author | Files | Lines |
2012-01-13 | qdev: fix device_del by refactoring reference counting | Anthony Liguori | 1 | -6/+39 |
2011-12-19 | qdev: fix hotplug when no -device is specified | Anthony Liguori | 1 | -0/+6 |
2011-12-19 | qom: register qdev properties also as non-legacy properties | Paolo Bonzini | 1 | -3/+25 |
2011-12-19 | qom: distinguish "legacy" property type name from QOM type name | Paolo Bonzini | 1 | -3/+6 |
2011-12-19 | qom: interpret the return value when setting legacy properties | Paolo Bonzini | 1 | -4/+1 |
2011-12-19 | qom: push permission checks up into qdev_property_add_legacy | Paolo Bonzini | 1 | -27/+19 |
2011-12-19 | qom: fix swapped parameters | Paolo Bonzini | 1 | -1/+1 |
2011-12-15 | qdev: add a qdev_get_type() function and expose as a 'type' property | Anthony Liguori | 1 | -0/+7 |
2011-12-15 | qom: add string property type | Anthony Liguori | 1 | -0/+59 |
2011-12-15 | qom: optimize qdev_get_canonical_path using a parent link | Anthony Liguori | 1 | -32/+24 |
2011-12-15 | dev: add an anonymous peripheral container | Anthony Liguori | 1 | -1/+20 |
2011-12-15 | qdev: add explicitly named devices to the root complex | Anthony Liguori | 1 | -0/+14 |
2011-12-15 | qom: add link properties (v2) | Anthony Liguori | 1 | -0/+74 |
2011-12-15 | qom: add child properties (composition) (v3) | Anthony Liguori | 1 | -0/+26 |
2011-12-15 | qdev: provide a path resolution (v2) | Anthony Liguori | 1 | -0/+103 |
2011-12-15 | qdev: provide an interface to return canonical path from root (v2) | Anthony Liguori | 1 | -0/+48 |
2011-12-15 | qom: introduce root device | Anthony Liguori | 1 | -0/+12 |
2011-12-15 | qom: register legacy properties as new style properties (v2) | Anthony Liguori | 1 | -0/+86 |
2011-12-15 | qom: add new dynamic property infrastructure based on Visitors (v2) | Anthony Liguori | 1 | -0/+97 |
2011-12-15 | qom: add a reference count to qdev objects | Anthony Liguori | 1 | -0/+16 |
2011-11-10 | qdev: Fix crash on -device '?=x' | Markus Armbruster | 1 | -1/+1 |
2011-10-28 | qdev: switch children device list to QTAILQ | Paolo Bonzini | 1 | -12/+12 |
2011-09-16 | qdev: print bus properties too | Gerd Hoffmann | 1 | -0/+6 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -10/+10 |
2011-08-11 | hw/qdev: Don't crash if qdev_create(NULL, ...) fails | Peter Maydell | 1 | -1/+6 |
2011-08-05 | qdev: Eliminate duplicate reset | Isaku Yamahata | 1 | -2/+12 |
2011-07-29 | qdev: Reset hot-plugged devices | Jan Kiszka | 1 | -0/+3 |
2011-07-23 | net: Consistently use qemu_macaddr_default_if_unset | Jan Kiszka | 1 | -1/+1 |
2011-06-24 | Strip trailing '\n' from error_report()'s first argument | Markus Armbruster | 1 | -1/+1 |
2011-06-22 | net: Warn about "-net nic" options which were ignored | Peter Maydell | 1 | -0/+1 |
2011-04-07 | qdev: Fix comment around qdev_init_nofail() | Michael Tokarev | 1 | -1/+2 |
2011-02-12 | qdev: add creation function that may fail | Blue Swirl | 1 | -1/+13 |
2011-01-31 | blockdev: Fix regression in -drive if=scsi,index=N | Markus Armbruster | 1 | -1/+0 |
2011-01-31 | blockdev: New drive_get_next(), replacing qdev_init_bdrv() | Markus Armbruster | 1 | -14/+0 |
2011-01-05 | qdev: Track runtime machine modifications | Alex Williamson | 1 | -0/+10 |
2010-12-24 | qdev: export qdev_find_recursive() for later use | Isaku Yamahata | 1 | -1/+1 |
2010-12-21 | qdev: remove an unused function | Michael S. Tsirkin | 1 | -6/+1 |
2010-12-20 | qbus: register reset handler for qbus whose parent is NULL | Isaku Yamahata | 1 | -1/+13 |
2010-12-19 | qdev: sysbus_get_default must not return a NULL pointer (fix regression) | Stefan Weil | 1 | -4/+5 |
2010-12-11 | Add bootindex parameter to net/block/fd device | Gleb Natapov | 1 | -0/+32 |
2010-11-22 | qdev: trigger reset from a given device | Isaku Yamahata | 1 | -0/+5 |
2010-11-22 | qdev: introduce reset call back for qbus level | Isaku Yamahata | 1 | -1/+9 |
2010-11-22 | qdev: reset qdev along with qdev tree | Anthony Liguori | 1 | -9/+19 |
2010-11-22 | qbus: add functions to walk both devices and busses | Anthony Liguori | 1 | -0/+46 |
2010-08-24 | Rearrange block headers | Blue Swirl | 1 | -0/+1 |
2010-08-22 | QemuOpts: make most qemu_*_opts static | Gerd Hoffmann | 1 | -1/+1 |
2010-07-06 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -2/+4 |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson | 1 | -2/+2 |
2010-07-06 | qdev: Don't hw_error() in qdev_init_nofail() | Markus Armbruster | 1 | -2/+4 |
2010-06-14 | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -0/+6 |