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
/
scsi-disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-14
scsi disk block descriptor v2
Artyom Tarasenko
1
-1
/
+21
2009-10-05
drive cleanup fixes.
Gerd Hoffmann
1
-0
/
+8
2009-10-05
Implement scsi device destruction
Gerd Hoffmann
1
-6
/
+0
2009-09-11
block: add enable_write_cache flag
Christoph Hellwig
1
-1
/
+3
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
1
-74
/
+84
2009-07-30
Fix VM state change handlers running out of order
Markus Armbruster
1
-3
/
+18
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
1
-6
/
+6
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-5
/
+5
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-2
/
+2
2009-04-07
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
1
-62
/
+63
2009-03-29
Misc scsi disk/cdrom fixes/improvements 4/4
blueswir1
1
-0
/
+3
2009-03-29
misc scsi disk/cdrom fixes/improvements 3/4
blueswir1
1
-1
/
+9
2009-03-29
misc scsi disk/cdrom fixes/improvements 2/4
blueswir1
1
-0
/
+4
2009-03-29
misc scsi disk/cdrom fixes/improvements 1/4
blueswir1
1
-0
/
+1
2009-01-29
check SCSI read/write requests against max LBA (Rik van Riel)
aliguori
1
-0
/
+18
2009-01-28
SCSI divide capacity by s->cluster_size (Rik van Riel)
aliguori
1
-0
/
+2
2009-01-28
support >2TB SCSI disks (Rik van Riel)
aliguori
1
-7
/
+46
2009-01-28
fix signed/unsigned overflows in SCSI disk (Rik van Riel)
aliguori
1
-3
/
+6
2009-01-22
Stop VM on error in scsi-disk (Gleb Natapov)
aliguori
1
-17
/
+69
2009-01-14
Make OpenBSD sparc-softmmu compile warning free
blueswir1
1
-1
/
+1
2009-01-07
add "serial" parameter to -drive flag (Gleb Natapov)
aliguori
1
-4
/
+13
2008-12-07
SCSI: Handle inquiry commands of varying length (Justin Chevrier).
balrog
1
-3
/
+8
2008-10-11
Correct SCSI error reporting (Laurent Vivier)
blueswir1
1
-15
/
+27
2008-10-01
qemu: improve scsi dma speed by increasing the dma buffer size
aurel32
1
-1
/
+1
2008-07-02
Add rigid and flexible disk geometry page support
blueswir1
1
-1
/
+70
2008-06-03
Spelling fixes, by Stefan Weil.
ths
1
-1
/
+1
2008-04-29
Revert v4260, breaks Sparc32
blueswir1
1
-24
/
+13
2008-04-26
Fix scsi-disk sense-key/status confusion (Marcelo Tosatti).
balrog
1
-13
/
+24
2008-02-03
Implement more INQUIRY command replies for scsi disk (Igor Kovalenko).
balrog
1
-4
/
+125
2007-12-24
Add "cache" parameter to "-drive" (Laurent Vivier).
balrog
1
-1
/
+2
2007-12-17
Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.
ths
1
-1
/
+1
2007-12-10
SCSI cleanup, by Laurent Vivier.
ths
1
-24
/
+38
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+3
2007-06-03
Spelling fixes, by Stefan Weil.
ths
1
-1
/
+1
2007-04-28
Buffer length fixes, by Wang Cheng Yeh.
ths
1
-4
/
+5
2006-08-29
SCSI TCQ support.
pbrook
1
-231
/
+263
2006-08-19
no need for bdrv_close()
bellard
1
-1
/
+0
2006-08-14
scsi empty drive fix (Blue Swirl).
pbrook
1
-0
/
+1
2006-08-12
SCSI and USB async IO support.
pbrook
1
-34
/
+118
2006-08-06
Add missing #define.
pbrook
1
-0
/
+1
2006-08-06
Fix SCSI off-by-one device size.
pbrook
1
-9
/
+15
2006-06-04
Disk cache flush support.
pbrook
1
-1
/
+1
2006-06-03
More SCSI commands (Blue Swirl).
pbrook
1
-20
/
+72
2006-05-30
PCI SCSI HBA emulation.
pbrook
1
-14
/
+28
2006-05-26
SCSI lun probing fix.
pbrook
1
-3
/
+4
2006-05-26
Small read fix.
pbrook
1
-1
/
+1
2006-05-26
Fix scsi sector size confusion (Blue Swirl).
pbrook
1
-38
/
+41
2006-05-25
Rearrange SCSI disk emulation code.
pbrook
1
-0
/
+408