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
/
arm_timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm_timer: convert to memory API
Avi Kivity
2011-08-22
1
-35
/
+20
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-1
/
+1
*
Correct spelling of licensed
Matthew Fernandez
2011-07-23
1
-1
/
+1
*
vmstate: port arm_timer
Juan Quintela
2011-04-22
1
-23
/
+14
*
vmstate: port arm sp804
Juan Quintela
2011-04-22
1
-18
/
+11
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-2
/
+3
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-2
/
+2
*
arm_timer: fix oneshot mode
Rabin Vincent
2010-05-21
1
-1
/
+1
*
arm_timer: reload timer when enabled
Rabin Vincent
2010-05-21
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-6
/
+6
*
Get rid of _t suffix
malc
2009-10-01
1
-6
/
+6
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-2
/
+4
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-4
/
+4
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-2
/
+2
*
ARM timers qdev conversion
Paul Brook
2009-05-14
1
-20
/
+32
*
Replace cpu_abort with hw_error
Paul Brook
2009-05-08
1
-8
/
+8
*
Remove unnecessary trailing newlines
blueswir1
2008-12-13
1
-1
/
+0
*
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
2008-12-01
1
-8
/
+0
*
Save/restore for stellaris boards.
pbrook
2008-07-02
1
-3
/
+46
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-2
/
+2
*
Break up vl.h.
pbrook
2007-11-17
1
-2
/
+3
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-1
/
+1
*
Fix off-by-one memory region sizes.
pbrook
2007-06-03
1
-2
/
+2
*
Add periodic timer implementation.
pbrook
2007-05-23
1
-114
/
+43
*
Unify IRQ handling.
pbrook
2007-04-07
1
-21
/
+16
*
Comment spelling fix.
pbrook
2007-04-06
1
-1
/
+1
*
ARM timer counts down, not up.
pbrook
2006-11-14
1
-5
/
+5
*
ARM Versatile Platform Baseboard emulation.
pbrook
2006-04-09
1
-0
/
+383