Statistics
| Branch: | Revision:

root / hw / dma @ 52190422

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
bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

6a1751b7 08/22/2013 08:10 pm Alex Bligh

aio / timers: Untangle include files

include/qemu/timer.h has no need to include main-loop.h and
doing so causes an issue for the next patch. Unfortunately
various files assume including timers.h will pull in main-loop.h.
Untangle this mess.

Signed-off-by: Alex Bligh <>...

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...

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

hw/d*: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

View revisions

Also available in: Atom