]> Git Repo - qemu.git/commit
alpha: cleanup cpu type name composition
authorIgor Mammedov <[email protected]>
Thu, 5 Oct 2017 13:50:38 +0000 (15:50 +0200)
committerEduardo Habkost <[email protected]>
Fri, 27 Oct 2017 14:03:53 +0000 (16:03 +0200)
commit73a25e8340a2d86cb86b202c331fd1d6591256ab
treeb6782e3e4e03768d9505e0729512bc9817bfbfdc
parent74d7fc7f6385158b8a5c524c61baaef1b66f3dac
alpha: cleanup cpu type name composition

Introduce ALPHA_CPU_TYPE_NAME macro to replace rather ununique
TYPE macro that alpha uses. With new macro it will follow
the same naming convention as other targets.

While at it put scattered TypeInfo into one array which places
type desriptions at one place and reduces code a bit.

Signed-off-by: Igor Mammedov <[email protected]>
Acked-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <1507211474[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
target/alpha/cpu.c
target/alpha/cpu.h
This page took 0.026622 seconds and 4 git commands to generate.