From 47fae15202675903ecb0c621c93986c48ed12286 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 12 May 2017 14:48:51 +0200 Subject: host-qemu: configure with --disable-tcg-interpreter Otherwise qemu-user seems to crash randomly. Signed-off-by: Michael Olbrich --- rules/host-qemu.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/host-qemu.make') diff --git a/rules/host-qemu.make b/rules/host-qemu.make index b559b69e3..c3ef1391b 100644 --- a/rules/host-qemu.make +++ b/rules/host-qemu.make @@ -67,7 +67,7 @@ HOST_QEMU_CONF_OPT := \ --block-drv-rw-whitelist= \ --block-drv-ro-whitelist= \ --enable-trace-backends=nop \ - --enable-tcg-interpreter \ + --disable-tcg-interpreter \ --with-coroutine= \ --tls-priority=NORMAL \ --disable-xen-pv-domain-build \ -- cgit v1.2.3