Home
last modified time | relevance | path

Searched hist:"9 b9c37c36439ee0452632253dac7a31897f27f70" (Results 1 – 4 of 4) sorted by relevance

/qemu/tcg/sparc64/
H A Dtcg-target.h9b9c37c36439ee0452632253dac7a31897f27f70 Fri Sep 21 17:34:21 UTC 2012 Richard Henderson <rth@twiddle.net> 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>
/qemu/include/qemu/
H A Dtimer.h9b9c37c36439ee0452632253dac7a31897f27f70 Fri Sep 21 17:34:21 UTC 2012 Richard Henderson <rth@twiddle.net> 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>
/qemu/tcg/
H A Dtcg.c9b9c37c36439ee0452632253dac7a31897f27f70 Fri Sep 21 17:34:21 UTC 2012 Richard Henderson <rth@twiddle.net> 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>
/qemu/
H A Dconfiguref1079bb8f9a28495937408acc60a681a7b2536a8 Wed Apr 26 17:39:08 UTC 2017 Richard Henderson <rth@twiddle.net> tcg/sparc: Use the proper compilation flags for 32-bit

We have required a v9 cpu since 9b9c37c36439ee0452632253dac7a31897f27f70.
However, the flags we were using did not reliably enable v8plus, which
meant that the compiler didn't know it could inline 64-bit atomics.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
c242222c978d2c09411f2560915708c364ca2ce9 Thu Dec 20 08:41:34 UTC 2012 陳韋任 (Wei-Ren Chen) <chenwj@iis.sinica.edu.tw> Remove --sparc_cpu option from the configure list

commit 9b9c37c36439ee0452632253dac7a31897f27f70 always assume sparcv9,
the others are no longer supported. Remove --sparc_cpu option from the
configure list.

Signed-off-by: Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
9b9c37c36439ee0452632253dac7a31897f27f70 Fri Sep 21 17:34:21 UTC 2012 Richard Henderson <rth@twiddle.net> 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>