aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell8-8/+8
2024-08-06scsi-disk: Always report RESERVATION_CONFLICT to guestKevin Wolf1-5/+30
2024-08-06scsi-disk: Add warning comments that host_status errors take a shortcutKevin Wolf1-0/+7
2024-08-06scsi-block: Don't skip callback for sgio error status/driver_statusKevin Wolf1-10/+0
2024-08-06scsi-disk: Use positive return value for status in dma_readv/writevKevin Wolf1-7/+14
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson1-34/+4
2024-07-23util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé1-1/+1
2024-07-23util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé1-33/+3
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé1-2/+2
2024-07-23util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé1-1/+1
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer2-0/+2
2024-07-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-1/+10
2024-07-16esp: remove transfer size check from DMA DATA IN and DATA OUT transfersMark Cave-Ayland1-2/+2
2024-07-16scsi: fix regression and honor bootindex again for legacy drivesFiona Ebner1-0/+9
2024-07-16hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regre...Fiona Ebner1-1/+1
2024-07-01vhost-user: fix lost reconnect againLi Feng1-1/+2
2024-07-01Revert "vhost-user: fix lost reconnect"Li Feng1-2/+1
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2-0/+2
2024-06-10scsi-disk: Fix crash for VM configured with USB CDROM after live migrationHyman Huang1-1/+23
2024-06-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-3/+17
2024-06-08scsi-disk: Don't silently truncate serial numberKevin Wolf1-3/+17
2024-06-05hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé1-10/+3
2024-04-04esp.c: remove explicit setting of DRQ within ESP state machineMark Cave-Ayland1-9/+0
2024-04-04esp.c: ensure esp_pdma_write() always calls esp_fifo_push()Mark Cave-Ayland1-6/+4
2024-04-04esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()Mark Cave-Ayland1-4/+10
2024-04-04esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...Mark Cave-Ayland1-1/+47
2024-04-04esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...Mark Cave-Ayland1-18/+18
2024-04-04esp.c: prevent cmdfifo overflow in esp_cdb_ready()Mark Cave-Ayland1-1/+11
2024-04-04esp.c: rework esp_cdb_length() into esp_cdb_ready()Mark Cave-Ayland1-16/+14
2024-04-04esp.c: don't assert() if FIFO empty when executing non-DMA SELATNSMark Cave-Ayland1-1/+2
2024-04-04esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFOMark Cave-Ayland1-3/+8
2024-04-04esp.c: change esp_fifo_pop_buf() to take ESPStateMark Cave-Ayland1-12/+12
2024-04-04esp.c: use esp_fifo_push() instead of fifo8_push()Mark Cave-Ayland1-3/+3
2024-04-04esp.c: change esp_fifo_pop() to take ESPStateMark Cave-Ayland1-5/+5
2024-04-04esp.c: change esp_fifo_push() to take ESPStateMark Cave-Ayland1-5/+5
2024-04-04esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()Mark Cave-Ayland1-1/+2
2024-04-04esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()Mark Cave-Ayland1-1/+1
2024-04-04esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()Mark Cave-Ayland1-1/+1
2024-04-04esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() functionMark Cave-Ayland1-1/+6
2024-04-02lsi53c895a: avoid out of bounds access to s->msg[]Paolo Bonzini1-7/+12
2024-03-26hw/scsi/scsi-generic: Fix io_timeout property not applyingLorenz Brun1-1/+0
2024-03-12hw/scsi/vhost-scsi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-09Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell1-1/+1
2024-03-09hw/scsi/lsi53c895a: Fix typo in commentBALATON Zoltan1-1/+1
2024-03-08hw/scsi/lsi53c895a: stop script on phase mismatchSven Schnelle1-4/+12
2024-03-08hw/scsi/lsi53c895a: add timer to scripts processingSven Schnelle2-10/+35
2024-02-13esp.c: add my copyright to the fileMark Cave-Ayland1-0/+1
2024-02-13esp.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland1-22/+17
2024-02-13esp.c: keep track of the DRQ state during DMAMark Cave-Ayland1-4/+11
2024-02-13esp.c: rename irq_data IRQ to drq_irqMark Cave-Ayland1-4/+4