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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-01
virtio-9p: Move 9p device registration into virtio-9p.c
Aneesh Kumar K.V
3
-55
/
+83
2011-06-01
[virtio-9p] Stop renaming files with similar name!
Malahal Naineni
1
-4
/
+20
2011-05-31
target-alpha: Remove partial support for palcode emulation.
Richard Henderson
1
-1048
/
+0
2011-05-31
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-1
/
+1
2011-05-31
Merge remote-tracking branch 'amit/for-anthony' into staging
Anthony Liguori
3
-71
/
+70
2011-05-31
Merge remote-tracking branch 'bonzini/scsi.2' into staging
Anthony Liguori
8
-573
/
+860
2011-05-31
Merge remote-tracking branch 'kraxel/usb.14.pull' into staging
Anthony Liguori
18
-80
/
+2263
2011-05-29
pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)
Stefan Weil
1
-1
/
+1
2011-05-28
bitbang_i2c: Fix spurious slave read after NACK
Marcus Comstedt
1
-1
/
+4
2011-05-27
virtio-console: Simplify init callbacks
Markus Armbruster
1
-26
/
+9
2011-05-27
virtio-serial: Drop redundant VirtIOSerialPort member info
Markus Armbruster
3
-20
/
+32
2011-05-27
virtio-serial: Drop useless property is_console
Markus Armbruster
2
-5
/
+0
2011-05-27
virtio-serial: Clean up virtconsole detection
Markus Armbruster
3
-6
/
+11
2011-05-27
virtio-serial: Plug memory leak on qdev exit()
Markus Armbruster
1
-18
/
+9
2011-05-27
virtio-serial-bus: use bh for unthrottling
Alon Levy
2
-2
/
+15
2011-05-26
scsi: ignore LUN field in the CDB
Paolo Bonzini
2
-6
/
+5
2011-05-26
scsi: rename arguments to the new callbacks
Paolo Bonzini
4
-37
/
+34
2011-05-26
scsi: split command_complete callback in two
Paolo Bonzini
6
-137
/
+168
2011-05-26
esp: rename sense to status
Paolo Bonzini
1
-5
/
+5
2011-05-26
scsi-generic: Handle queue full
Paolo Bonzini
1
-0
/
+3
2011-05-26
scsi: make write_data return void
Paolo Bonzini
3
-10
/
+5
2011-05-26
scsi-disk: add data direction checking
Hannes Reinecke
1
-11
/
+24
2011-05-26
scsi: Implement 'get_sense' callback
Hannes Reinecke
5
-1
/
+49
2011-05-26
scsi: introduce scsi_req_get_buf
Paolo Bonzini
6
-9
/
+11
2011-05-26
scsi: introduce scsi_req_continue
Paolo Bonzini
6
-60
/
+46
2011-05-26
scsi: introduce scsi_req_new
Paolo Bonzini
6
-5
/
+10
2011-05-26
scsi: do not call send_command directly
Paolo Bonzini
8
-9
/
+14
2011-05-26
scsi: Update sense code handling
Hannes Reinecke
4
-67
/
+208
2011-05-26
scsi: use scsi_req_complete
Paolo Bonzini
1
-3
/
+2
2011-05-26
scsi: introduce scsi_req_cancel
Paolo Bonzini
8
-17
/
+80
2011-05-26
scsi: introduce scsi_req_abort
Paolo Bonzini
3
-6
/
+12
2011-05-26
scsi: commonize purging requests
Paolo Bonzini
4
-32
/
+17
2011-05-26
scsi: Use 'SCSIRequest' directly
Hannes Reinecke
8
-252
/
+173
2011-05-26
lsi: extract lsi_find_by_tag
Paolo Bonzini
1
-25
/
+38
2011-05-26
scsi: reference-count requests
Paolo Bonzini
4
-23
/
+58
2011-05-26
scsi-generic: do not use a stale aiocb
Paolo Bonzini
1
-0
/
+3
2011-05-26
scsi: introduce SCSIBusOps
Paolo Bonzini
7
-17
/
+34
2011-05-26
scsi: introduce scsi_req_data
Paolo Bonzini
4
-7
/
+19
2011-05-26
scsi-generic: Remove bogus double complete
Paolo Bonzini
1
-2
/
+4
2011-05-26
scsi: add tracing of scsi requests
Paolo Bonzini
1
-0
/
+6
2011-05-26
usb: add ehci adapter
Gerd Hoffmann
2
-0
/
+2038
2011-05-26
usb: move cancel callback to USBDeviceInfo
Gerd Hoffmann
3
-18
/
+9
2011-05-26
usb: keep track of packet owner.
Gerd Hoffmann
2
-15
/
+35
2011-05-26
usb: add usb_handle_packet
Gerd Hoffmann
6
-7
/
+22
2011-05-26
usb-storage: don't call usb_packet_complete twice
Gerd Hoffmann
1
-1
/
+1
2011-05-26
usb-linux: use usb_generic_handle_packet()
Hans de Goede
2
-3
/
+39
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
13
-35
/
+38
2011-05-26
Bug #757654: UHCI fails to signal stall response patch
Jan Vesely
1
-0
/
+4
2011-05-26
usb: add support for "grouped" interfaces and the Interface Association Descr...
Brad Hards
3
-0
/
+68
2011-05-26
usb: remove fallback to bNumInterfaces if no .nif
Brad Hards
1
-3
/
+2
[prev]
[next]