summaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_dma.c
Commit message (Expand)AuthorAgeFilesLines
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-11/+11
* etraxfs-dma: Model metadata and eopLars Persson2012-01-121-6/+22
* fix spelling in hw sub directoryDong Xu Wang2011-12-061-1/+1
* Merge remote-tracking branch 'upstream' into memory/batchAvi Kivity2011-10-091-6/+4
|\
| * etrax-dma: Remove bogus if statementEdgar E. Iglesias2011-10-031-6/+4
* | etrax-dma: Convert to MemoryRegionEdgar E. Iglesias2011-10-021-16/+27
|/
* Drop the vm_running global variableLuiz Capitulino2011-09-151-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-11/+11
* Get rid of _t suffixmalc2009-10-011-11/+11
* 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
OpenPOWER on IntegriCloud