Don't use -cpu host on FreeBSD
1 files changed, 3 insertions(+), 1 deletions(-) M images/freebsd/functions
M images/freebsd/functions => images/freebsd/functions +3 -1
@@ 9,7 9,9 @@ boot() { exit 1 fi qemu=qemu-system-x86_64 - _boot $(cpu_opts x86_64) + #_boot $(cpu_opts x86_64) + # -cpu host doesn't work on AMD + _boot -cpu qemu64 -enable-kvm } install() {