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
/
sparc32_dma.c
Age
Commit message (
Expand
)
Author
2021-03-07
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
2020-10-28
sparc32-ledma: don't reference nd_table directly within the device
Mark Cave-Ayland
2020-10-28
sparc32-espdma: use object_initialize_child() for esp child object
Mark Cave-Ayland
2020-10-28
sparc32-ledma: use object_initialize_child() for lance child object
Mark Cave-Ayland
2020-10-28
sparc32-dma: use object_initialize_child() for espdma and ledma child objects
Mark Cave-Ayland
2020-09-09
esp: Rename ESP_STATE to ESP
Eduardo Habkost
2020-07-21
hw: Mark nd_table[] misuse in realize methods FIXME
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-02
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
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
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-01-07
lance: replace PROP_PTR with PROP_LINK
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
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-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-01-09
sun4m: remove include/hw/sparc/sun4m.h and all references to it
Mark Cave-Ayland
2018-01-09
sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.h
Mark Cave-Ayland
2017-10-31
sparc32_dma: switch over to using IOMMU memory region and DMA API
Mark Cave-Ayland
2017-10-31
sparc32_dma: add len to esp/le DMA memory tracing
Mark Cave-Ayland
2017-10-31
sparc32_dma: remove is_ledma hack and replace with memory region alias
Mark Cave-Ayland
2017-10-31
sparc32_dma: introduce new SPARC32_DMA type container object
Mark Cave-Ayland
2017-10-31
sparc32_dma: make lance device child of ledma device
Mark Cave-Ayland
2017-10-31
sparc32_dma: make esp device child of espdma device
Mark Cave-Ayland
2017-10-31
sparc32_dma: use object link instead of qdev property to pass IOMMU reference
Mark Cave-Ayland
2017-10-31
sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h
Mark Cave-Ayland
2017-10-31
sparc32_dma: split esp and le into separate DMA devices
Mark Cave-Ayland
2017-10-31
sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICE
Mark Cave-Ayland
2017-06-02
hw/dma: QOM'ify sparc32_dma.c
xiaoqiang zhao
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2016-01-29
hw: Clean up includes
Peter Maydell
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2013-12-24
hw: cannot_instantiate_with_device_add_yet due to pointer props
Markus Armbruster
2013-07-29
sparc32_dma: QOM cast cleanup
Andreas Färber
2013-07-04
hw/d*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move DMA controllers to hw/dma/, configure with default-configs/
Paolo Bonzini