Sign in
qemu-android
/
qemu-android
/
93c5a32f89c19a97badd0aa79d2ac2e44376b40e
/
hw
/
scsi-disk.c
314b181
scsi-disk: fix buffer overflow
by Gerd Hoffmann
· 16 years ago
0056dcc
read-only: Another minor cleanup
by Naphtali Sprei
· 16 years ago
8cfacf0
block: add logical_block_size property
by Christoph Hellwig
· 16 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 16 years ago
2f79201
error: Move qemu_error & friends into their own header
by Markus Armbruster
· 16 years ago
32bb404
scsi: Make device scsi-disk reject /dev/sg*
by Markus Armbruster
· 16 years ago
554a310
block: Emit BLOCK_IO_ERROR before vm_stop() call
by Luiz Capitulino
· 16 years ago
99aba0c
scsi: update comment on the standards revision
by Christoph Hellwig
· 16 years ago
ee3659e
scsi: add topology support
by Christoph Hellwig
· 16 years ago
428c149
block: add topology qdev properties
by Christoph Hellwig
· 16 years ago
380f640
scsi: Generate BLOCK_IO_ERROR QMP event
by Luiz Capitulino
· 16 years ago
f8a8324
win32: pair qemu_memalign() with qemu_vfree()
by Herve Poussineau
· 16 years ago
383b4d9
scsi: device version property
by Gerd Hoffmann
· 16 years ago
ad3cea4
scsi-disk: Inquiry with allocation length of CDB < 36 (v4)
by Artyom Tarasenko
· 16 years ago
407f879
scsi: fix incorrect ?: use
by Blue Swirl
· 16 years ago
550fe6c
SCSI: Fix Standard INQUIRY data
by Laszlo Ast
· 16 years ago
f785009
Rename DriveInfo.onerror to on_write_error
by Kevin Wolf
· 16 years ago
bd536cf
scsi: add read/write 16 commands.
by Gerd Hoffmann
· 16 years ago
88f8a5e
scsi-disk: restruct emulation: VERIFY
by Gerd Hoffmann
· 16 years ago
39ec9a5
scsi-disk: restruct emulation: REPORT_LUNS
by Gerd Hoffmann
· 16 years ago
5dd90e2
scsi-disk: restruct emulation: SERVICE_ACTION_IN
by Gerd Hoffmann
· 16 years ago
3821555
scsi-disk: restruct emulation: GET_CONFIGURATION
by Gerd Hoffmann
· 16 years ago
02880f4
scsi-disk: restruct emulation: READ_TOC
by Gerd Hoffmann
· 16 years ago
fc90394
scsi-disk: restruct emulation: SYNCHRONIZE_CACHE
by Gerd Hoffmann
· 16 years ago
e7e25e3
scsi-disk: restruct emulation: READ_CAPACITY
by Gerd Hoffmann
· 16 years ago
c68b9f3
scsi-disk: restruct emulation: ALLOW_MEDIUM_REMOVAL
by Gerd Hoffmann
· 16 years ago
8d3628f
scsi-disk: restruct emulation: START_STOP
by Gerd Hoffmann
· 16 years ago
ebddfcb
scsi-disk: restruct emulation: MODE_SENSE
by Gerd Hoffmann
· 16 years ago
3d53ba1
scsi-disk: restruct emulation: RESERVE+RELEASE
by Gerd Hoffmann
· 16 years ago
0b06c05
scsi-disk: restruct emulation: INQUIRY
by Gerd Hoffmann
· 16 years ago
51ad87c
scsi-disk: restruct emulation: REQUEST_SENSE
by Gerd Hoffmann
· 16 years ago
aa5dbdc
scsi-disk: restruct emulation: core + TEST_UNIT_READY.
by Gerd Hoffmann
· 16 years ago
ed3a34a
scsi: move status to SCSIRequest.
by Gerd Hoffmann
· 16 years ago
251882b
scsi: move dinfo to SCSIDevice
by Gerd Hoffmann
· 16 years ago
37659e5
scsi: move sense to SCSIDevice, create SCSISense struct.
by Gerd Hoffmann
· 16 years ago
ebf4602
scsi: use command defines in scsi-disk.c
by Gerd Hoffmann
· 16 years ago
9137665
scsi: move type from SCSIGenericState to SCSIDevice
by Gerd Hoffmann
· 16 years ago
0d65e1f
scsi: add scsi-defs.h
by Gerd Hoffmann
· 16 years ago
b07995e
scsi: move blocksize from SCSIGenericState to SCSIDevice
by Gerd Hoffmann
· 16 years ago
89b08ae
scsi: move SCSIRequest management to common code.
by Gerd Hoffmann
· 16 years ago
9af99d9
scsi: move request lists to QTAILQ.
by Gerd Hoffmann
· 16 years ago
4c41d2e
scsi: create common SCSIRequest structure.
by Gerd Hoffmann
· 16 years ago
43b443b
scsi: move scsi-disk.h -> scsi.h
by Gerd Hoffmann
· 16 years ago
c79662f
Pass the drive's readonly attribute to the guest OS
by Naphtali Sprei
· 16 years ago
6550f2e
scsi disk block descriptor v2
by Artyom Tarasenko
· 16 years ago
56a1493
drive cleanup fixes.
by Gerd Hoffmann
· 17 years ago
01985dc
Implement scsi device destruction
by Gerd Hoffmann
· 17 years ago
e900a7b
block: add enable_write_cache flag
by Christoph Hellwig
· 17 years ago
d52affa
qdev/scsi: add scsi bus support to qdev, convert drivers.
by Gerd Hoffmann
· 17 years ago
213189a
Fix VM state change handlers running out of order
by Markus Armbruster
· 17 years ago
0bf9e31
Fix most warnings (errors with -Werror) when debugging is enabled
by Blue Swirl
· 17 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 17 years ago
3f4cb3d
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
by blueswir1
· 17 years ago
c87c067
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
by aliguori
· 17 years ago
58a2c43
Misc scsi disk/cdrom fixes/improvements 4/4
by blueswir1
· 17 years ago
ed6a9b3
misc scsi disk/cdrom fixes/improvements 3/4
by blueswir1
· 17 years ago
b2056c1
misc scsi disk/cdrom fixes/improvements 2/4
by blueswir1
· 17 years ago
ee16b24
misc scsi disk/cdrom fixes/improvements 1/4
by blueswir1
· 17 years ago
274fb0e
check SCSI read/write requests against max LBA (Rik van Riel)
by aliguori
· 17 years ago
c1c0438
SCSI divide capacity by s->cluster_size (Rik van Riel)
by aliguori
· 17 years ago
86106e5
support >2TB SCSI disks (Rik van Riel)
by aliguori
· 17 years ago
e035b43
fix signed/unsigned overflows in SCSI disk (Rik van Riel)
by aliguori
· 17 years ago
ea8a5d7
Stop VM on error in scsi-disk (Gleb Natapov)
by aliguori
· 17 years ago
00766a4
Make OpenBSD sparc-softmmu compile warning free
by blueswir1
· 17 years ago
fa879c6
add "serial" parameter to -drive flag (Gleb Natapov)
by aliguori
· 17 years ago
5757505
SCSI: Handle inquiry commands of varying length (Justin Chevrier).
by balrog
· 17 years ago
2286425
Correct SCSI error reporting (Laurent Vivier)
by blueswir1
· 17 years ago
f0f72ff
qemu: improve scsi dma speed by increasing the dma buffer size
by aurel32
· 18 years ago
5e65a31
Add rigid and flexible disk geometry page support
by blueswir1
· 18 years ago
1235fc0
Spelling fixes, by Stefan Weil.
by ths
· 18 years ago
b1fa716
Revert v4260, breaks Sparc32
by blueswir1
· 18 years ago
47e4ca5
Fix scsi-disk sense-key/status confusion (Marcelo Tosatti).
by balrog
· 18 years ago
1d4db89
Implement more INQUIRY command replies for scsi disk (Igor Kovalenko).
by balrog
· 18 years ago
33f0027
Add "cache" parameter to "-drive" (Laurent Vivier).
by balrog
· 18 years ago
96b8f13
Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.
by ths
· 18 years ago
8ccc2ac
SCSI cleanup, by Laurent Vivier.
by ths
· 18 years ago
87ecb68
Break up vl.h.
by pbrook
· 18 years ago
e91c8a7
Spelling fixes, by Stefan Weil.
by ths
· 19 years ago
67cd24a
Buffer length fixes, by Wang Cheng Yeh.
by ths
· 19 years ago
a917d38
SCSI TCQ support.
by pbrook
· 20 years ago
a9f277b
no need for bdrv_close()
by bellard
· 20 years ago
35f1df8
scsi empty drive fix (Blue Swirl).
by pbrook
· 20 years ago
4d611c9
SCSI and USB async IO support.
by pbrook
· 20 years ago
1aacf34
Add missing #define.
by pbrook
· 20 years ago
51c1ebb
Fix SCSI off-by-one device size.
by pbrook
· 20 years ago
7a6cba6
Disk cache flush support.
by pbrook
· 20 years ago
17acfe3
More SCSI commands (Blue Swirl).
by pbrook
· 20 years ago
7d8406b
PCI SCSI HBA emulation.
by pbrook
· 20 years ago
0fc5c15
SCSI lun probing fix.
by pbrook
· 20 years ago
cac782d
Small read fix.
by pbrook
· 20 years ago
7c22dd5
Fix scsi sector size confusion (Blue Swirl). Fix short TOC read.
by pbrook
· 20 years ago
2e5d83b
Rearrange SCSI disk emulation code. Add USB mass storage device emulation.
by pbrook
· 20 years ago