From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glU6O-0007tm-Ea for qemu-devel@nongnu.org; Mon, 21 Jan 2019 02:34:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glU6N-0003nt-NM for qemu-devel@nongnu.org; Mon, 21 Jan 2019 02:34:36 -0500 Date: Mon, 21 Jan 2019 08:34:25 +0100 From: Cornelia Huck Message-ID: <20190121083425.154d9c29.cohuck@redhat.com> In-Reply-To: <20190118171848.27332-1-alex.bennee@linaro.org> References: <20190118171848.27332-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] target/s390x: define TCG_GUEST_DEFAULT_MO for MTTCG List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?UTF-8?B?QmVubsOpZQ==?= Cc: qemu-devel@nongnu.org, David Hildenbrand , Richard Henderson , "open list:S390" On Fri, 18 Jan 2019 17:18:48 +0000 Alex Benn=C3=A9e wrote: > 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=3Dmulti. >=20 > Signed-off-by: Alex Benn=C3=A9e > Cc: David Hildenbrand > --- > target/s390x/cpu.h | 4 ++++ > 1 file changed, 4 insertions(+) Thanks, applied.