Statistics
| Branch: | Revision:

root / hw / dma @ 88c034d5

Name Size
Makefile.objs 502 Bytes
etraxfs_dma.c 22.1 kB
i82374.c 4.9 kB
i8257.c 15.3 kB
omap_dma.c 59.4 kB
pl080.c 11.4 kB
pl330.c 48.1 kB
puv3_dma.c 2.7 kB
pxa2xx_dma.c 16.3 kB
rc4030.c 21.1 kB
soc_dma.c 11.6 kB
sparc32_dma.c 9.1 kB
sun4m_iommu.c 13 kB
xilinx_axidma.c 18.2 kB

Latest revisions

# Date Author Comment
049e7d22 07/29/2013 10:06 pm Andreas Färber

sun4m_iommu: QOM cast cleanup

Signed-off-by: Andreas Färber <>

6df7cdee 07/29/2013 10:06 pm Andreas Färber

puv3_dma: QOM cast cleanup

Signed-off-by: Andreas Färber <>

358cd7ac 07/29/2013 10:06 pm Andreas Färber

pxa2xx_dma: QOM cast cleanup

Signed-off-by: Andreas Färber <>

70cd8d4b 07/29/2013 10:06 pm Andreas Färber

sparc32_dma: QOM cast cleanup

Signed-off-by: Andreas Färber <>

d7ba0a62 07/29/2013 10:06 pm Andreas Färber

pl080: Rename pl080_state to PL080State

Signed-off-by: Andreas Färber <>

4f800554 07/29/2013 10:06 pm Andreas Färber

pl080: QOM'ify pl080 and pl081

Let pl081 inherit from pl080 and replace triple SysBus initfn with two
instance_inits.

Signed-off-by: Andreas Färber <>

76486736 07/15/2013 06:17 pm Peter Maydell

hw/dma/omap_dma: Fix bugs with DMA requests above 32

The drqbmp field of struct soc_dma_s is a uint64_t; however several
places in the code attempt to set bits in it using "(1 << drq)",
which will fail if drq is large enough that the 1 bit gets shifted
off the top of a 32 bit integer. Change these to "(1ULL << drq)" so...

db10ca90 07/04/2013 06:42 pm Paolo Bonzini

piolist: add owner argument to initialization functions and pass devices

Signed-off-by: Paolo Bonzini <>

3eadad55 07/04/2013 06:42 pm Paolo Bonzini

hw/d*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

View revisions

Also available in: Atom