index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-2
/
+2
*
dma: Avoid reentrancy in DMA transfer handlers
Kevin Wolf
2011-11-04
1
-0
/
+10
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-2
/
+2
*
Compile dma only once
Blue Swirl
2010-05-22
1
-7
/
+10
*
dma/sb16: make clang analyzer not complain
malc
2010-01-12
1
-1
/
+0
*
vmstate: add version_id argument to post_load
Juan Quintela
2009-10-05
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-2
/
+2
*
Get rid of _t suffix
malc
2009-10-01
1
-2
/
+2
*
vmstate: port dma device
Juan Quintela
2009-09-11
1
-51
/
+34
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-16
1
-2
/
+0
*
Use a dedicated function to request exit from execution loop
aurel32
2009-03-07
1
-1
/
+1
*
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-22
1
-4
/
+2
*
Make DMA bottom-half driven (v2)
aliguori
2008-10-31
1
-2
/
+28
*
Re-add static qualifier. Fix annother occurance of "const static".
pbrook
2008-07-05
1
-1
/
+1
*
Remove static
malc
2008-07-05
1
-1
/
+1
*
pthreads-based audio and miscellaneous audio clean-up (malc).
balrog
2008-01-14
1
-0
/
+10
*
qemu_put signedness fixes, by Andre Przywara.
ths
2007-12-16
1
-6
/
+6
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+2
*
Fix incorrect target_ulong use in hw devices
blueswir1
2007-06-08
1
-2
/
+2
*
cpu_single_env usage fix
bellard
2005-11-21
1
-1
/
+3
*
indent fixes
bellard
2004-11-14
1
-17
/
+17
*
audio merge (malc)
bellard
2004-11-07
1
-55
/
+160
*
high page register support for PPC PREP
bellard
2004-06-21
1
-7
/
+42
*
new reset API
bellard
2004-06-20
1
-1
/
+8
*
debug
bellard
2004-06-07
1
-0
/
+2
*
fixed invalid command test
bellard
2004-04-12
1
-7
/
+3
*
dma clean up - added missing read accesses
bellard
2004-04-06
1
-61
/
+88
*
win32 port (initial patch by kazu)
bellard
2004-03-31
1
-5
/
+0
*
io port API change
bellard
2004-03-14
1
-12
/
+12
*
DMA API change
bellard
2004-02-25
1
-27
/
+18
*
16 bit DMA fix (malc)
bellard
2004-01-19
1
-28
/
+10
*
debug fixes
bellard
2004-01-05
1
-13
/
+13
*
Soundblaster 16 support (malc)
bellard
2003-11-13
1
-0
/
+395