Statistics
| Branch: | Revision:

root / target-alpha @ f5fc40bb

Name Size
STATUS 1.3 kB
cpu.h 13.5 kB
exec.h 1.1 kB
helper.c 12.3 kB
helper.h 5.4 kB
machine.c 2.4 kB
op_helper.c 29.5 kB
translate.c 103 kB

Latest revisions

# Date Author Comment
f5fc40bb 07/13/2011 12:01 am Peter Maydell

target-alpha, target-ppc: Remove unnecessary setjmp.h include

Remove the include of setjmp.h from the cpu.h of target-alpha
and target-ppc. This is unnecessary because cpu-defs.h already
includes this header; this change brings these two targets
into line with all the rest....

2b41f10e 06/26/2011 09:25 pm Blue Swirl

Remove exec-all.h include directives

Most exec-all.h include directives are now useless, remove them.

Signed-off-by: Blue Swirl <>

f081c76c 06/26/2011 09:25 pm Blue Swirl

Move cpu_has_work and cpu_pc_from_tb to cpu.h

Move functions cpu_has_work() and cpu_pc_from_tb() from exec.h to cpu.h. This is
needed by later patches.

Signed-off-by: Blue Swirl <>

f3e27037 06/26/2011 09:25 pm Blue Swirl

exec.h: fix coding style and change cpu_has_work to return bool

Before the next patch, fix coding style of the areas affected.

Change the type of the return value from cpu_has_work() and
qemu_cpu_has_work() to bool.

Signed-off-by: Blue Swirl <>

1162c041 06/26/2011 09:25 pm Blue Swirl

cpu_loop_exit: avoid using AREG0

Make cpu_loop_exit() take a parameter for CPUState instead of relying
on global env.

Signed-off-by: Blue Swirl <>

b6fb147c 06/16/2011 12:20 am Michael S. Tsirkin

alpha/translate: remve unused variables

Signed-off-by: Michael S. Tsirkin <>
Acked-by: Richard Henderson <>

efa64351 06/16/2011 12:20 am Michael S. Tsirkin

alpha: remove unused variable

Signed-off-by: Michael S. Tsirkin <>
Acked-by: Richard Henderson <>

5b450407 05/31/2011 08:18 pm Richard Henderson

target-alpha: Trap for unassigned and unaligned addresses.

Signed-off-by: Richard Henderson <>

e5214853 05/31/2011 08:18 pm Richard Henderson

target-alpha: Use a fixed frequency for the RPCC in system mode.

Also include the PCC_OFS in the return value. For user mode we
can pretend the PCC_OFS value is always zero.

Signed-off-by: Richard Henderson <>

3b4fefd6 05/31/2011 08:18 pm Richard Henderson

target-alpha: Implement TLB flush primitives.

Expose these via MTPR, more or less like the real HW does.

Signed-off-by: Richard Henderson <>

View revisions

Also available in: Atom