target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCG
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 18 Jan 2019 17:18:48 +0000 (17:18 +0000)
committerCornelia Huck <cohuck@redhat.com>
Mon, 4 Feb 2019 12:47:50 +0000 (13:47 +0100)
commit843caef2ef1fd524de66a035b88a9153350ad392
treefaacf25c013a3aad96427b2fc589aa2105ff34c1
parenta61faa3d02159d24d4fa984733dbc0c905508752
target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCG

MTTCG should be enabled by default whenever the memory model allows
it. s390x was missing its definition of TCG_GUEST_DEFAULT_MO meaning
the user had to manually specify  --accel tcg,thread=multi.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: David Hildenbrand <david@redhat.com>
Message-Id: <20190118171848.27332-1-alex.bennee@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu.h