From 130690eae55879a7d1e3a15bd0defe05e63d7f4f Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Mon, 25 Nov 2019 21:22:04 -0500 Subject: 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 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 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 \ -- cgit v1.2.3