./qemu-img create -f qcow2 wxp.qcw 6G
RedHat VirtIO Windows Installation floppy that provides drivers for VIOSTOR, NetKVM and optional WINNT.SIF for
unattended install.Press F5 to select Windows XP HAL. Press F6 to install VIOSTOR driver
./qemu-system-i386 -nodefaults -rtc base=localtime \
-L ./qemu-7.2.0/pc-bios \
-M pc, accel-whpx, kernel-irqchip=off -m 512 -display sdl
-device VGA -device virtio-blk-pci,drive=boot0 -device lsi -device ac97 \
-netdev user, id=net0 -device virtio-net-pci,rombar=0, netdev=net0 \
-drive if=floppy, file=virtio_vfd.qcw \
-drive id=boot0, if=none,file=wxp.qcw \
-device scsi-cd,drive=xpcd -drive id=xpcd,if=none,media=cdrom, file=winxp.iso \
-boot d