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 <[email protected]> --- 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 [email protected]
