summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | fw_cfg: add fw_cfg_machine_reset functionGonglei2014-10-152-3/+54
| * | bootindex: add del_boot_device_path functionGonglei2014-10-152-0/+21
| * | bootindex: add check bootindex functionGonglei2014-10-152-0/+16
| * | bootdevice: move bootdevice related code to new file bootdevice.cGonglei2014-10-154-118/+145
| |/
* | glib: add compatibility interface for g_get_monotonic_time()Stefan Hajnoczi2014-10-153-22/+21
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20141015' i...Peter Maydell2014-10-1514-450/+1029
|\ \
| * | migration: catch unknown flag combinations in ram_loadPeter Lieven2014-10-141-30/+32
| * | qemu-file: Move stdio implementation to qemu-file-stdio.cEduardo Habkost2014-10-143-169/+195
| * | qemu-file: Move unix and socket implementations to qemu-file-unix.cEduardo Habkost2014-10-144-197/+225
| * | qemu-file: Use qemu_file_is_writable() on stdio_fclose()Eduardo Habkost2014-10-141-1/+1
| * | qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost2014-10-142-1/+2
| * | qemu-file: Add copyright header to qemu-file.cEduardo Habkost2014-10-141-0/+23
| * | vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy2014-10-142-3/+21
| * | block/migration: Disable cache invalidate for incoming migrationAlexey Kardashevskiy2014-10-143-14/+11
| * | Tests: QEMUSizedBuffer/QEMUBufferDr. David Alan Gilbert2014-10-142-37/+39
| * | QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert2014-10-143-0/+482
| |/
* | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2014-10-1550-225/+744
|\ \ | |/ |/|
| * qdev: Drop legacy_name from qdev propertiesGonglei2014-10-154-12/+0
| * qmp: Print descriptions of object propertiesGonglei2014-10-153-5/+19
| * qdev: Set the object property's description to the qdev property's.Gonglei2014-10-151-0/+5
| * qom: Add description field in ObjectProperty structGonglei2014-10-152-0/+34
| * qdev: Add description field in PropertyInfo structGonglei2014-10-154-0/+14
| * qdev: device_del: Search for to be unplugged device in 'peripheral' containerIgor Mammedov2014-10-151-4/+9
| * qdev: HotplugHandler: Add support for unplugging BUS-less devicesIgor Mammedov2014-10-151-27/+34
| * qdev: Drop legacy hotplug fields/methodsIgor Mammedov2014-10-152-17/+4
| * usb: Convert usb devices to hotplug handler APIIgor Mammedov2014-10-151-2/+7
| * usb: Convert usb-ccid to hotplug handler APIIgor Mammedov2014-10-151-1/+7
| * usb-storage: Drop not needed "allow_hotplug = 0"Igor Mammedov2014-10-151-1/+0
| * usb-bot: Drop not needed "allow_hotplug = 0"Igor Mammedov2014-10-151-1/+0
| * usb-bot: Mark device as non hotpluggableIgor Mammedov2014-10-151-0/+2
| * scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov2014-10-152-18/+0
| * scsi: Convert virtio-scsi HBA to hotplug handler APIIgor Mammedov2014-10-151-10/+20
| * scsi: Convert pvscsi HBA to hotplug handler APIIgor Mammedov2014-10-151-8/+18
| * scsi: Set SCSI BUS itself as default HotplugHandlerIgor Mammedov2014-10-151-1/+7
| * s390x: Convert virtio-ccw to hotplug handler APIIgor Mammedov2014-10-151-8/+9
| * s390x: Convert s390-virtio to hotplug handler APIIgor Mammedov2014-10-151-5/+5
| * s390x: Drop not used allow_hotplug in event-facilityIgor Mammedov2014-10-151-2/+0
| * virtio-mmio: Drop useless bus->allow_hotplug = 0Igor Mammedov2014-10-151-15/+2
| * virtio-serial: Convert to hotplug-handler APIIgor Mammedov2014-10-151-5/+15
| * virtio-pci: Drop BusState::allow_hotplugIgor Mammedov2014-10-151-3/+0
| * target-i386: ICC bus: Drop BusState::allow_hotplugIgor Mammedov2014-10-151-8/+0
| * qdev: Drop hotplug check from bus_add_child()Igor Mammedov2014-10-151-4/+0
| * qdev: Add wrapper to set BUS as HotplugHandlerIgor Mammedov2014-10-152-7/+23
| * qdev: Add simple/generic unplug callback for HotplugHandlerIgor Mammedov2014-10-152-0/+7
| * qdev: HotplugHandler: Provide unplug callbackIgor Mammedov2014-10-153-2/+34
| * qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov2014-10-1511-29/+32
| * qdev: do not allow to instantiate non hotpluggable device with device_addIgor Mammedov2014-10-151-1/+2
| * Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov2014-10-155-7/+12
| * tests: usb: usb-uas hotplug testIgor Mammedov2014-10-151-1/+60
| * tests: usb: usb-storage hotplug testIgor Mammedov2014-10-151-0/+31
OpenPOWER on IntegriCloud