Age | Commit message (Expand) | Author |
2010-03-16 | monitor: convert do_device_add() to QObject | Markus Armbruster |
2010-03-16 | monitor: Use argument type 'O' for device_add | Markus Armbruster |
2010-03-16 | qemu-option: Move the implied first name into QemuOptsList | Markus Armbruster |
2010-03-16 | error: Convert do_device_add() to QError | Markus Armbruster |
2010-03-16 | Revert "qdev: Use QError for 'device not found' error" | Markus Armbruster |
2010-03-16 | qdev: Convert qbus_find() to QError | Markus Armbruster |
2010-03-16 | qdev: Relax parsing of bus option | Markus Armbruster |
2010-03-16 | qdev: convert setting device properties to QError | Markus Armbruster |
2010-03-16 | qdev: Hide "ptr" properties from users | Markus Armbruster |
2010-03-16 | qdev: Hide "no_user" devices from users | Markus Armbruster |
2010-03-16 | qdev: Factor qdev_create_from_info() out of qdev_create() | Markus Armbruster |
2010-03-16 | qdev: Fix -device and device_add to handle unsuitable bus gracefully | Markus Armbruster |
2010-03-16 | error: Rename qemu_error_new() to qerror_report() | Markus Armbruster |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster |
2010-03-16 | error: Don't abuse qemu_error() for non-error in qbus_find() | Markus Armbruster |
2010-03-16 | error: Don't abuse qemu_error() for non-error in qdev_device_help() | Markus Armbruster |
2010-03-08 | qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors | Amit Shah |
2010-02-19 | qdev: Free opts on failed do_device_add | Kevin Wolf |
2010-02-03 | qdev: Add rudimentary help for property value | Markus Armbruster |
2010-02-03 | qdev: Add help for device properties | Markus Armbruster |
2010-02-03 | qdev: Fix exit code for -device ? | Markus Armbruster |
2010-01-20 | virtio-console: qdev conversion, new virtio-serial-bus | Amit Shah |
2009-12-12 | qdev: make compat stuff more generic | Gerd Hoffmann |
2009-12-03 | qdev: enable vmstate_unregister() support | Juan Quintela |
2009-12-03 | qdev: Use QError for 'device not found' error | Luiz Capitulino |
2009-11-12 | qdev: Check if unplug handler exists before calling it | Amit Shah |
2009-10-30 | usb core: use qdev for -usbdevice | Gerd Hoffmann |
2009-10-27 | zap DeviceState->nd | Gerd Hoffmann |
2009-10-27 | virtio: use qdev properties for configuration. | Gerd Hoffmann |
2009-10-27 | qdev/net: common nic property bits | Gerd Hoffmann |
2009-10-15 | net: allow NICs to be connected to netdevs | Mark McLoughlin |
2009-10-07 | Clean up test for qdev_init() failure | Markus Armbruster |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster |
2009-10-07 | Make qdev_init() destroy the device on failure | Markus Armbruster |
2009-10-06 | qdev: move comment | Gerd Hoffmann |
2009-10-05 | qdev: show name of device that fails init | Amit Shah |
2009-10-05 | qemu/qdev: type safety in reset handler | Michael S. Tsirkin |
2009-10-05 | store a pointer to QemuOpts in DeviceState, release it when zapping a device. | Gerd Hoffmann |
2009-10-05 | qdev hotplug: infrastructure and monitor commands. | Gerd Hoffmann |
2009-10-05 | Add exit callback to DeviceInfo. | Gerd Hoffmann |
2009-10-05 | qdev: device free fixups. | Gerd Hoffmann |
2009-10-05 | allow qdev busses allocations be inplace | Gerd Hoffmann |
2009-09-25 | Fix coding style issue | Mark McLoughlin |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-09 | qdev: integrate vmstate | Gerd Hoffmann |
2009-09-09 | qdev: integrate reset | Gerd Hoffmann |
2009-09-09 | qdev/scsi: add scsi bus support to qdev, convert drivers. | Gerd Hoffmann |
2009-09-09 | qdev: add error message to qdev_device_add(). | Gerd Hoffmann |
2009-08-27 | qdev error logging | Gerd Hoffmann |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann |