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-06-03
softfloat: add float*_is_zero_or_denormal()
Aurelien Jarno
1
-0
/
+15
2011-06-03
target-i386: use floatx80 constants in helper_fld*_ST0()
Aurelien Jarno
1
-19
/
+8
2011-06-03
softfloat: always enable floatx80 and float128 support
Aurelien Jarno
4
-118
/
+0
2011-06-03
softfloat-native: remove
Aurelien Jarno
6
-1093
/
+2
2011-06-03
target-i386: remove old code handling float64
Aurelien Jarno
5
-411
/
+115
2011-06-03
target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef
Aurelien Jarno
1
-4
/
+0
2011-06-03
target-ppc: remove old CONFIG_SOFTFLOAT #ifdef
Aurelien Jarno
3
-15
/
+0
2011-06-01
audio: fix integer overflow expression
Juha Riihim?ki
1
-2
/
+2
2011-05-31
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2
-2
/
+2
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
9
-573
/
+868
2011-05-31
Merge remote-tracking branch 'kraxel/usb.14.pull' into staging
Anthony Liguori
23
-387
/
+2441
2011-05-29
Fix spelling in comment (additon -> addition)
Stefan Weil
1
-1
/
+1
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
[next]