Use qemu-system-x86_64 command

This commit is contained in:
Héctor Molinero Fernández 2021-01-22 17:51:27 +01:00
parent 3c1bcf8be0
commit 33eeacc203

View File

@ -30,8 +30,8 @@ ssh-keygen -R '[localhost]:1122' 2>/dev/null
hostfwd() { printf ',hostfwd=%s::%s-:%s' "$@"; } hostfwd() { printf ',hostfwd=%s::%s-:%s' "$@"; }
# Launch VM # Launch VM
kvm \ qemu-system-x86_64 \
-smp 1 -m 512 \ -enable-kvm -smp 1 -m 512 \
-nographic -serial mon:stdio \ -nographic -serial mon:stdio \
-device e1000,netdev=n0 \ -device e1000,netdev=n0 \
-netdev user,id=n0"$(hostfwd \ -netdev user,id=n0"$(hostfwd \