index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
esp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
esp.c: move esp_select() to ESP selection commands from get_cmd()
Mark Cave-Ayland
2024-02-13
1
-7
/
+18
*
esp.c: remove FIFO clear from esp_select()
Mark Cave-Ayland
2024-02-13
1
-1
/
+0
*
esp.c: add FIFO wraparound support to esp_fifo_pop_buf()
Mark Cave-Ayland
2024-02-13
1
-2
/
+15
*
esp.c: move existing request cancel check into esp_select()
Mark Cave-Ayland
2024-02-13
1
-5
/
+5
*
esp.c: don't clear cmdfifo when esp_select() fails in get_cmd()
Mark Cave-Ayland
2024-02-13
1
-3
/
+0
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-01-04
1
-0
/
+9
|
\
|
*
esp: check for NULL result from scsi_device_find()
Alexandra Diupina
2023-12-31
1
-0
/
+9
*
|
hw/scsi: Constify VMState
Richard Henderson
2023-12-30
1
-4
/
+4
|
/
*
esp: restrict non-DMA transfer length to that of available data
Mark Cave-Ayland
2023-10-03
1
-1
/
+2
*
esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
Mark Cave-Ayland
2023-10-03
1
-1
/
+1
*
Fix several typos in documentation (found by codespell)
Stefan Weil
2022-11-11
1
-3
/
+3
*
scsi: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-10-18
1
-1
/
+1
*
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-09-01
1
-1
/
+1
*
esp: Handle CMD_BUSRESET by resetting the SCSI bus
John Millikin
2022-09-01
1
-0
/
+6
*
esp: recreate ESPState current_req after migration
Mark Cave-Ayland
2022-03-09
1
-0
/
+10
*
esp: include the current PDMA callback in the migration stream
Mark Cave-Ayland
2022-03-09
1
-0
/
+31
*
esp: convert ESPState pdma_cb from a function pointer to an integer
Mark Cave-Ayland
2022-03-09
1
-13
/
+31
*
esp: introduce esp_pdma_cb() function
Mark Cave-Ayland
2022-03-09
1
-2
/
+7
*
esp: introduce esp_set_pdma_cb() function
Mark Cave-Ayland
2022-03-09
1
-7
/
+12
*
esp: ensure that async_len is reset to 0 during esp_hard_reset()
Mark Cave-Ayland
2021-11-19
1
-0
/
+1
*
esp: ensure in-flight SCSI requests are always cancelled
Mark Cave-Ayland
2021-11-02
1
-5
/
+5
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
1
-1
/
+1
*
esp: store lun coming from the MESSAGE OUT phase
Paolo Bonzini
2021-06-15
1
-16
/
+31
*
esp: fix migration version check in esp_is_version_5()
Mark Cave-Ayland
2021-06-15
1
-1
/
+1
*
esp: correctly accumulate extended messages for PDMA
Mark Cave-Ayland
2021-06-15
1
-3
/
+20
*
esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
Mark Cave-Ayland
2021-06-15
1
-3
/
+0
*
esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...
Mark Cave-Ayland
2021-06-15
1
-14
/
+11
*
esp: handle non-DMA transfers from the target one byte at a time
Mark Cave-Ayland
2021-06-15
1
-22
/
+50
*
esp: allow non-DMA callback in esp_transfer_data() initial transfer
Mark Cave-Ayland
2021-06-15
1
-12
/
+2
*
esp: only set ESP_RSEQ at the start of the select sequence
Mark Cave-Ayland
2021-06-15
1
-2
/
+9
*
esp: only assert INTR_DC interrupt flag if selection fails
Mark Cave-Ayland
2021-06-15
1
-1
/
+1
*
esp: ensure that do_cmd is set to zero before submitting an ESP select command
Mark Cave-Ayland
2021-04-12
1
-0
/
+2
*
esp: don't reset async_len directly in esp_select() if cancelling request
Mark Cave-Ayland
2021-04-12
1
-1
/
+1
*
esp: don't overflow cmdfifo if TC is larger than the cmdfifo size
Mark Cave-Ayland
2021-04-12
1
-0
/
+1
*
esp: don't overflow cmdfifo in get_cmd()
Mark Cave-Ayland
2021-04-12
1
-0
/
+2
*
esp: don't underflow cmdfifo in do_cmd()
Mark Cave-Ayland
2021-04-12
1
-2
/
+4
*
esp: ensure cmdfifo is not empty and current_dev is non-NULL
Mark Cave-Ayland
2021-04-12
1
-0
/
+3
*
esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()
Mark Cave-Ayland
2021-04-12
1
-12
/
+28
*
esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()
Mark Cave-Ayland
2021-04-12
1
-14
/
+6
*
esp: consolidate esp_cmdfifo_push() into esp_fifo_push()
Mark Cave-Ayland
2021-04-12
1
-19
/
+8
*
esp: rework write_response() to avoid using the FIFO for DMA transactions
Mark Cave-Ayland
2021-04-12
1
-7
/
+6
*
esp: always check current_req is not NULL before use in DMA callbacks
Mark Cave-Ayland
2021-04-12
1
-5
/
+14
*
esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
Mark Cave-Ayland
2021-04-12
1
-3
/
+4
*
esp: add support for unaligned accesses
Mark Cave-Ayland
2021-03-07
1
-7
/
+41
*
esp: implement non-DMA transfers in PDMA mode
Mark Cave-Ayland
2021-03-07
1
-36
/
+97
*
esp: add trivial implementation of the ESP_RFLAGS register
Mark Cave-Ayland
2021-03-07
1
-0
/
+4
*
esp: convert cmdbuf from array to Fifo8
Mark Cave-Ayland
2021-03-07
1
-55
/
+96
*
esp: convert ti_buf from array to Fifo8
Mark Cave-Ayland
2021-03-07
1
-44
/
+74
*
esp: transition to message out phase after SATN and stop command
Mark Cave-Ayland
2021-03-07
1
-14
/
+58
*
esp: add maxlen parameter to get_cmd()
Mark Cave-Ayland
2021-03-07
1
-9
/
+11
[prev]
[next]