aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-03-10hw/core: implement a guest-loader to support static hypervisor guestsAlex Bennée
2021-03-10hw/riscv: migrate fdt field to generic MachineStateAlex Bennée
2021-03-10hw/board: promote fdt from ARM VirtMachineState to MachineStateAlex Bennée
2021-03-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell
2021-03-08Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' in...Peter Maydell
2021-03-08vhost-user-blk: fix blkcfg->num_queues endiannessStefan Hajnoczi
2021-03-08Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210308'...Peter Maydell
2021-03-08hw/arm/mps2: Update old infocenter.arm.com URLsPeter Maydell
2021-03-08hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524Peter Maydell
2021-03-08hw/arm/mps2-tz: Stub out USB controller for mps3-an524Peter Maydell
2021-03-07esp: add support for unaligned accessesMark Cave-Ayland
2021-03-07esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland
2021-03-07esp: add trivial implementation of the ESP_RFLAGS registerMark Cave-Ayland
2021-03-07esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland
2021-03-07esp: convert ti_buf from array to Fifo8Mark Cave-Ayland
2021-03-07esp: transition to message out phase after SATN and stop commandMark Cave-Ayland
2021-03-07esp: add maxlen parameter to get_cmd()Mark Cave-Ayland
2021-03-07esp: raise interrupt after every non-DMA byte transferred to the FIFOMark Cave-Ayland
2021-03-07esp: remove old deferred command completion mechanismMark Cave-Ayland
2021-03-07esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland
2021-03-07esp: latch individual bits in ESP_RINTR registerMark Cave-Ayland
2021-03-07esp: implement FIFO flush commandMark Cave-Ayland
2021-03-07esp: add 4 byte PDMA read and write transfersMark Cave-Ayland
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland
2021-03-07esp: use FIFO for PDMA transfers between initiator and deviceMark Cave-Ayland
2021-03-07esp: fix PDMA target selectionMark Cave-Ayland
2021-03-07esp: rename get_cmd_cb() to esp_select()Mark Cave-Ayland
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland
2021-03-07esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland
2021-03-07esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland
2021-03-07esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland
2021-03-07esp: remove redundant pdma_start from ESPStateMark Cave-Ayland
2021-03-07esp: remove the buf and buflen parameters from get_cmd()Mark Cave-Ayland
2021-03-07esp: remove buf parameter from do_cmd()Mark Cave-Ayland
2021-03-07esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland
2021-03-07esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland
2021-03-07esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland
2021-03-07esp: introduce esp_pdma_read() and esp_pdma_write() functionsMark Cave-Ayland
2021-03-07esp: remove minlen restriction in handle_tiMark Cave-Ayland
2021-03-07esp: remove dma_left from ESPStateMark Cave-Ayland
2021-03-07esp: remove dma_counter from ESPStateMark Cave-Ayland
2021-03-07esp: apply transfer length adjustment when STC is zero at TC load timeMark Cave-Ayland
2021-03-07esp: introduce esp_get_stc()Mark Cave-Ayland
2021-03-07esp: introduce esp_get_tc() and esp_set_tc()Mark Cave-Ayland
2021-03-07esp: determine transfer direction directly from SCSI phaseMark Cave-Ayland
2021-03-07esp: add PDMA trace eventsMark Cave-Ayland
2021-03-07esp: fix esp_reg_read() trace eventMark Cave-Ayland
2021-03-07esp: add trace event when receiving a TI commandMark Cave-Ayland