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
Age
Commit message (
Expand
)
Author
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-05
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210305' into...
Peter Maydell
2021-03-05
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-05' into ...
Peter Maydell
2021-03-05
qapi: Fix parse errors for removal of null from schema language
Markus Armbruster
2021-03-05
qapi: Remove QMP events and commands from user-mode builds
Philippe Mathieu-Daudé
2021-03-05
qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces
Eric Blake
2021-03-05
error: Fix "Converting to ERRP_GUARD()" doc on "valid at return"
Markus Armbruster
2021-03-05
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...
Peter Maydell
2021-03-04
hw/riscv: virt: Map high mmio for PCIe
Bin Meng
2021-03-04
hw/riscv: virt: Limit RAM size in a 32-bit system
Bin Meng
2021-03-04
hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
Bin Meng
2021-03-04
hw/riscv: Drop 'struct MemmapEntry'
Bin Meng
2021-03-04
MAINTAINERS: Add a SiFive machine section
Alistair Francis
2021-03-04
goldfish_rtc: re-arm the alarm after migration
Laurent Vivier
2021-03-04
docs/system: riscv: Add documentation for sifive_u machine
Bin Meng
2021-03-04
docs/system: Add RISC-V documentation
Bin Meng
2021-03-04
docs/system: Sort targets in alphabetical order
Bin Meng
2021-03-04
hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal value
Bin Meng
2021-03-04
hw/riscv: sifive_u: Add QSPI2 controller and connect an SD card
Bin Meng
2021-03-04
hw/riscv: sifive_u: Add QSPI0 controller and connect a flash
Bin Meng
2021-03-04
hw/ssi: Add SiFive SPI controller support
Bin Meng
2021-03-04
hw/block: m25p80: Add various ISSI flash information
Bin Meng
[next]