Age | Commit message (Expand) | Author |
2022-05-19 | ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY | Peter Maydell |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | include: move C/util-related declarations to cutils.h | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-18 | hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_size | Peter Maydell |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow |
2022-01-29 | Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128... | Peter Maydell |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell |
2022-01-28 | hw/dma/xlnx_csu_dma: Support starting a read transfer through a class method | Francisco Iglesias |
2022-01-08 | hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registers | Jim Shu |
2022-01-08 | hw/dma: sifive_pdma: support high 32-bit access of 64-bit register | Jim Shu |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-10-07 | hw/dma: sifive_pdma: Don't run DMA when channel is disclaimed | Bin Meng |
2021-10-07 | hw/dma: sifive_pdma: Fix Control.claim bit detection | Bin Meng |
2021-09-21 | hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer | Frank Chang |
2021-09-21 | hw/dma: sifive_pdma: allow non-multiple transaction size transactions | Green Wan |
2021-09-21 | hw/dma: sifive_pdma: claim bit must be set before DMA transactions | Frank Chang |
2021-09-21 | hw/dma: sifive_pdma: reset Next* registers when Control.claim is set | Frank Chang |
2021-08-26 | hw/dma/xlnx-zdma Always expect 'dma' link property to be set | Philippe Mathieu-Daudé |
2021-08-26 | hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be set | Philippe Mathieu-Daudé |
2021-08-26 | hw/dma/xlnx_csu_dma: Run trivial checks early in realize() | Philippe Mathieu-Daudé |
2021-08-25 | hw/dma/pl330: Add memory region to replace default | Wen, Jianxian |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-12 | Drop the deprecated unicore32 target | Markus Armbruster |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth |
2021-05-02 | hw/arm: Constify VMStateDescription | Philippe Mathieu-Daudé |
2021-03-10 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'... | Peter Maydell |
2021-03-08 | hw/dma: Implement a Xilinx CSU DMA model | Xuzhou Cheng |
2021-03-07 | esp: rename existing ESP QOM type to SYSBUS_ESP | Mark Cave-Ayland |
2021-02-03 | hw/arm/xlnx-versal: Versal SoC requires ZDMA | Philippe Mathieu-Daudé |
2020-12-10 | hw/dma/xilinx_axidma: Rename StreamSlave as StreamSink | Philippe Mathieu-Daudé |
2020-12-10 | hw/core/stream: Rename StreamSlave as StreamSink | Philippe Mathieu-Daudé |
2020-10-28 | sparc32-ledma: don't reference nd_table directly within the device | Mark Cave-Ayland |
2020-10-28 | sparc32-espdma: use object_initialize_child() for esp child object | Mark Cave-Ayland |
2020-10-28 | sparc32-ledma: use object_initialize_child() for lance child object | Mark Cave-Ayland |
2020-10-28 | sparc32-dma: use object_initialize_child() for espdma and ledma child objects | Mark Cave-Ayland |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-13 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-11 | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé |
2020-09-11 | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé |
2020-09-09 | hw/dma: Add SiFive platform DMA controller emulation | Bin Meng |
2020-09-09 | xilinx_axidma: Use typedef name for instance_size | Eduardo Habkost |
2020-09-09 | esp: Rename ESP_STATE to ESP | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-27 | i8257: Move QOM macro to header | Eduardo Habkost |
2020-08-21 | meson: convert hw/dma | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |