ACOG Menu

Windows Xp Qcow2 [work] Access

qemu-system-x86_64 \ -machine pc-q35-6.2 \ -cpu host \ -m 1024 \ -drive file=windows-xp.qcow2,if=ide,index=0,media=disk,format=qcow2 \ -drive file=/path/to/en_windows_xp_professional_sp3.iso,if=ide,index=1,media=cdrom \ -drive file=/path/to/virtio-win.iso,if=ide,index=2,media=cdrom \ -boot d \ -vga std \ -netdev user,id=net0 -device rtl8139,netdev=net0

qemu-system-x86_64 \ -drive file=windows-xp.qcow2,format=qcow2 \ -cdrom en_windows_xp_professional_sp3.iso \ -boot d \ -m 1G \ -vga std \ -usb -device usb-tablet \ -machine pc,accel=kvm Windows Xp Qcow2

Standard QEMU video is too slow for games. Use -vga vmware or -device virtio-gpu with VirGL (experimental). For best results, use to stream the framebuffer, or simply rely on older emulated hardware (GeForce FX 5500 emulation via -device cirrus-vga ). qemu-system-x86_64 \ -machine pc-q35-6