When I start qemu windows blue screens most of the time. My command in the terminal is sudo qemu-system-x86_64 -hda /home/jake/VM/windows10.qcow2 -m 6G -cpu host,kvm=off -enable-kvm -smp cores=6,threads=2. It seems when I delete -cpu -smp and -enable-kvm options it starts but is very slow. I want to be able to enable kvm and -smp options. I've tried a bunch of different variants of the options but nothing really seems to work. I got it to work a couple times with the options that I want but it just seemed like luck and it crashed a couple times.
↧