summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-12 14:48:51 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-12 14:48:59 +0200
commit47fae15202675903ecb0c621c93986c48ed12286 (patch)
tree561954852221434815cd1c8051d3dacb345549c0 /rules/host-qemu.make
parent2a0e1ae96b919eaa876f4cb2f4ef05ac078651f7 (diff)
downloadptxdist-47fae15202675903ecb0c621c93986c48ed12286.tar.gz
ptxdist-47fae15202675903ecb0c621c93986c48ed12286.tar.xz
host-qemu: configure with --disable-tcg-interpreter
Otherwise qemu-user seems to crash randomly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qemu.make')
-rw-r--r--rules/host-qemu.make2
1 files changed, 1 insertions, 1 deletions
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 \