Statistics
| Branch: | Revision:

root / target-alpha / sys_helper.c @ a8aec295

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
501a7ce7 12/23/2012 01:40 am Andreas Färber

Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu

Adapt header include paths.

Signed-off-by: Andreas Färber <>

9c17d615 12/19/2012 09:32 am Paolo Bonzini

softmmu: move include files to include/sysemu/

Signed-off-by: Paolo Bonzini <>

1de7afc9 12/19/2012 09:32 am Paolo Bonzini

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

c9245853 12/19/2012 02:01 am Andreas Färber

target-alpha: Avoid leaking the alarm timer over reset

Move the timer from CPUAlphaState to AlphaCPU to avoid the pointer being
zero'ed once we implement reset. Would cause a segfault in
sys_helper.c:helper_set_alarm().

This also simplifies timer initialization in Typhoon....

69163fbb 03/24/2012 07:07 pm Richard Henderson

target-alpha: Move palcode support helpers to sys_helper.c.

Signed-off-by: Richard Henderson <>
Signed-off-by: Blue Swirl <>