aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-03-07esp: add 4 byte PDMA read and write transfersMark Cave-Ayland1-2/+4
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland1-66/+8
2021-03-07esp: use FIFO for PDMA transfers between initiator and deviceMark Cave-Ayland1-34/+75
2021-03-07esp: fix PDMA target selectionMark Cave-Ayland1-19/+34
2021-03-07esp: rename get_cmd_cb() to esp_select()Mark Cave-Ayland1-5/+5
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland1-10/+12
2021-03-07esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland1-15/+13
2021-03-07esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland1-15/+8
2021-03-07esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland1-10/+14
2021-03-07esp: remove redundant pdma_start from ESPStateMark Cave-Ayland1-17/+2
2021-03-07esp: remove the buf and buflen parameters from get_cmd()Mark Cave-Ayland1-5/+6
2021-03-07esp: remove buf parameter from do_cmd()Mark Cave-Ayland1-6/+7
2021-03-07esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland1-31/+25
2021-03-07esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland1-18/+32
2021-03-07esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland1-6/+28
2021-03-07esp: introduce esp_pdma_read() and esp_pdma_write() functionsMark Cave-Ayland1-8/+20
2021-03-07esp: remove minlen restriction in handle_tiMark Cave-Ayland1-10/+2
2021-03-07esp: remove dma_left from ESPStateMark Cave-Ayland1-16/+31
2021-03-07esp: remove dma_counter from ESPStateMark Cave-Ayland1-3/+1
2021-03-07esp: apply transfer length adjustment when STC is zero at TC load timeMark Cave-Ayland1-4/+5
2021-03-07esp: introduce esp_get_stc()Mark Cave-Ayland1-3/+12
2021-03-07esp: introduce esp_get_tc() and esp_set_tc()Mark Cave-Ayland1-15/+23
2021-03-07esp: determine transfer direction directly from SCSI phaseMark Cave-Ayland1-3/+2
2021-03-07esp: add PDMA trace eventsMark Cave-Ayland2-0/+10
2021-03-07esp: fix esp_reg_read() trace eventMark Cave-Ayland1-6/+12
2021-03-07esp: add trace event when receiving a TI commandMark Cave-Ayland2-0/+2
2021-03-07esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland2-3/+23
2021-03-07esp: QOMify the internal ESP device stateMark Cave-Ayland2-20/+77
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland5-11/+11
2021-03-07esp: checkpatch fixesMark Cave-Ayland1-21/+31
2021-03-05Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210305' into...Peter Maydell4-14/+28
2021-03-05Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell13-55/+589
2021-03-04hw/riscv: virt: Map high mmio for PCIeBin Meng1-2/+33
2021-03-04hw/riscv: virt: Limit RAM size in a 32-bit systemBin Meng1-0/+10
2021-03-04hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()Bin Meng1-7/+7
2021-03-04hw/riscv: Drop 'struct MemmapEntry'Bin Meng6-37/+19
2021-03-04goldfish_rtc: re-arm the alarm after migrationLaurent Vivier1-0/+2
2021-03-04hw/riscv: sifive_u: Add QSPI2 controller and connect an SD cardBin Meng2-2/+42
2021-03-04hw/riscv: sifive_u: Add QSPI0 controller and connect a flashBin Meng2-0/+54
2021-03-04hw/ssi: Add SiFive SPI controller supportBin Meng3-0/+363
2021-03-04hw/block: m25p80: Add various ISSI flash informationBin Meng1-0/+13
2021-03-04hw/block: m25p80: Add ISSI SPI flash supportBin Meng1-1/+43
2021-03-04hw/misc: sifive_u_otp: Use error_report() when block operation failsBin Meng1-8/+5
2021-03-04Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210304-pull-request' i...Peter Maydell4-22/+6
2021-03-04vfio-ccw: Do not read region ret_code after writeEric Farman1-6/+6
2021-03-04virtio-ccw: commands on revision-less devicesCornelia Huck1-7/+14
2021-03-04s390x/pci: restore missing Query PCI Function CLP dataMatthew Rosato1-0/+5
2021-03-04hw/s390x: fix build for virtio-9p-ccwHalil Pasic1-1/+3
2021-03-04virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki4-22/+6
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki2-5/+5