#!/bin/sh qemu-system-x86_64 \ -enable-kvm \ -cpu host \ -smp 4 \ -m 4G \ -boot d \ -cdrom win.iso \ -vga virtio \ -monitor stdio