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
path:
root
/
hw
/
dma
Age
Commit message (
Expand
)
Author
2024-06-18
hw/dma: Add a trace log for a description loading failure
Fea.Wang
2024-06-17
hw/dma: Enhance error handling in loading description
Fea.Wang
2024-06-05
hw/dma/pl330: Use qemu_hexdump_line to avoid sprintf
Philippe Mathieu-Daudé
2024-06-04
hw/dma/xlnx_dpdma: Read descriptor into buffer, not into pointer-to-buffer
Peter Maydell
2024-05-28
xlnx_dpdma: fix descriptor endianness bug
Alexandra Diupina
2024-04-30
hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
Alexandra Diupina
2024-04-25
hw/dma: avoid apparent overflow in soc_dma_set_request
Anastasia Belova
2024-02-15
hw/dma: Pass parent object to i8257_dma_init()
Philippe Mathieu-Daudé
2023-12-29
hw/dma: Constify VMState
Richard Henderson
2023-11-27
hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
Frederic Konrad
2023-11-27
hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx models
Frederic Konrad
2023-10-19
hw/dma: Declare link using static DEFINE_PROP_LINK() macro
Philippe Mathieu-Daudé
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2023-08-31
hw/dma/etraxfs: Include missing 'exec/memory.h' header
Philippe Mathieu-Daudé
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-05-30
hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.
Tommy Wu
2023-03-20
replace TABs with spaces
Yeqi Fu
2023-02-27
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
Philippe Mathieu-Daudé
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-12
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2022-10-24
treewide: Remove the unnecessary space before semicolon
Bin Meng
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
[next]