aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-15qmp: Print descriptions of object propertiesGonglei
2014-10-15qdev: Set the object property's description to the qdev property's.Gonglei
2014-10-15qom: Add description field in ObjectProperty structGonglei
2014-10-15qdev: Add description field in PropertyInfo structGonglei
2014-10-15qdev: device_del: Search for to be unplugged device in 'peripheral' containerIgor Mammedov
2014-10-15qdev: HotplugHandler: Add support for unplugging BUS-less devicesIgor Mammedov
2014-10-15qdev: Drop legacy hotplug fields/methodsIgor Mammedov
2014-10-15usb: Convert usb devices to hotplug handler APIIgor Mammedov
2014-10-15usb: Convert usb-ccid to hotplug handler APIIgor Mammedov
2014-10-15usb-storage: Drop not needed "allow_hotplug = 0"Igor Mammedov
2014-10-15usb-bot: Drop not needed "allow_hotplug = 0"Igor Mammedov
2014-10-15usb-bot: Mark device as non hotpluggableIgor Mammedov
2014-10-15scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fieldsIgor Mammedov
2014-10-15scsi: Convert virtio-scsi HBA to hotplug handler APIIgor Mammedov
2014-10-15scsi: Convert pvscsi HBA to hotplug handler APIIgor Mammedov
2014-10-15scsi: Set SCSI BUS itself as default HotplugHandlerIgor Mammedov
2014-10-15s390x: Convert virtio-ccw to hotplug handler APIIgor Mammedov
2014-10-15s390x: Convert s390-virtio to hotplug handler APIIgor Mammedov
2014-10-15s390x: Drop not used allow_hotplug in event-facilityIgor Mammedov
2014-10-15virtio-mmio: Drop useless bus->allow_hotplug = 0Igor Mammedov
2014-10-15virtio-serial: Convert to hotplug-handler APIIgor Mammedov
2014-10-15virtio-pci: Drop BusState::allow_hotplugIgor Mammedov
2014-10-15target-i386: ICC bus: Drop BusState::allow_hotplugIgor Mammedov
2014-10-15qdev: Drop hotplug check from bus_add_child()Igor Mammedov
2014-10-15qdev: Add wrapper to set BUS as HotplugHandlerIgor Mammedov
2014-10-15qdev: Add simple/generic unplug callback for HotplugHandlerIgor Mammedov
2014-10-15qdev: HotplugHandler: Provide unplug callbackIgor Mammedov
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov
2014-10-15qdev: do not allow to instantiate non hotpluggable device with device_addIgor Mammedov
2014-10-15Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov
2014-10-15tests: usb: usb-uas hotplug testIgor Mammedov
2014-10-15tests: usb: usb-storage hotplug testIgor Mammedov
2014-10-15tests: usb: Generic usb device hotplugIgor Mammedov
2014-10-15tests: usb: add port test to uhci unit testIgor Mammedov
2014-10-15tests: usb: Move uhci port test code to libqos/usb.cIgor Mammedov
2014-10-15tests: virtio-blk: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-net: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-rng: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15libqos: Add qpci_plug_device_test() and qpci_unplug_acpi_device_test()Igor Mammedov
2014-10-15tests: virtio-serial: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15tests: virtio-scsi: Check if hot-plug/unplug worksIgor Mammedov
2014-10-15qom: Add error handler for object alias propertyGonglei
2014-10-15qom: Add error handler for object_property_print()Gonglei
2014-10-13qdev: gpio: Register GPIO outputs as QOM linksPeter Crosthwaite
2014-10-13qdev: gpio: Register GPIO inputs as child objectsPeter Crosthwaite
2014-10-13qdev: gpio: Don't allow name share between I and OPeter Crosthwaite
2014-10-10Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into stagingPeter Maydell
2014-10-10kvm fix compilation with GCC 4.3.4Paolo Bonzini
2014-10-10s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck
2014-10-10s390x/migration: migrate CPU stateThomas Huth