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
Age
Commit message (
Expand
)
Author
2021-03-07
esp: transition to message out phase after SATN and stop command
Mark Cave-Ayland
2021-03-07
esp: add maxlen parameter to get_cmd()
Mark Cave-Ayland
2021-03-07
esp: raise interrupt after every non-DMA byte transferred to the FIFO
Mark Cave-Ayland
2021-03-07
esp: remove old deferred command completion mechanism
Mark Cave-Ayland
2021-03-07
esp: defer command completion interrupt on incoming data transfers
Mark Cave-Ayland
2021-03-07
esp: latch individual bits in ESP_RINTR register
Mark Cave-Ayland
2021-03-07
esp: implement FIFO flush command
Mark Cave-Ayland
2021-03-07
esp: add 4 byte PDMA read and write transfers
Mark Cave-Ayland
2021-03-07
esp: remove pdma_origin from ESPState
Mark Cave-Ayland
2021-03-07
esp: use FIFO for PDMA transfers between initiator and device
Mark Cave-Ayland
2021-03-07
esp: fix PDMA target selection
Mark Cave-Ayland
2021-03-07
esp: rename get_cmd_cb() to esp_select()
Mark Cave-Ayland
2021-03-07
esp: remove CMD pdma_origin
Mark Cave-Ayland
2021-03-07
esp: use in-built TC to determine PDMA transfer length
Mark Cave-Ayland
2021-03-07
esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
Mark Cave-Ayland
2021-03-07
esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
esp: remove redundant pdma_start from ESPState
Mark Cave-Ayland
2021-03-07
esp: remove the buf and buflen parameters from get_cmd()
Mark Cave-Ayland
2021-03-07
esp: remove buf parameter from do_cmd()
Mark Cave-Ayland
2021-03-07
esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
Mark Cave-Ayland
2021-03-07
esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
esp: introduce esp_pdma_read() and esp_pdma_write() functions
Mark Cave-Ayland
2021-03-07
esp: remove minlen restriction in handle_ti
Mark Cave-Ayland
2021-03-07
esp: remove dma_left from ESPState
Mark Cave-Ayland
2021-03-07
esp: remove dma_counter from ESPState
Mark Cave-Ayland
2021-03-07
esp: apply transfer length adjustment when STC is zero at TC load time
Mark Cave-Ayland
2021-03-07
esp: introduce esp_get_stc()
Mark Cave-Ayland
2021-03-07
esp: introduce esp_get_tc() and esp_set_tc()
Mark Cave-Ayland
2021-03-07
esp: determine transfer direction directly from SCSI phase
Mark Cave-Ayland
2021-03-07
esp: add PDMA trace events
Mark Cave-Ayland
2021-03-07
esp: fix esp_reg_read() trace event
Mark Cave-Ayland
2021-03-07
esp: add trace event when receiving a TI command
Mark Cave-Ayland
2021-03-07
esp: add vmstate_esp version to embedded ESPState
Mark Cave-Ayland
2021-03-07
esp: QOMify the internal ESP device state
Mark Cave-Ayland
2021-03-07
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
2021-03-07
esp: checkpatch fixes
Mark Cave-Ayland
2021-03-06
hw/sh4/sh7750_regs: Replace link to license by its full content
Philippe Mathieu-Daudé
2021-03-06
hw/sh4: Remove now unused CONFIG_SH4 from Kconfig
Philippe Mathieu-Daudé
2021-03-06
hw/pci-host: Introduce SH_PCI Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
hw/block: Introduce TC58128 eeprom Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
hw/timer: Introduce SH_TIMER Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
hw/char: Introduce SH_SCI Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
hw/intc: Introduce SH_INTC Kconfig entry
Philippe Mathieu-Daudé
2021-03-06
hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D board
Philippe Mathieu-Daudé
2021-03-06
hw/sh4: Add missing license
Philippe Mathieu-Daudé
2021-03-06
hw/arm/mps2-tz: Add new mps3-an524 board
Peter Maydell
2021-03-06
hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo
Peter Maydell
2021-03-06
hw/arm/mps2-tz: Support ROMs as well as RAMs
Peter Maydell
2021-03-06
hw/arm/mps2-tz: Set MachineClass default_ram info from RAMInfo data
Peter Maydell
[prev]
[next]