[Qemu-devel] [PATCH v2 12/12] configure: enable mttcg for i386 and x86_64

2018-09-10 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 58862d2ae8..f715252c9f 100755 --- a/configure +++ b/configure @@ -7025,12 +7025,14 @@ TARGET_ABI_DIR="" case "$target_name" in i386) +mttcg="yes" gdb_xml_fi

Re: [Qemu-devel] [PATCH v2 12/12] configure: enable mttcg for i386 and x86_64

2018-09-11 Thread Richard Henderson
On 09/10/2018 04:27 PM, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > configure | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson r~