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
/
scsi-disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
1
-5
/
+5
2024-12-15
hw/scsi: Constify all Property
Richard Henderson
1
-3
/
+3
2024-11-20
scsi: fix allocation for s390x loadparm
Paolo Bonzini
1
-1
/
+1
2024-11-18
hw: Add "loadparm" property to scsi disk devices for booting on s390x
Thomas Huth
1
-0
/
+43
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
1
-1
/
+1
2024-08-06
scsi-disk: Always report RESERVATION_CONFLICT to guest
Kevin Wolf
1
-5
/
+30
2024-08-06
scsi-disk: Add warning comments that host_status errors take a shortcut
Kevin Wolf
1
-0
/
+7
2024-08-06
scsi-block: Don't skip callback for sgio error status/driver_status
Kevin Wolf
1
-10
/
+0
2024-08-06
scsi-disk: Use positive return value for status in dma_readv/writev
Kevin Wolf
1
-7
/
+14
2024-06-10
scsi-disk: Fix crash for VM configured with USB CDROM after live migration
Hyman Huang
1
-1
/
+23
2024-06-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-3
/
+17
2024-06-08
scsi-disk: Don't silently truncate serial number
Kevin Wolf
1
-3
/
+17
2024-06-05
hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintf
Philippe Mathieu-Daudé
1
-10
/
+3
2023-12-30
hw/scsi: Constify VMState
Richard Henderson
1
-1
/
+1
2023-12-21
scsi: remove outdated AioContext lock comment
Stefan Hajnoczi
1
-1
/
+0
2023-12-21
scsi: remove AioContext locking
Stefan Hajnoczi
1
-26
/
+5
2023-12-21
scsi: assert that callbacks run in the correct AioContext
Stefan Hajnoczi
1
-0
/
+14
2023-12-21
scsi: don't lock AioContext in I/O code path
Stefan Hajnoczi
1
-23
/
+0
2023-10-03
scsi-disk: ensure that FORMAT UNIT commands are terminated
Mark Cave-Ayland
1
-0
/
+4
2023-09-25
hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]
Thomas Huth
1
-2
/
+3
2023-05-30
virtio-scsi: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
1
-5
/
+22
2023-02-23
dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race
Stefan Hajnoczi
1
-3
/
+1
2023-02-23
scsi: protect req->aiocb with AioContext lock
Stefan Hajnoczi
1
-7
/
+16
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
1
-0
/
+5
2022-10-10
scsi-disk: support setting CD-ROM block size via device options
John Millikin
1
-1
/
+6
2022-09-01
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
1
-3
/
+4
2022-08-01
scsi-disk: ensure block size is non-zero and changes limited to bits 8-15
Mark Cave-Ayland
1
-4
/
+14
2022-08-01
scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZE
Mark Cave-Ayland
1
-3
/
+4
2022-07-13
scsi-disk: allow MODE SELECT block descriptor to set the block size
Mark Cave-Ayland
1
-0
/
+6
2022-07-13
scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM ...
Mark Cave-Ayland
1
-0
/
+4
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for Macintosh
Mark Cave-Ayland
1
-1
/
+6
2022-07-13
scsi-disk: add FORMAT UNIT command
Mark Cave-Ayland
1
-0
/
+4
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...
Mark Cave-Ayland
1
-2
/
+28
2022-07-13
scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for Macintosh
Mark Cave-Ayland
1
-4
/
+23
2022-07-13
scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh
Mark Cave-Ayland
1
-0
/
+17
2022-07-13
scsi-disk: add new quirks bitmap to SCSIDiskState
Mark Cave-Ayland
1
-0
/
+1
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
1
-1
/
+0
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
1
-0
/
+1
2022-01-18
hw/scsi: Rename SCSIRequest::resid as 'residual'
Philippe Mathieu-Daudé
1
-2
/
+2
2021-11-08
hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands
Mauro Matteo Cascella
1
-0
/
+6
2021-05-26
hw/scsi: Fix sector translation bug in scsi_unmap_complete_noio
Kit Westneat
1
-5
/
+7
2021-03-18
hw/scsi: remove 'scsi-disk' device
Daniel P. Berrangé
1
-62
/
+0
2021-03-09
scsi: Silence gcc warning
Eric Blake
1
-0
/
+1
2021-03-06
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
1
-6
/
+6
2021-03-06
scsi: inline sg_io_sense_from_errno() into the callers.
Hannes Reinecke
1
-5
/
+42
2021-02-25
scsi-disk: pass guest recoverable errors through even for rerror=stop
Paolo Bonzini
1
-23
/
+28
2021-02-25
scsi-disk: pass SCSI status to scsi_handle_rw_error
Paolo Bonzini
1
-11
/
+27
2021-02-25
scsi: introduce scsi_sense_from_errno()
Paolo Bonzini
1
-37
/
+8
2021-02-25
scsi-disk: do not complete requests early for rerror/werror=ignore
Paolo Bonzini
1
-2
/
+1
[next]