index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
dma
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
Alexandra Diupina
2024-04-30
1
-10
/
+10
*
hw/dma: avoid apparent overflow in soc_dma_set_request
Anastasia Belova
2024-04-25
1
-2
/
+2
*
hw/dma: Pass parent object to i8257_dma_init()
Philippe Mathieu-Daudé
2024-02-15
2
-2
/
+4
*
hw/dma: Constify VMState
Richard Henderson
2023-12-29
12
-21
/
+21
*
hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
Frederic Konrad
2023-11-27
1
-4
/
+8
*
hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx models
Frederic Konrad
2023-11-27
1
-1
/
+1
*
hw/dma: Declare link using static DEFINE_PROP_LINK() macro
Philippe Mathieu-Daudé
2023-10-19
3
-18
/
+8
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
1
-2
/
+2
*
hw/dma/etraxfs: Include missing 'exec/memory.h' header
Philippe Mathieu-Daudé
2023-08-31
1
-0
/
+1
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-16
/
+16
*
hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.
Tommy Wu
2023-05-30
1
-3
/
+8
*
replace TABs with spaces
Yeqi Fu
2023-03-20
1
-417
/
+417
*
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-18
4
-28
/
+28
*
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2023-01-12
1
-8
/
+7
*
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
1
-1
/
+1
*
ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY
Peter Maydell
2022-05-19
2
-2
/
+2
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-2
/
+2
*
hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_size
Peter Maydell
2022-03-18
1
-0
/
+1
*
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2022-02-21
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...
Peter Maydell
2022-01-29
2
-2
/
+0
|
\
|
*
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-28
2
-2
/
+0
*
|
hw/dma/xlnx_csu_dma: Support starting a read transfer through a class method
Francisco Iglesias
2022-01-28
1
-0
/
+17
|
/
*
hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registers
Jim Shu
2022-01-08
1
-0
/
+4
*
hw/dma: sifive_pdma: support high 32-bit access of 64-bit register
Jim Shu
2022-01-08
1
-22
/
+155
*
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
4
-16
/
+28
*
hw/dma: sifive_pdma: Don't run DMA when channel is disclaimed
Bin Meng
2021-10-07
1
-2
/
+9
*
hw/dma: sifive_pdma: Fix Control.claim bit detection
Bin Meng
2021-10-07
1
-1
/
+1
*
hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer
Frank Chang
2021-09-21
1
-6
/
+6
*
hw/dma: sifive_pdma: allow non-multiple transaction size transactions
Green Wan
2021-09-21
1
-6
/
+10
*
hw/dma: sifive_pdma: claim bit must be set before DMA transactions
Frank Chang
2021-09-21
1
-0
/
+9
*
hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
Frank Chang
2021-09-21
1
-0
/
+19
*
hw/dma/xlnx-zdma Always expect 'dma' link property to be set
Philippe Mathieu-Daudé
2021-08-26
1
-12
/
+12
*
hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be set
Philippe Mathieu-Daudé
2021-08-26
1
-11
/
+10
*
hw/dma/xlnx_csu_dma: Run trivial checks early in realize()
Philippe Mathieu-Daudé
2021-08-26
1
-5
/
+5
*
hw/dma/pl330: Add memory region to replace default
Wen, Jianxian
2021-08-25
1
-4
/
+22
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
Drop the deprecated unicore32 target
Markus Armbruster
2021-05-12
2
-120
/
+0
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw: Remove superfluous includes of hw/hw.h
Thomas Huth
2021-05-02
2
-2
/
+0
*
hw/arm: Constify VMStateDescription
Philippe Mathieu-Daudé
2021-05-02
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...
Peter Maydell
2021-03-10
3
-0
/
+750
|
\
|
*
hw/dma: Implement a Xilinx CSU DMA model
Xuzhou Cheng
2021-03-08
3
-0
/
+750
*
|
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
2021-03-07
1
-2
/
+2
|
/
*
hw/arm/xlnx-versal: Versal SoC requires ZDMA
Philippe Mathieu-Daudé
2021-02-03
2
-1
/
+4
*
hw/dma/xilinx_axidma: Rename StreamSlave as StreamSink
Philippe Mathieu-Daudé
2020-12-10
1
-13
/
+13
*
hw/core/stream: Rename StreamSlave as StreamSink
Philippe Mathieu-Daudé
2020-12-10
1
-16
/
+16
*
sparc32-ledma: don't reference nd_table directly within the device
Mark Cave-Ayland
2020-10-28
1
-5
/
+0
[next]