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
eepro100: add bootindex to qom property
Gonglei
1
-1
/
+10
2014-10-15
e1000: add bootindex to qom property
Gonglei
1
-0
/
+10
2014-10-15
virtio-net: add bootindex to qom property
Gonglei
1
-0
/
+3
2014-10-15
bootindex: add a setter/getter functions wrapper for bootindex property
Gonglei
2
-0
/
+76
2014-10-15
bootindex: support to set a existent device's bootindex to -1
Gonglei
1
-0
/
+1
2014-10-15
bootindex: rework add_boot_device_path function
Gonglei
1
-0
/
+2
2014-10-15
fw_cfg: add fw_cfg_machine_reset function
Gonglei
2
-3
/
+54
2014-10-15
bootindex: add del_boot_device_path function
Gonglei
2
-0
/
+21
2014-10-15
bootindex: add check bootindex function
Gonglei
2
-0
/
+16
2014-10-15
bootdevice: move bootdevice related code to new file bootdevice.c
Gonglei
4
-118
/
+145
2014-10-15
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
50
-225
/
+744
2014-10-15
qdev: Drop legacy_name from qdev properties
Gonglei
4
-12
/
+0
2014-10-15
qmp: Print descriptions of object properties
Gonglei
3
-5
/
+19
2014-10-15
qdev: Set the object property's description to the qdev property's.
Gonglei
1
-0
/
+5
2014-10-15
qom: Add description field in ObjectProperty struct
Gonglei
2
-0
/
+34
2014-10-15
qdev: Add description field in PropertyInfo struct
Gonglei
4
-0
/
+14
2014-10-15
qdev: device_del: Search for to be unplugged device in 'peripheral' container
Igor Mammedov
1
-4
/
+9
2014-10-15
qdev: HotplugHandler: Add support for unplugging BUS-less devices
Igor Mammedov
1
-27
/
+34
2014-10-15
qdev: Drop legacy hotplug fields/methods
Igor Mammedov
2
-17
/
+4
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
[prev]
[next]