index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
dma
/
rc4030.c
Age
Commit message (
Expand
)
Author
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-03-17
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2019-12-16
mips: jazz: Renovate coding style
Filip Bozuta
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-26
dma/rc4030: Minor code style cleanup
Aleksandar Markovic
2019-06-26
dma/rc4030: Fix off-by-one error in specified memory region size
Aleksandar Markovic
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-05-25
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-03-20
dma/rc4030: fix a mixed declarations and code warning
Yongbok Kim
2017-03-20
dma/rc4030: translate memory accesses only when they occur
Hervé Poussineau
2017-03-20
dma: rc4030: limit interval timer reload value
Prasad J Pandit
2016-09-29
hw/dma: vmstateify rc4030
Dr. David Alan Gilbert
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-01-29
hw: Clean up includes
Peter Maydell
2015-06-11
dma/rc4030: convert to QOM
Hervé Poussineau
2015-06-11
dma/rc4030: use trace events instead of custom logging
Hervé Poussineau
2015-06-11
dma/rc4030: document register at offset 0x210
Hervé Poussineau
2015-06-11
dma/rc4030: do not use old_mmio accesses
Hervé Poussineau
2015-06-11
dma/rc4030: use AddressSpace and address_space_rw in users
Hervé Poussineau
2015-06-11
dma/rc4030: create custom DMA address space
Hervé Poussineau
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini