summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias2009-06-151-5/+1
* ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias2009-06-121-26/+25
* etrax: Don't keep the passed irq pointer.Edgar E. Iglesias2009-05-181-3/+3
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-8/+2
* ETRAX: Simplify interrupt signaling.Edgar E. Iglesias2009-05-051-4/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-8/+0
* ETRAX: Process out channels immediately when the channel is started.edgar_igl2009-01-071-20/+31
* ETRAX-FS: Simplify the DMA blocks address registration and decoding.edgar_igl2008-12-071-18/+7
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-9/+7
* ETRAX-FS: Don't schedule DMA processing without active channels.edgar_igl2008-11-131-14/+27
* ETRAX-FS: Make etraxfs_dmac_run local.edgar_igl2008-11-041-1/+1
* ETRAX-FS: Fix DMA warnings.edgar_igl2008-11-041-8/+11
* Make DMA bottom-half driven (v2)aliguori2008-10-311-6/+12
* ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl2008-10-271-67/+69
* ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels.edgar_igl2008-09-031-2/+21
* Avoid refering to CRIS specific cpu-state to be able to use these blocks with...edgar_igl2008-06-301-12/+10
* Avoid CRIS related warnings by Jan Kiszka.edgar_igl2008-06-301-24/+28
* ETRAX: More DMA context level related fixes.edgar_igl2008-06-101-40/+70
* ETRAX machine updates.edgar_igl2008-06-061-1/+11
* Add support for parts of the etraxfs dma controller.edgar_igl2008-05-111-0/+694