index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
hw/dma: Compile the bcm2835_dma device as common object
Philippe Mathieu-Daudé
1
-1
/
+1
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-3
/
+3
2019-03-07
isa: express dependencies with kconfig
Paolo Bonzini
1
-0
/
+1
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
1
-0
/
+20
2019-02-14
hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf
Philippe Mathieu-Daudé
1
-1
/
+3
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2
-3
/
+3
2018-12-13
dma/puv3_dma: Convert sysbus init function to realize function
Mao Zhongyi
1
-6
/
+4
2018-08-20
hw/dma/pl080: Remove hw_error() if DMA is enabled
Peter Maydell
1
-1
/
+0
2018-08-20
hw/dma/pl080: Correct bug in register address decode logic
Peter Maydell
1
-2
/
+3
2018-08-20
hw/dma/pl080: Provide device reset function
Peter Maydell
1
-0
/
+25
2018-08-20
hw/dma/pl080: Don't use CPU address space for DMA accesses
Peter Maydell
1
-6
/
+29
2018-08-20
hw/dma/pl080: Support all three interrupt lines
Peter Maydell
1
-5
/
+8
2018-08-20
hw/dma/pl080: Allow use as embedded-struct device
Peter Maydell
1
-32
/
+2
2018-06-26
hw/dma/omap_dma: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-24
/
+40
2018-06-26
hw/dma/omap_dma: Use qemu_log_mask(UNIMP) instead of printf
Philippe Mathieu-Daudé
1
-2
/
+4
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
1
-1
/
+1
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
2
-3
/
+3
2018-05-31
xlnx-zdma: Correct mem leaks and memset to zero on desc unaligned errors
Francisco Iglesias
1
-3
/
+7
2018-05-18
xlnx-zdma: Add a model of the Xilinx ZynqMP generic DMA
Francisco Iglesias
2
-0
/
+833
2018-04-09
hw/dma/i82374: Avoid double creation of the 82374 controller
Philippe Mathieu-Daudé
1
-1
/
+8
2018-03-12
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
2
-3
/
+4
2018-02-06
hw/dma: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
1
-18
/
+18
2018-01-26
aarch64-softmmu.mak: Use an ARM specific config
Alistair Francis
1
-0
/
+1
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2
-20
/
+20
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
3
-3
/
+3
2018-01-09
sun4m: remove include/hw/sparc/sun4m.h and all references to it
Mark Cave-Ayland
1
-1
/
+0
2018-01-09
sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.h
Mark Cave-Ayland
1
-0
/
+1
2018-01-09
sun4m: move sun4m_iommu.c from hw/dma to hw/sparc
Mark Cave-Ayland
3
-417
/
+0
2017-10-31
sun4m_iommu: remove legacy sparc_iommu_memory_rw() function
Mark Cave-Ayland
1
-33
/
+0
2017-10-31
sparc32_dma: switch over to using IOMMU memory region and DMA API
Mark Cave-Ayland
1
-6
/
+11
2017-10-31
sun4m: implement IOMMU translation using IOMMU memory region
Mark Cave-Ayland
1
-0
/
+62
2017-10-31
sparc32_dma: add len to esp/le DMA memory tracing
Mark Cave-Ayland
2
-8
/
+8
2017-10-31
sparc32_dma: remove is_ledma hack and replace with memory region alias
Mark Cave-Ayland
1
-14
/
+6
2017-10-31
sparc32_dma: introduce new SPARC32_DMA type container object
Mark Cave-Ayland
1
-0
/
+70
2017-10-31
sparc32_dma: make lance device child of ledma device
Mark Cave-Ayland
1
-0
/
+22
2017-10-31
sparc32_dma: make esp device child of espdma device
Mark Cave-Ayland
1
-0
/
+26
2017-10-31
sparc32_dma: use object link instead of qdev property to pass IOMMU reference
Mark Cave-Ayland
1
-8
/
+5
2017-10-31
sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.h
Mark Cave-Ayland
1
-14
/
+0
2017-10-31
sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h
Mark Cave-Ayland
1
-34
/
+0
2017-10-31
sparc32_dma: split esp and le into separate DMA devices
Mark Cave-Ayland
1
-12
/
+51
2017-10-31
sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICE
Mark Cave-Ayland
1
-33
/
+34
2017-09-07
xilinx_axidma: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-12
/
+4
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
1
-10
/
+10
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-10
/
+24
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
1
-6
/
+20
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
1
-4
/
+4
2017-07-13
xilinx: Fix latent error handling bug
Eduardo Habkost
1
-3
/
+1
2017-06-02
hw/dma: QOM'ify sun4m_iommu.c
xiaoqiang zhao
1
-7
/
+5
2017-06-02
hw/dma: QOM'ify sparc32_dma.c
xiaoqiang zhao
1
-10
/
+15
[next]