#!/bin/sh qemu-system-x86_64 \ -enable-kvm \ -cpu host \ -smp 4 \ -m 4G \ -boot d \ -cdrom Win*.iso \ -drive file=/dev/sda,format=raw,cache=none,if=virtio \ -vga virtio \ -monitor stdio