Ok, so OS X has some nice screensavers. But I don’t want a fancy-pantsy processor eating blob in 7 different colors. I want a black screen.</p>
qemu-img convert -f vmdk windows_xp.vmdk -O qcow2 windows_xp.qcow2
qemu-system-x86_64 \ -machine pc-q35-2.9 \ -cpu qemu64 \ -m 1024 \ -drive file=windows-xp.qcow2,format=qcow2,if=ide \ -cdrom /path/to/en_windows_xp_professional_sp3.iso \ -vga std \ -usb -device usb-tablet \ -boot d i--- Windows Xp Qcow2
: Some users have reported "Disk read error" when migrating an existing XP installation from Raw to Qcow2, though these are often solvable by adjusting the disk controller settings in the VM. Performance Tips for Virtualized XP qemu-img convert -f vmdk windows_xp
[SOLVED] - migration from raw to qcow2, Windows XP guest won't boot i--- Windows Xp Qcow2
For libvirt/virt-manager: