summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* esp: convert ti_buf from array to Fifo8Mark Cave-Ayland2021-03-071-3/+5
* esp: transition to message out phase after SATN and stop commandMark Cave-Ayland2021-03-071-0/+2
* esp: remove old deferred command completion mechanismMark Cave-Ayland2021-03-071-2/+2
* esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland2021-03-071-0/+1
* esp: remove pdma_origin from ESPStateMark Cave-Ayland2021-03-071-6/+0Star
* esp: remove CMD pdma_originMark Cave-Ayland2021-03-071-1/+0Star
* esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland2021-03-071-1/+0Star
* esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland2021-03-071-1/+0Star
* esp: remove redundant pdma_start from ESPStateMark Cave-Ayland2021-03-071-1/+0Star
* esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland2021-03-071-2/+0Star
* esp: remove dma_left from ESPStateMark Cave-Ayland2021-03-071-2/+3
* esp: remove dma_counter from ESPStateMark Cave-Ayland2021-03-071-3/+0Star
* esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland2021-03-071-0/+2
* esp: QOMify the internal ESP device stateMark Cave-Ayland2021-03-071-0/+5
* esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland2021-03-071-2/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-05' into ...Peter Maydell2021-03-051-1/+1
|\
| * error: Fix "Converting to ERRP_GUARD()" doc on "valid at return"Markus Armbruster2021-03-051-1/+1
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell2021-03-052-1/+55
|\ \ | |/ |/|
| * hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal valueBin Meng2021-03-041-1/+1
| * hw/riscv: sifive_u: Add QSPI2 controller and connect an SD cardBin Meng2021-03-041-0/+3
| * hw/riscv: sifive_u: Add QSPI0 controller and connect a flashBin Meng2021-03-041-0/+4
| * hw/ssi: Add SiFive SPI controller supportBin Meng2021-03-041-0/+47
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210304-pull-request' i...Peter Maydell2021-03-043-4/+17
|\ \ | |/ |/|
| * ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-041-2/+8
| * configure: Improve OpenGL dependency detectionsAkihiko Odaki2021-03-042-2/+9
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-03-031-0/+1
|\ \
| * | i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov2021-03-021-0/+1
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-03-023-3/+7
|\ \ | |/ |/|
| * scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-252-2/+2
| * scsi: introduce scsi_sense_from_errno()Paolo Bonzini2021-02-251-0/+2
| * scsi: make io_timeout configurableHannes Reinecke2021-02-251-1/+3
* | acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+3
* | ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-231-0/+1
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell2021-02-213-1/+25
|\
| * vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan2021-02-212-1/+3
| * hw/mips: Add a bootloader helperJiaxun Yang2021-02-211-0/+22
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-02-212-2/+2
|\ \ | |/ |/|
| * Fix SPDX-License-Identifier typosRyan Finnie2021-02-202-2/+2
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210220' into...Peter Maydell2021-02-201-0/+2
|\ \
| * | hw/sd: Introduce receive_ready() callbackBin Meng2021-02-201-0/+2
| |/
* / ui/console: Remove dpy_gl_ctx_get_currentAkihiko Odaki2021-02-191-1/+0Star
|/
* Hexagon (disas) disassemblerTaylor Simpson2021-02-181-0/+1
* Hexagon (include/elf.h) ELF machine definitionTaylor Simpson2021-02-181-0/+1
* qemu/int128: Add int128_orRichard Henderson2021-02-181-0/+10
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-183-5/+9
* accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2021-02-181-3/+0Star
* accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-181-0/+10
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-184-6/+3Star
* plugins: add API to return a name for a IO deviceAlex Bennée2021-02-181-0/+6
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-176-6/+34
|\