#!/bin/bash qemu-system-x86_64 -enable-kvm --daemonize \ -cpu host \ -smp 4 \ -drive format=raw,file=/media/platvoeten/VM/kde-neon.img,if=virtio \ -boot d -cdrom /media/platvoeten/Downloads/neon-useredition-20170706-1018-amd64.iso \ -m 4G \ -name neon \ -vga qxl \ -spice port=5930,disable-ticketing \ -device virtio-serial \ -chardev spicevmc,id=vdagent,name=vdagent \ -device virtserialport,chardev=vdagent,name=com.redhat.spice.0