summary refs log tree commit diff stats
path: root/include/hw/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* esp.c: keep track of the DRQ state during DMAMark Cave-Ayland2024-02-131-0/+1
* esp.c: rename irq_data IRQ to drq_irqMark Cave-Ayland2024-02-131-1/+1
* esp.c: remove unneeded ti_cmd fieldMark Cave-Ayland2024-02-131-1/+2
* esp.c: rename data_in_ready to to data_readyMark Cave-Ayland2024-02-131-1/+1
* esp.c: remove unused PDMA callback implementationMark Cave-Ayland2024-02-131-6/+0
* esp.c: move CMD_ICCS command logic to esp_do_dma()Mark Cave-Ayland2024-02-131-1/+0
* esp.c: move CMD_SELATNS end of command logic to esp_do_dma() and do_dma_pdma_...Mark Cave-Ayland2024-02-131-1/+0
* esp.c: move CMD_SELATN end of message phase detection to esp_do_dma() and do_...Mark Cave-Ayland2024-02-131-1/+0
* esp.c: remove s_without_satn_pdma_cb() PDMA callbackMark Cave-Ayland2024-02-131-1/+0
* scsi: Don't ignore most usb-storage propertiesKevin Wolf2024-02-071-4/+1
* scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi2023-12-211-1/+6
* scsi: fetch unit attention when creating the requestStefano Garzarella2023-07-141-0/+1
* virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi2023-05-301-0/+14
* replace TABs with spacesYeqi Fu2023-03-201-1/+1
* include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototypePeter Maydell2022-10-221-1/+0
* virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy2022-10-131-0/+1
* scsi: Add buf_len parameter to scsi_req_new()John Millikin2022-09-011-5/+6
* scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland2022-07-131-0/+1
* scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland2022-07-131-0/+1
* scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland2022-07-131-0/+1
* scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland2022-07-131-0/+3
* esp: convert ESPState pdma_cb from a function pointer to an integerMark Cave-Ayland2022-03-091-1/+10
* hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé2022-01-181-1/+1
* hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé2022-01-181-2/+2
* hw/scsi: Fix scsi_bus_init_named() docstringPhilippe Mathieu-Daudé2021-12-181-1/+1
* scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell2021-09-301-2/+28
* esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini2021-06-151-0/+1
* esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland2021-04-121-0/+1
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell2021-03-091-26/+26
|\
| * esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland2021-03-071-0/+1
| * esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland2021-03-071-4/+5
| * esp: convert ti_buf from array to Fifo8Mark Cave-Ayland2021-03-071-3/+5
| * esp: transition to message out phase after SATN and stop commandMark Cave-Ayland2021-03-071-0/+2
| * esp: remove old deferred command completion mechanismMark Cave-Ayland2021-03-071-2/+2
| * esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland2021-03-071-0/+1
| * esp: remove pdma_origin from ESPStateMark Cave-Ayland2021-03-071-6/+0
| * esp: remove CMD pdma_originMark Cave-Ayland2021-03-071-1/+0
| * esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland2021-03-071-1/+0
| * esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland2021-03-071-1/+0
| * esp: remove redundant pdma_start from ESPStateMark Cave-Ayland2021-03-071-1/+0
| * esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland2021-03-071-2/+0
| * esp: remove dma_left from ESPStateMark Cave-Ayland2021-03-071-2/+3
| * esp: remove dma_counter from ESPStateMark Cave-Ayland2021-03-071-3/+0
| * esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland2021-03-071-0/+2
| * esp: QOMify the internal ESP device stateMark Cave-Ayland2021-03-071-0/+5
| * esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-2/+2
* | scsi: move host_status handling into SCSI driversHannes Reinecke2021-03-061-1/+4
|/
* scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-252-2/+2
* scsi: make io_timeout configurableHannes Reinecke2021-02-251-1/+3
* scsi/scsi_bus: Add scsi_device_getMaxim Levitsky2020-10-121-0/+1