index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
dma
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-20
1
-6
/
+6
*
hw/dma: sifive_pdma: allow non-multiple transaction size transactions
Green Wan
2021-09-20
1
-6
/
+10
*
hw/dma: sifive_pdma: claim bit must be set before DMA transactions
Frank Chang
2021-09-20
1
-0
/
+9
*
hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
Frank Chang
2021-09-20
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
*
sparc32-espdma: use object_initialize_child() for esp child object
Mark Cave-Ayland
2020-10-28
1
-9
/
+8
*
sparc32-ledma: use object_initialize_child() for lance child object
Mark Cave-Ayland
2020-10-28
1
-6
/
+8
*
sparc32-dma: use object_initialize_child() for espdma and ledma child objects
Mark Cave-Ayland
2020-10-28
1
-6
/
+9
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
6
-17
/
+6
*
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2020-09-13
3
-0
/
+317
|
\
|
*
hw/dma: Add SiFive platform DMA controller emulation
Bin Meng
2020-09-10
3
-0
/
+317
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-12
1
-1
/
+1
|
\
\
|
*
|
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2020-09-11
1
-1
/
+1
|
*
|
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
2020-09-11
1
-1
/
+1
|
|
/
*
|
xilinx_axidma: Use typedef name for instance_size
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
|
esp: Rename ESP_STATE to ESP
Eduardo Habkost
2020-09-09
1
-1
/
+1
*
|
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
6
-14
/
+16
*
|
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
6
-10
/
+20
|
/
*
i8257: Move QOM macro to header
Eduardo Habkost
2020-08-27
1
-2
/
+0
*
meson: convert hw/dma
Marc-André Lureau
2020-08-21
2
-16
/
+15
[next]