summary refs log tree commit diff stats
path: root/hw/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/vhost-scsi: fix -Werror=maybe-uninitializedMarc-André Lureau2024-10-021-1/+1
* hw/scsi: remove break after g_assert_not_reached()Pierrick Bouvier2024-09-241-1/+0
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-138-8/+8
* scsi-disk: Always report RESERVATION_CONFLICT to guestKevin Wolf2024-08-061-5/+30
* scsi-disk: Add warning comments that host_status errors take a shortcutKevin Wolf2024-08-061-0/+7
* scsi-block: Don't skip callback for sgio error status/driver_statusKevin Wolf2024-08-061-10/+0
* scsi-disk: Use positive return value for status in dma_readv/writevKevin Wolf2024-08-061-7/+14
* Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson2024-07-241-34/+4
|\
| * util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé2024-07-231-1/+1
| * util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé2024-07-231-33/+3
| * util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé2024-07-231-2/+2
| * util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé2024-07-231-1/+1
* | vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer2024-07-212-0/+2
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-07-172-1/+10
|\
| * scsi: fix regression and honor bootindex again for legacy drivesFiona Ebner2024-07-161-0/+9
| * hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regre...Fiona Ebner2024-07-161-1/+1
* | esp: remove transfer size check from DMA DATA IN and DATA OUT transfersMark Cave-Ayland2024-07-161-2/+2
|/
* vhost-user: fix lost reconnect againLi Feng2024-07-011-1/+2
* Revert "vhost-user: fix lost reconnect"Li Feng2024-07-011-2/+1
* vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2024-07-012-0/+2
* scsi-disk: Fix crash for VM configured with USB CDROM after live migrationHyman Huang2024-06-101-1/+23
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-06-081-3/+17
|\
| * scsi-disk: Don't silently truncate serial numberKevin Wolf2024-06-081-3/+17
* | hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé2024-06-051-10/+3
|/
* esp.c: remove explicit setting of DRQ within ESP state machineMark Cave-Ayland2024-04-041-9/+0
* esp.c: ensure esp_pdma_write() always calls esp_fifo_push()Mark Cave-Ayland2024-04-041-6/+4
* esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()Mark Cave-Ayland2024-04-041-4/+10
* esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...Mark Cave-Ayland2024-04-041-1/+47
* esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...Mark Cave-Ayland2024-04-041-18/+18
* esp.c: prevent cmdfifo overflow in esp_cdb_ready()Mark Cave-Ayland2024-04-041-1/+11
* esp.c: rework esp_cdb_length() into esp_cdb_ready()Mark Cave-Ayland2024-04-041-16/+14
* esp.c: don't assert() if FIFO empty when executing non-DMA SELATNSMark Cave-Ayland2024-04-041-1/+2
* esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFOMark Cave-Ayland2024-04-041-3/+8
* esp.c: change esp_fifo_pop_buf() to take ESPStateMark Cave-Ayland2024-04-041-12/+12
* esp.c: use esp_fifo_push() instead of fifo8_push()Mark Cave-Ayland2024-04-041-3/+3
* esp.c: change esp_fifo_pop() to take ESPStateMark Cave-Ayland2024-04-041-5/+5
* esp.c: change esp_fifo_push() to take ESPStateMark Cave-Ayland2024-04-041-5/+5
* esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()Mark Cave-Ayland2024-04-041-1/+2
* esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()Mark Cave-Ayland2024-04-041-1/+1
* esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()Mark Cave-Ayland2024-04-041-1/+1
* esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() functionMark Cave-Ayland2024-04-041-1/+6
* lsi53c895a: avoid out of bounds access to s->msg[]Paolo Bonzini2024-04-021-7/+12
* hw/scsi/scsi-generic: Fix io_timeout property not applyingLorenz Brun2024-03-261-1/+0
* hw/scsi/vhost-scsi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell2024-03-091-1/+1
|\
| * hw/scsi/lsi53c895a: Fix typo in commentBALATON Zoltan2024-03-091-1/+1
* | hw/scsi/lsi53c895a: stop script on phase mismatchSven Schnelle2024-03-081-4/+12
* | hw/scsi/lsi53c895a: add timer to scripts processingSven Schnelle2024-03-082-10/+35
|/
* esp.c: add my copyright to the fileMark Cave-Ayland2024-02-131-0/+1
* esp.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland2024-02-131-22/+17