summaryrefslogtreecommitdiff
path: root/hw/dma.c
Commit message (Expand)AuthorAgeFilesLines
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* vmstate: port dma deviceJuan Quintela2009-09-111-51/+34
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-2/+0
* Use a dedicated function to request exit from execution loopaurel322009-03-071-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-4/+2
* Make DMA bottom-half driven (v2)aliguori2008-10-311-2/+28
* Re-add static qualifier. Fix annother occurance of "const static".pbrook2008-07-051-1/+1
* Remove staticmalc2008-07-051-1/+1
* pthreads-based audio and miscellaneous audio clean-up (malc).balrog2008-01-141-0/+10
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-6/+6
* Break up vl.h.pbrook2007-11-171-1/+2
* Fix incorrect target_ulong use in hw devicesblueswir12007-06-081-2/+2
* cpu_single_env usage fixbellard2005-11-211-1/+3
* indent fixesbellard2004-11-141-17/+17
* audio merge (malc)bellard2004-11-071-55/+160
* high page register support for PPC PREPbellard2004-06-211-7/+42
* new reset APIbellard2004-06-201-1/+8
* debugbellard2004-06-071-0/+2
* fixed invalid command testbellard2004-04-121-7/+3
* dma clean up - added missing read accessesbellard2004-04-061-61/+88
* win32 port (initial patch by kazu)bellard2004-03-311-5/+0
* io port API changebellard2004-03-141-12/+12
* DMA API changebellard2004-02-251-27/+18
* 16 bit DMA fix (malc)bellard2004-01-191-28/+10
* debug fixesbellard2004-01-051-13/+13
* Soundblaster 16 support (malc)bellard2003-11-131-0/+395