summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.make
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2019-11-25 21:22:04 -0500
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-11-26 08:27:57 +0100
commit130690eae55879a7d1e3a15bd0defe05e63d7f4f (patch)
tree69d6a706b911480613cd5c3ecbf02ba1381540bc /rules/host-qemu.make
parentf0185c5a7908a5bd05c1a3aa4ac3176aa746030e (diff)
downloadptxdist-130690eae55879a7d1e3a15bd0defe05e63d7f4f.tar.gz
ptxdist-130690eae55879a7d1e3a15bd0defe05e63d7f4f.tar.xz
rules: host-qemu: enable kvm by default
This patch enables kvm feature of qemu by default. So far I know there exists no additional library dependency to enable this feature. In some combinations of host architecture and emulated architecture it can increase the performance significantly. Signed-off-by: Alexander Aring <alex.aring@gmail.com> 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 7735f9218..66d30726f 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -105,7 +105,7 @@ HOST_QEMU_CONF_OPT = \
--disable-curl \
--enable-fdt \
--disable-bluez \
- --disable-kvm \
+ --enable-kvm \
--disable-hax \
--disable-rdma \
--disable-pvrdma \