mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rules: host-qemu: enable kvm by default
@ 2019-11-26  2:22 Alexander Aring
  0 siblings, 0 replies; only message in thread
From: Alexander Aring @ 2019-11-26  2:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Aring

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>
---
 rules/host-qemu.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-26  2:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26  2:22 [ptxdist] [PATCH] rules: host-qemu: enable kvm by default Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox