index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-01
vhost-user: fix lost reconnect again
Li Feng
1
-1
/
+2
2024-07-01
Revert "vhost-user: fix lost reconnect"
Li Feng
1
-2
/
+1
2024-07-01
vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
Jonah Palmer
2
-0
/
+2
2024-06-10
scsi-disk: Fix crash for VM configured with USB CDROM after live migration
Hyman Huang
1
-1
/
+23
2024-06-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-3
/
+17
2024-06-08
scsi-disk: Don't silently truncate serial number
Kevin Wolf
1
-3
/
+17
2024-06-05
hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintf
Philippe Mathieu-Daudé
1
-10
/
+3
2024-04-04
esp.c: remove explicit setting of DRQ within ESP state machine
Mark Cave-Ayland
1
-9
/
+0
2024-04-04
esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
Mark Cave-Ayland
1
-6
/
+4
2024-04-04
esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
Mark Cave-Ayland
1
-4
/
+10
2024-04-04
esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to us...
Mark Cave-Ayland
1
-1
/
+47
2024-04-04
esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the ...
Mark Cave-Ayland
1
-18
/
+18
2024-04-04
esp.c: prevent cmdfifo overflow in esp_cdb_ready()
Mark Cave-Ayland
1
-1
/
+11
2024-04-04
esp.c: rework esp_cdb_length() into esp_cdb_ready()
Mark Cave-Ayland
1
-16
/
+14
2024-04-04
esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS
Mark Cave-Ayland
1
-1
/
+2
2024-04-04
esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
Mark Cave-Ayland
1
-3
/
+8
2024-04-04
esp.c: change esp_fifo_pop_buf() to take ESPState
Mark Cave-Ayland
1
-12
/
+12
2024-04-04
esp.c: use esp_fifo_push() instead of fifo8_push()
Mark Cave-Ayland
1
-3
/
+3
2024-04-04
esp.c: change esp_fifo_pop() to take ESPState
Mark Cave-Ayland
1
-5
/
+5
2024-04-04
esp.c: change esp_fifo_push() to take ESPState
Mark Cave-Ayland
1
-5
/
+5
2024-04-04
esp.c: replace cmdfifo use of esp_fifo_pop() in do_message_phase()
Mark Cave-Ayland
1
-1
/
+2
2024-04-04
esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()
Mark Cave-Ayland
1
-1
/
+1
2024-04-04
esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()
Mark Cave-Ayland
1
-1
/
+1
2024-04-04
esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() function
Mark Cave-Ayland
1
-1
/
+6
2024-04-02
lsi53c895a: avoid out of bounds access to s->msg[]
Paolo Bonzini
1
-7
/
+12
2024-03-26
hw/scsi/scsi-generic: Fix io_timeout property not applying
Lorenz Brun
1
-1
/
+0
2024-03-12
hw/scsi/vhost-scsi: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+1
2024-03-09
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
1
-1
/
+1
2024-03-09
hw/scsi/lsi53c895a: Fix typo in comment
BALATON Zoltan
1
-1
/
+1
2024-03-08
hw/scsi/lsi53c895a: stop script on phase mismatch
Sven Schnelle
1
-4
/
+12
2024-03-08
hw/scsi/lsi53c895a: add timer to scripts processing
Sven Schnelle
2
-10
/
+35
2024-02-13
esp.c: add my copyright to the file
Mark Cave-Ayland
1
-0
/
+1
2024-02-13
esp.c: switch TypeInfo registration to use DEFINE_TYPES() macro
Mark Cave-Ayland
1
-22
/
+17
2024-02-13
esp.c: keep track of the DRQ state during DMA
Mark Cave-Ayland
1
-4
/
+11
2024-02-13
esp.c: rename irq_data IRQ to drq_irq
Mark Cave-Ayland
1
-4
/
+4
2024-02-13
esp.c: implement DMA Transfer Pad command for DATA phases
Mark Cave-Ayland
1
-28
/
+69
2024-02-13
esp.c: replace n variable with len in esp_do_nodma()
Mark Cave-Ayland
1
-20
/
+20
2024-02-13
esp.c: consolidate DMA and PDMA logic in STATUS and MESSAGE IN phases
Mark Cave-Ayland
1
-4
/
+3
2024-02-13
esp.c: remove redundant n variable in PDMA COMMAND phase
Mark Cave-Ayland
1
-5
/
+3
2024-02-13
esp.c: consolidate DMA and PDMA logic in MESSAGE OUT phase
Mark Cave-Ayland
1
-7
/
+5
2024-02-13
esp.c: consolidate DMA and PDMA logic in DATA IN phase
Mark Cave-Ayland
1
-34
/
+17
2024-02-13
esp.c: consolidate DMA and PDMA logic in DATA OUT phase
Mark Cave-Ayland
1
-23
/
+12
2024-02-13
esp.c: only transfer non-DMA MESSAGE OUT phase data for specific commands
Mark Cave-Ayland
1
-6
/
+15
2024-02-13
esp.c: only transfer non-DMA COMMAND phase data for specific commands
Mark Cave-Ayland
1
-6
/
+15
2024-02-13
esp.c: improve ESP_RSEQ logic consolidation
Mark Cave-Ayland
1
-6
/
+8
2024-02-13
esp.c: handle non-DMA FIFO writes used to terminate DMA commands
Mark Cave-Ayland
1
-0
/
+10
2024-02-13
esp.c: remove restriction on FIFO read access when DMA memory routines defined
Mark Cave-Ayland
1
-8
/
+1
2024-02-13
esp.c: handle TC underflow for DMA SCSI requests
Mark Cave-Ayland
1
-1
/
+24
2024-02-13
esp.c: don't clear the SCSI phase when reading ESP_RINTR
Mark Cave-Ayland
1
-1
/
+1
2024-02-13
esp.c: ensure that STAT_INT is cleared when reading ESP_RINTR
Mark Cave-Ayland
1
-1
/
+1
[next]