aboutsummaryrefslogtreecommitdiff
path: root/include/hw/scsi
AgeCommit message (Expand)Author
2024-02-13esp.c: keep track of the DRQ state during DMAMark Cave-Ayland
2024-02-13esp.c: rename irq_data IRQ to drq_irqMark Cave-Ayland
2024-02-13esp.c: remove unneeded ti_cmd fieldMark Cave-Ayland
2024-02-13esp.c: rename data_in_ready to to data_readyMark Cave-Ayland
2024-02-13esp.c: remove unused PDMA callback implementationMark Cave-Ayland
2024-02-13esp.c: move CMD_ICCS command logic to esp_do_dma()Mark Cave-Ayland
2024-02-13esp.c: move CMD_SELATNS end of command logic to esp_do_dma() and do_dma_pdma_...Mark Cave-Ayland
2024-02-13esp.c: move CMD_SELATN end of message phase detection to esp_do_dma() and do_...Mark Cave-Ayland
2024-02-13esp.c: remove s_without_satn_pdma_cb() PDMA callbackMark Cave-Ayland
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf
2023-12-21scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi
2023-07-14scsi: fetch unit attention when creating the requestStefano Garzarella
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi
2023-03-20replace TABs with spacesYeqi Fu
2022-10-22include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototypePeter Maydell
2022-10-13virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland
2022-07-13scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland
2022-03-09esp: convert ESPState pdma_cb from a function pointer to an integerMark Cave-Ayland
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé
2022-01-18hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé
2021-12-18hw/scsi: Fix scsi_bus_init_named() docstringPhilippe Mathieu-Daudé
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini
2021-04-12esp: fix setting of ESPState mig_version_id when launching QEMU with -S optionMark Cave-Ayland
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell
2021-03-07esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland
2021-03-07esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland
2021-03-07esp: convert ti_buf from array to Fifo8Mark Cave-Ayland
2021-03-07esp: transition to message out phase after SATN and stop commandMark Cave-Ayland
2021-03-07esp: remove old deferred command completion mechanismMark Cave-Ayland
2021-03-07esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland
2021-03-07esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland
2021-03-07esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland
2021-03-07esp: remove redundant pdma_start from ESPStateMark Cave-Ayland
2021-03-07esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland
2021-03-07esp: remove dma_left from ESPStateMark Cave-Ayland
2021-03-07esp: remove dma_counter from ESPStateMark Cave-Ayland
2021-03-07esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland
2021-03-07esp: QOMify the internal ESP device stateMark Cave-Ayland
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland
2021-03-06scsi: move host_status handling into SCSI driversHannes Reinecke
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke
2021-02-25scsi: make io_timeout configurableHannes Reinecke
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky