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
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-28
Move user emulator stuff from cpu-exec.c to user-exec.c
Blue Swirl
3
-660
/
+678
2011-05-28
cpu-exec: prepare for user and softmmu split
Blue Swirl
1
-131
/
+172
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
7
-60
/
+47
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
5
-7
/
+20
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
2
-0
/
+12
2011-05-26
usb: add ehci adapter
Gerd Hoffmann
5
-0
/
+2078
2011-05-26
usb: move cancel callback to USBDeviceInfo
Gerd Hoffmann
4
-22
/
+12
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: fix max_packet_size for highspeed.
Gerd Hoffmann
1
-2
/
+17
2011-05-26
usb-linux: split large xfers
Gerd Hoffmann
1
-23
/
+41
2011-05-26
usb-linux: walk async urb list in cancel
Gerd Hoffmann
1
-11
/
+17
2011-05-26
usb-linux: track aurbs in list
Gerd Hoffmann
1
-7
/
+11
2011-05-26
usb-linux: add hostport property
Gerd Hoffmann
1
-2
/
+7
2011-05-26
usb-linux: fix device path aka physical port handling
Gerd Hoffmann
1
-22
/
+20
2011-05-26
usb-linux: use usb_generic_handle_packet()
Hans de Goede
3
-245
/
+66
2011-05-26
usb: Pass the packet to the device's handle_control callback
Hans de Goede
14
-35
/
+39
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
[prev]
[next]