summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15virtio-net: add bootindex to qom propertyGonglei1-0/+3
2014-10-15bootindex: add a setter/getter functions wrapper for bootindex propertyGonglei2-0/+76
2014-10-15bootindex: support to set a existent device's bootindex to -1Gonglei1-0/+1
2014-10-15bootindex: rework add_boot_device_path functionGonglei1-0/+2
2014-10-15fw_cfg: add fw_cfg_machine_reset functionGonglei2-3/+54
2014-10-15bootindex: add del_boot_device_path functionGonglei2-0/+21
2014-10-15bootindex: add check bootindex functionGonglei2-0/+16
2014-10-15bootdevice: move bootdevice related code to new file bootdevice.cGonglei4-118/+145
2014-10-15Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell50-225/+744
2014-10-15qdev: Drop legacy_name from qdev propertiesGonglei4-12/+0
2014-10-15qmp: Print descriptions of object propertiesGonglei3-5/+19
2014-10-15qdev: Set the object property's description to the qdev property's.Gonglei1-0/+5
2014-10-15qom: Add description field in ObjectProperty structGonglei2-0/+34
2014-10-15qdev: Add description field in PropertyInfo structGonglei4-0/+14
2014-10-15qdev: device_del: Search for to be unplugged device in 'peripheral' containerIgor Mammedov1-4/+9
2014-10-15qdev: HotplugHandler: Add support for unplugging BUS-less devicesIgor Mammedov1-27/+34
2014-10-15qdev: Drop legacy hotplug fields/methodsIgor Mammedov2-17/+4
2014-10-15usb: Convert usb devices to hotplug handler APIIgor Mammedov1-2/+7
2014-10-15usb: Convert usb-ccid to hotplug handler APIIgor Mammedov1-1/+7
2014-10-15usb-storage: Drop not needed "allow_hotplug = 0"Igor Mammedov1-1/+0
2014-10-15usb-bot: Drop not needed "allow_hotplug = 0"Igor Mammedov1-1/+0
2014-10-15usb-bot: Mark device as non hotpluggableIgor Mammedov1-0/+2
2014-10-15scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov2-18/+0
2014-10-15scsi: Convert virtio-scsi HBA to hotplug handler APIIgor Mammedov1-10/+20
2014-10-15scsi: Convert pvscsi HBA to hotplug handler APIIgor Mammedov1-8/+18
2014-10-15scsi: Set SCSI BUS itself as default HotplugHandlerIgor Mammedov1-1/+7
2014-10-15s390x: Convert virtio-ccw to hotplug handler APIIgor Mammedov1-8/+9
2014-10-15s390x: Convert s390-virtio to hotplug handler APIIgor Mammedov1-5/+5
2014-10-15s390x: Drop not used allow_hotplug in event-facilityIgor Mammedov1-2/+0
2014-10-15virtio-mmio: Drop useless bus->allow_hotplug = 0Igor Mammedov1-15/+2
2014-10-15virtio-serial: Convert to hotplug-handler APIIgor Mammedov1-5/+15
2014-10-15virtio-pci: Drop BusState::allow_hotplugIgor Mammedov1-3/+0
2014-10-15target-i386: ICC bus: Drop BusState::allow_hotplugIgor Mammedov1-8/+0
2014-10-15qdev: Drop hotplug check from bus_add_child()Igor Mammedov1-4/+0
2014-10-15qdev: Add wrapper to set BUS as HotplugHandlerIgor Mammedov2-7/+23
2014-10-15qdev: Add simple/generic unplug callback for HotplugHandlerIgor Mammedov2-0/+7
2014-10-15qdev: HotplugHandler: Provide unplug callbackIgor Mammedov3-2/+34
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov11-29/+32
2014-10-15qdev: do not allow to instantiate non hotpluggable device with device_addIgor Mammedov1-1/+2
2014-10-15Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov5-7/+12
2014-10-15tests: usb: usb-uas hotplug testIgor Mammedov1-1/+60
2014-10-15tests: usb: usb-storage hotplug testIgor Mammedov1-0/+31
2014-10-15tests: usb: Generic usb device hotplugIgor Mammedov7-9/+87
2014-10-15tests: usb: add port test to uhci unit testIgor Mammedov2-3/+17
2014-10-15tests: usb: Move uhci port test code to libqos/usb.cIgor Mammedov4-32/+58
2014-10-15tests: virtio-blk: Check if hot-plug/unplug worksIgor Mammedov1-11/+38
2014-10-15tests: virtio-net: Check if hot-plug/unplug worksIgor Mammedov2-1/+11
2014-10-15tests: virtio-rng: Check if hot-plug/unplug worksIgor Mammedov2-1/+11
2014-10-15libqos: Add qpci_plug_device_test() and qpci_unplug_acpi_device_test()Igor Mammedov2-0/+52
2014-10-15tests: virtio-serial: Check if hot-plug/unplug worksIgor Mammedov1-0/+27