index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
Age
Commit message (
Expand
)
Author
2024-10-02
hw/vhost-scsi: fix -Werror=maybe-uninitialized
Marc-André Lureau
2024-09-24
hw/scsi: remove break after g_assert_not_reached()
Pierrick Bouvier
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-08-06
scsi-disk: Always report RESERVATION_CONFLICT to guest
Kevin Wolf
2024-08-06
scsi-disk: Add warning comments that host_status errors take a shortcut
Kevin Wolf
2024-08-06
scsi-block: Don't skip callback for sgio error status/driver_status
Kevin Wolf
2024-08-06
scsi-disk: Use positive return value for status in dma_readv/writev
Kevin Wolf
2024-07-24
Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-07-23
util/fifo8: Introduce fifo8_drop()
Philippe Mathieu-Daudé
2024-07-23
util/fifo8: Expose fifo8_pop_buf()
Philippe Mathieu-Daudé
2024-07-23
util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()
Philippe Mathieu-Daudé
2024-07-23
util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()
Philippe Mathieu-Daudé
2024-07-21
vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
Jonah Palmer
2024-07-17
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-07-16
esp: remove transfer size check from DMA DATA IN and DATA OUT transfers
Mark Cave-Ayland
2024-07-16
scsi: fix regression and honor bootindex again for legacy drives
Fiona Ebner
2024-07-16
hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regre...
Fiona Ebner
2024-07-01
vhost-user: fix lost reconnect again
Li Feng
2024-07-01
Revert "vhost-user: fix lost reconnect"
Li Feng
2024-07-01
vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
Jonah Palmer
2024-06-10
scsi-disk: Fix crash for VM configured with USB CDROM after live migration
Hyman Huang
2024-06-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-06-08
scsi-disk: Don't silently truncate serial number
Kevin Wolf
2024-06-05
hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintf
Philippe Mathieu-Daudé
2024-04-04
esp.c: remove explicit setting of DRQ within ESP state machine
Mark Cave-Ayland
2024-04-04
esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
Mark Cave-Ayland
2024-04-04
esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
Mark Cave-Ayland
2024-04-04
esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...
Mark Cave-Ayland
2024-04-04
esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...
Mark Cave-Ayland
2024-04-04
esp.c: prevent cmdfifo overflow in esp_cdb_ready()
Mark Cave-Ayland
2024-04-04
esp.c: rework esp_cdb_length() into esp_cdb_ready()
Mark Cave-Ayland
2024-04-04
esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS
Mark Cave-Ayland
2024-04-04
esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
Mark Cave-Ayland
2024-04-04
esp.c: change esp_fifo_pop_buf() to take ESPState
Mark Cave-Ayland
2024-04-04
esp.c: use esp_fifo_push() instead of fifo8_push()
Mark Cave-Ayland
2024-04-04
esp.c: change esp_fifo_pop() to take ESPState
Mark Cave-Ayland
2024-04-04
esp.c: change esp_fifo_push() to take ESPState
Mark Cave-Ayland
2024-04-04
esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()
Mark Cave-Ayland
2024-04-04
esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()
Mark Cave-Ayland
2024-04-04
esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()
Mark Cave-Ayland
2024-04-04
esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() function
Mark Cave-Ayland
2024-04-02
lsi53c895a: avoid out of bounds access to s->msg[]
Paolo Bonzini
2024-03-26
hw/scsi/scsi-generic: Fix io_timeout property not applying
Lorenz Brun
2024-03-12
hw/scsi/vhost-scsi: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-09
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
2024-03-09
hw/scsi/lsi53c895a: Fix typo in comment
BALATON Zoltan
2024-03-08
hw/scsi/lsi53c895a: stop script on phase mismatch
Sven Schnelle
2024-03-08
hw/scsi/lsi53c895a: add timer to scripts processing
Sven Schnelle
2024-02-13
esp.c: add my copyright to the file
Mark Cave-Ayland
2024-02-13
esp.c: switch TypeInfo registration to use DEFINE_TYPES() macro
Mark Cave-Ayland
[next]