aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-15tests: virtio-scsi: Check if hot-plug/unplug worksIgor Mammedov1-0/+29
2014-10-15qom: Add error handler for object alias propertyGonglei1-1/+8
2014-10-15qom: Add error handler for object_property_print()Gonglei1-2/+10
2014-10-13qdev: gpio: Register GPIO outputs as QOM linksPeter Crosthwaite1-0/+12
2014-10-13qdev: gpio: Register GPIO inputs as child objectsPeter Crosthwaite1-0/+9
2014-10-13qdev: gpio: Don't allow name share between I and OPeter Crosthwaite1-0/+2
2014-10-10Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into stagingPeter Maydell18-96/+323
2014-10-10kvm fix compilation with GCC 4.3.4Paolo Bonzini1-2/+2
2014-10-10s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck1-1/+1
2014-10-10s390x/migration: migrate CPU stateThomas Huth4-7/+82
2014-10-10s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESETDavid Hildenbrand1-0/+2
2014-10-10s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand3-12/+7
2014-10-10s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand4-2/+50
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand6-50/+79
2014-10-10s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand3-32/+57
2014-10-10linux-headers: update to 3.17-rc7Jens Freimann7-5/+58
2014-10-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell29-235/+711
2014-10-09qemu-char: Fix reconnect socket error reportingCorey Minyard1-18/+34
2014-10-09qemu-sockets: Add error to non-blocking connect handlerCorey Minyard5-12/+25
2014-10-09qemu-error: Add error_vreport()Corey Minyard2-5/+19
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini1-4/+5
2014-10-09linuxboot: compute initrd loading addressPaolo Bonzini3-7/+61