From 4d8e6199888a4862a81e7482c85163e59a785f66 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 7 Oct 2021 20:29:47 +0100 Subject: [PATCH] FreeBSD 12 and 13, like Linux, both fully support VirtIO Treat FreeBSD like Linux for basic optimisation. --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 7fdb612..5528418 100755 --- a/quickemu +++ b/quickemu @@ -291,7 +291,7 @@ function vm_boot() { # Make any OS specific adjustments case ${guest_os} in - linux) + freebsd|linux) CPU="-cpu host,kvm=on" if [ "${HOST_CPU_VENDOR}" == "AuthenticAMD" ]; then CPU="${CPU},topoext"