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
*
scsi-disk: Advertise FUA support by default
Alberto Faria
2025-05-21
1
-1
/
+1
*
scsi-disk: Add native FUA write support
Alberto Faria
2025-05-21
1
-38
/
+15
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-4
/
+4
*
scsi-disk: Apply error policy for host_status errors again
Kevin Wolf
2025-04-08
1
-14
/
+25
*
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2025-03-14
1
-16
/
+8
|
\
|
*
scsi: track per-SCSIRequest AioContext
Stefan Hajnoczi
2025-03-13
1
-11
/
+6
|
*
dma: use current AioContext for dma_blk_io()
Stefan Hajnoczi
2025-03-13
1
-4
/
+2
|
*
scsi-disk: drop unused SCSIDiskState->bh field
Stefan Hajnoczi
2025-03-13
1
-1
/
+0
*
|
system: Replace arch_type global by qemu_arch_available() helper
Philippe Mathieu-Daudé
2025-03-11
1
-1
/
+1
|
/
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-5
/
+5
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-5
/
+5
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-3
/
+0
|
/
*
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
[next]