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