]> git.proxmox.com Git - qemu.git/commit
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
authorRichard Henderson <rth@twiddle.net>
Fri, 21 Sep 2012 17:34:21 +0000 (10:34 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 21 Sep 2012 20:02:16 +0000 (22:02 +0200)
commit9b9c37c36439ee0452632253dac7a31897f27f70
treeb5c8fa6937fcc7a4d2f75cd64051f66d6bbfc25b
parentd5dd696fe3049657c08eb14f40cb74b6e94e79cc
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.

Current code doesn't actually work in 32-bit mode at all.  Since
no one really noticed, drop the complication of v7 and v8 cpus.
Eliminate the --sparc_cpu configure option and standardize macro
testing on TCG_TARGET_REG_BITS / HOST_LONG_BITS

Signed-off-by: Richard Henderson <rth@twiddle.net>
configure
disas.c
exec.c
qemu-timer.h
tcg/sparc/tcg-target.c
tcg/sparc/tcg-target.h
tcg/tcg.c