#!/bin/sh qemu-system-x86_64 -enable-kvm -machine q35,accel=kvm -device intel-iommu \ -cpu host,kvm=off,check,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time -smp 4 -m 4G \ -drive file=/home/kms/win10.img,if=virtio,index=0 \ -nic user,ipv6=off,model=rtl8139 \ -display sdl -vga qxl # -drive file=win10.img,if=virtio,format=raw -boot c \ # -drive file=/home/kms/win10.img,if=ide,format=raw -boot c \ # -nic user,ipv6=off,model=rtl8139 \ # -drive file=fake.qcow2,if=virtio \ # -cdrom virtio-win-0.1.141.iso \