index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
sparc32_dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-20
sparc32: ledma extra registers need tracing too
Bob Breuer
1
-3
/
+8
2010-12-18
sparc32: ledma extra registers
Bob Breuer
1
-1
/
+14
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-10-31
sparc32: convert debug printf statements to tracepoints
Blue Swirl
1
-29
/
+13
2010-09-11
ESP: fix ESP DMA access when DMA is not enabled
Blue Swirl
1
-4
/
+19
2010-05-22
sparc32 protect read-only bits in DMA CSR registers
Artyom Tarasenko
1
-4
/
+8
2010-02-15
sparc32 fix spurious dma interrupts v2
Artyom Tarasenko
1
-10
/
+24
2010-02-15
Revert "Sparc32: improve DMA controller IRQ debugging"
Blue Swirl
1
-2
/
+0
2010-01-16
Sparc32: improve DMA controller IRQ debugging
Blue Swirl
1
-0
/
+2
2009-11-07
sparc32 (mostly): remove unneeded calls to device reset
Blue Swirl
1
-1
/
+0
2009-10-24
sparc32: convert DMA controller to reset + vmsd, fix reset on init
Blue Swirl
1
-5
/
+6
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-4
/
+4
2009-10-01
Get rid of _t suffix
malc
1
-4
/
+4
2009-08-28
Sparc32: port DMA controller to VMState design
Blue Swirl
1
-22
/
+11
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-1
/
+2
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-08-10
qdev/prop: convert sparc32_dma.c to helper macros.
Gerd Hoffmann
1
-6
/
+2
2009-08-08
Sparc32: move sparc32_dma init to sun4m.c
Blue Swirl
1
-21
/
+1
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
1
-5
/
+8
2009-07-15
Sparc32: convert sparc32_dma to qdev
Blue Swirl
1
-11
/
+46
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-1
/
+1
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-3
/
+3
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2008-12-15
Revert part of r5853
blueswir1
1
-2
/
+5
2008-12-02
Remove address masking
blueswir1
1
-3
/
+2
2008-01-01
Register only valid register access widths
blueswir1
1
-4
/
+4
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+3
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-2
/
+2
2007-08-16
Remove old leftovers
blueswir1
1
-3
/
+2
2007-08-16
Use qemu_irq for a reset signal between DMA and ESP/Lance
blueswir1
1
-13
/
+7
2007-05-27
Use qemu_irqs between dma controllers and esp, lance
blueswir1
1
-16
/
+14
2007-05-26
Split DMA controller in two
blueswir1
1
-41
/
+31
2007-05-19
Use full 36-bit physical address space on SS10
blueswir1
1
-2
/
+2
2007-04-07
Unify IRQ handling.
pbrook
1
-20
/
+19
2006-09-03
better PCNET endianness support
bellard
1
-4
/
+38
2006-09-03
Separate the DMA controllers - Convert ESP to new DMA methods (Blue Swirl)
bellard
1
-0
/
+249