re:
The network switch used above fails with
qemu-system-x86_64: -nic: invalid option
Cant figure out why as it is what is used in the manual as is!
----------------
May be because your qemu is not as new as documentation (documentation
describe
current stable qemu - v 3.1.0) ?
I tried this line
qemu-system-x86_64 -nic user,ipv6=off,model=e1000,mac=52:54:98:76:54:32
-cdrom
~/Downloads/ISO/slax-English-US-7.0.8-x86_64.iso -m 1999 -enable-kvm
-cpu
host -smp 4
and it worked for me (obviosly with Linux guest), browser in this
specific
live-cd was too old for youtube, but at least it showed previews and
error
messages.
My qemu is self-compiled and sort-of behind the times:
qemu-system-x86_64 --version
QEMU emulator version 3.0.50 (v3.0.0-1559-g179f9ac887-dirty)
Copyright (c) 2003-2018 Fabrice Bellard and the QEMU Project developers