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
/
rc4030.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+3
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+2
*
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-3
/
+3
*
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
1
-2
/
+2
*
mips: jazz: Renovate coding style
Filip Bozuta
2019-12-16
1
-5
/
+7
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
dma/rc4030: Minor code style cleanup
Aleksandar Markovic
2019-06-26
1
-7
/
+11
*
dma/rc4030: Fix off-by-one error in specified memory region size
Aleksandar Markovic
2019-06-26
1
-1
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
iommu: Add IOMMU index argument to translate method
Peter Maydell
2018-06-15
1
-1
/
+1
*
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
1
-6
/
+20
*
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-14
1
-4
/
+4
*
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-05-25
1
-1
/
+1
*
dma/rc4030: fix a mixed declarations and code warning
Yongbok Kim
2017-03-20
1
-1
/
+1
*
dma/rc4030: translate memory accesses only when they occur
Hervé Poussineau
2017-03-20
1
-122
/
+36
*
dma: rc4030: limit interval timer reload value
Prasad J Pandit
2017-03-20
1
-1
/
+1
*
hw/dma: vmstateify rc4030
Dr. David Alan Gilbert
2016-09-29
1
-54
/
+27
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
1
-1
/
+1
*
hw: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
dma/rc4030: convert to QOM
Hervé Poussineau
2015-06-11
1
-26
/
+89
*
dma/rc4030: use trace events instead of custom logging
Hervé Poussineau
2015-06-11
1
-65
/
+16
*
dma/rc4030: document register at offset 0x210
Hervé Poussineau
2015-06-11
1
-8
/
+8
*
dma/rc4030: do not use old_mmio accesses
Hervé Poussineau
2015-06-11
1
-96
/
+16
*
dma/rc4030: use AddressSpace and address_space_rw in users
Hervé Poussineau
2015-06-11
1
-11
/
+4
*
dma/rc4030: create custom DMA address space
Hervé Poussineau
2015-06-11
1
-37
/
+126
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-2
/
+2
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+825