]> www.infradead.org Git - users/dwmw2/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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:10 +0000 (01:42 -0500)
commit181dd0b27c3b450630b3dadb072f73423b4bf193
treea8aebd1f054ed96602822660251a809236dd60ca
parente1784a4cbd441e24064b347fa85b0fc4eae6056b
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>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure
disas.c
exec.c
qemu-timer.h
tcg/sparc/tcg-target.c
tcg/sparc/tcg-target.h
tcg/tcg.c