aboutsummaryrefslogtreecommitdiffstats
path: root/hw/dma.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-2/+0
2009-03-07Use a dedicated function to request exit from execution loopaurel321-1/+1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-4/+2
2008-10-31Make DMA bottom-half driven (v2)aliguori1-2/+28
2008-07-05Re-add static qualifier. Fix annother occurance of "const static".pbrook1-1/+1
2008-07-05Remove staticmalc1-1/+1
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog1-0/+10
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-6/+6
2007-11-17Break up vl.h.pbrook1-1/+2
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir11-2/+2
2005-11-21cpu_single_env usage fixbellard1-1/+3
2004-11-14indent fixesbellard1-17/+17
2004-11-07audio merge (malc)bellard1-55/+160
2004-06-21high page register support for PPC PREPbellard1-7/+42
2004-06-20new reset APIbellard1-1/+8
2004-06-07debugbellard1-0/+2
2004-04-12fixed invalid command testbellard1-7/+3
2004-04-06dma clean up - added missing read accessesbellard1-61/+88
2004-03-31win32 port (initial patch by kazu)bellard1-5/+0
2004-03-14io port API changebellard1-12/+12
2004-02-25DMA API changebellard1-27/+18
2004-01-1916 bit DMA fix (malc)bellard1-28/+10
2004-01-05debug fixesbellard1-13/+13
2003-11-13Soundblaster 16 support (malc)bellard1-0/+395