index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-15
usb: Convert usb devices to hotplug handler API
Igor Mammedov
1
-2
/
+7
2014-10-15
usb: Convert usb-ccid to hotplug handler API
Igor Mammedov
1
-1
/
+7
2014-10-15
usb-storage: Drop not needed "allow_hotplug = 0"
Igor Mammedov
1
-1
/
+0
2014-10-15
usb-bot: Drop not needed "allow_hotplug = 0"
Igor Mammedov
1
-1
/
+0
2014-10-15
usb-bot: Mark device as non hotpluggable
Igor Mammedov
1
-0
/
+2
2014-10-15
scsi: Cleanup not used anymore SCSIBusInfo{hotplug, hot_unplug} fields
Igor Mammedov
2
-18
/
+0
2014-10-15
scsi: Convert virtio-scsi HBA to hotplug handler API
Igor Mammedov
1
-10
/
+20
2014-10-15
scsi: Convert pvscsi HBA to hotplug handler API
Igor Mammedov
1
-8
/
+18
2014-10-15
scsi: Set SCSI BUS itself as default HotplugHandler
Igor Mammedov
1
-1
/
+7
2014-10-15
s390x: Convert virtio-ccw to hotplug handler API
Igor Mammedov
1
-8
/
+9
2014-10-15
s390x: Convert s390-virtio to hotplug handler API
Igor Mammedov
1
-5
/
+5
2014-10-15
s390x: Drop not used allow_hotplug in event-facility
Igor Mammedov
1
-2
/
+0
2014-10-15
virtio-mmio: Drop useless bus->allow_hotplug = 0
Igor Mammedov
1
-15
/
+2
2014-10-15
virtio-serial: Convert to hotplug-handler API
Igor Mammedov
1
-5
/
+15
2014-10-15
virtio-pci: Drop BusState::allow_hotplug
Igor Mammedov
1
-3
/
+0
2014-10-15
target-i386: ICC bus: Drop BusState::allow_hotplug
Igor Mammedov
1
-8
/
+0
2014-10-15
qdev: Drop hotplug check from bus_add_child()
Igor Mammedov
1
-4
/
+0
2014-10-15
qdev: Add wrapper to set BUS as HotplugHandler
Igor Mammedov
2
-7
/
+23
2014-10-15
qdev: Add simple/generic unplug callback for HotplugHandler
Igor Mammedov
2
-0
/
+7
2014-10-15
qdev: HotplugHandler: Provide unplug callback
Igor Mammedov
3
-2
/
+34
2014-10-15
qdev: HotplugHandler: Rename unplug callback to unplug_request
Igor Mammedov
11
-29
/
+32
2014-10-15
qdev: do not allow to instantiate non hotpluggable device with device_add
Igor Mammedov
1
-1
/
+2
2014-10-15
Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()
Igor Mammedov
5
-7
/
+12
2014-10-15
tests: usb: usb-uas hotplug test
Igor Mammedov
1
-1
/
+60
2014-10-15
tests: usb: usb-storage hotplug test
Igor Mammedov
1
-0
/
+31
2014-10-15
tests: usb: Generic usb device hotplug
Igor Mammedov
7
-9
/
+87
2014-10-15
tests: usb: add port test to uhci unit test
Igor Mammedov
2
-3
/
+17
2014-10-15
tests: usb: Move uhci port test code to libqos/usb.c
Igor Mammedov
4
-32
/
+58
2014-10-15
tests: virtio-blk: Check if hot-plug/unplug works
Igor Mammedov
1
-11
/
+38
2014-10-15
tests: virtio-net: Check if hot-plug/unplug works
Igor Mammedov
2
-1
/
+11
2014-10-15
tests: virtio-rng: Check if hot-plug/unplug works
Igor Mammedov
2
-1
/
+11
2014-10-15
libqos: Add qpci_plug_device_test() and qpci_unplug_acpi_device_test()
Igor Mammedov
2
-0
/
+52
2014-10-15
tests: virtio-serial: Check if hot-plug/unplug works
Igor Mammedov
1
-0
/
+27
2014-10-15
tests: virtio-scsi: Check if hot-plug/unplug works
Igor Mammedov
1
-0
/
+29
2014-10-15
qom: Add error handler for object alias property
Gonglei
1
-1
/
+8
2014-10-15
qom: Add error handler for object_property_print()
Gonglei
1
-2
/
+10
2014-10-13
qdev: gpio: Register GPIO outputs as QOM links
Peter Crosthwaite
1
-0
/
+12
2014-10-13
qdev: gpio: Register GPIO inputs as child objects
Peter Crosthwaite
1
-0
/
+9
2014-10-13
qdev: gpio: Don't allow name share between I and O
Peter Crosthwaite
1
-0
/
+2
2014-10-10
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging
Peter Maydell
18
-96
/
+323
2014-10-10
kvm fix compilation with GCC 4.3.4
Paolo Bonzini
1
-2
/
+2
2014-10-10
s390x/virtio-ccw: fix vhost-scsi intialization
Cornelia Huck
1
-1
/
+1
2014-10-10
s390x/migration: migrate CPU state
Thomas Huth
4
-7
/
+82
2014-10-10
s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESET
David Hildenbrand
1
-0
/
+2
2014-10-10
s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefs
David Hildenbrand
3
-12
/
+7
2014-10-10
s390x/kvm: propagate s390 cpu state to kvm
David Hildenbrand
4
-2
/
+50
2014-10-10
s390x/kvm: proper use of the cpu states OPERATING and STOPPED
David Hildenbrand
6
-50
/
+79
2014-10-10
s390x/kvm: introduce proper states for s390 cpus
David Hildenbrand
3
-32
/
+57
2014-10-10
linux-headers: update to 3.17-rc7
Jens Freimann
7
-5
/
+58
2014-10-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
29
-235
/
+711
[next]