aboutsummaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_dma.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-11/+11
2009-10-01Get rid of _t suffixmalc1-11/+11
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-06-15etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias1-5/+1
2009-06-12ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias1-26/+25
2009-05-18etrax: Don't keep the passed irq pointer.Edgar E. Iglesias1-3/+3
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-8/+2
2009-05-05ETRAX: Simplify interrupt signaling.Edgar E. Iglesias1-4/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-8/+0
2009-01-07ETRAX: Process out channels immediately when the channel is started.edgar_igl1-20/+31
2008-12-07ETRAX-FS: Simplify the DMA blocks address registration and decoding.edgar_igl1-18/+7
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-9/+7
2008-11-13ETRAX-FS: Don't schedule DMA processing without active channels.edgar_igl1-14/+27
2008-11-04ETRAX-FS: Make etraxfs_dmac_run local.edgar_igl1-1/+1
2008-11-04ETRAX-FS: Fix DMA warnings.edgar_igl1-8/+11
2008-10-31Make DMA bottom-half driven (v2)aliguori1-6/+12
2008-10-27ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl1-67/+69
2008-09-03ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels.edgar_igl1-2/+21
2008-06-30Avoid refering to CRIS specific cpu-state to be able to use these blocks with...edgar_igl1-12/+10
2008-06-30Avoid CRIS related warnings by Jan Kiszka.edgar_igl1-24/+28
2008-06-10ETRAX: More DMA context level related fixes.edgar_igl1-40/+70
2008-06-06ETRAX machine updates.edgar_igl1-1/+11
2008-05-11Add support for parts of the etraxfs dma controller.edgar_igl1-0/+694