alpine-qemu-install doesn use kvm

This commit is contained in:
archikid02
2026-01-28 17:59:09 +00:00
parent 1c1dc07e74
commit 81368a6bf5
+4 -5
View File
@@ -44,11 +44,10 @@ qemu-system-x86_64 \
-drive file=$IMG \
-display none \
-device virtio-vga \
-enable-kvm \
-net user,hostfwd=tcp::7777-:22
-net nic
#-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
-display default,show-cursor=on \
-nic user,hostfwd=tcp::2222-:22 \
-virtfs local,id=share,path="$SHARE",security_model=none,mount_tag=hostshare
#-enable-kvm \
## --- Run QEMU with graphics + shared folder ---
#qemu-system-x86_64 \