Statistics
| Branch: | Revision:

root / target-alpha @ 80465e80

Name Size
STATUS 1.3 kB
cpu-qom.h 1.8 kB
cpu.c 1.6 kB
cpu.h 14 kB
fpu_helper.c 19.6 kB
helper.c 13.5 kB
helper.h 5.7 kB
int_helper.c 7 kB
machine.c 2.6 kB
mem_helper.c 3.6 kB
sys_helper.c 2.3 kB
translate.c 106.7 kB

Latest revisions

# Date Author Comment
9444006f 04/15/2012 10:26 pm Andreas Färber

target-alpha: QOM'ify CPU init

Move code from cpu_alpha_init() into a CPU initializer.

Signed-off-by: Andreas Färber <>
Acked-by: Richard Henderson <>

25ebd80f 04/15/2012 10:26 pm Andreas Färber

target-alpha: QOM'ify CPU

Embed CPUAlphaState as first member of AlphaCPU.

Signed-off-by: Andreas Färber <>
Acked-by: Richard Henderson <>

20503968 04/14/2012 05:23 pm Blue Swirl

Use uintptr_t for various op related functions

Use uintptr_t instead of void * or unsigned long in
several op related functions, env->mem_io_pc and
GETPC macro.

Reviewed-by: Stefan Weil <>
Signed-off-by: Blue Swirl <>

5cbdb3a3 04/07/2012 05:00 pm Stefan Weil

Replace Qemu by QEMU in comments

The official spelling is QEMU.

Signed-off-by: Stefan Weil <>
Reviewed-by: Andreas Färber <>
[: fixed comment style in hw/sun4m.c]
Signed-off-by: Blue Swirl <>

6576b74b 04/07/2012 04:58 pm Stefan Weil

Replace Qemu by QEMU in internal documentation

The official spelling is QEMU.

Signed-off-by: Stefan Weil <>
Reviewed-by: Andreas Färber <>
Signed-off-by: Blue Swirl <>

55fddd66 03/24/2012 07:08 pm Richard Henderson

target-alpha: Use noreturn marker in helper.h.

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

74343409 03/24/2012 07:07 pm Richard Henderson

target-alpha: Make use of fp_status.flush_inputs_to_zero.

This softfp feature post-dates the last major update to the Alpha
fpu translation. We can make use of this to eliminate at least
one helper function that was performing this operation by hand.

Signed-off-by: Richard Henderson <>...

c3082755 03/24/2012 07:07 pm Richard Henderson

target-alpha: Move memory helpers to mem_helper.c.

This completes the transition away from AREG0. This patch must
be last because it requires CONFIG_TCG_PASS_AREG0 set too.

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

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 <>

2958620f 03/24/2012 07:07 pm Richard Henderson

target-alpha: Move integer overflow helpers to int_helper.c.

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

View revisions

Also available in: Atom