Virtual machines
From DWIKI
FAQ
Run iso image
qemu-system-x86_64 -boot d -cdrom image.iso -m 512
or
qemu-img create mydisk.img 10G qemu-system-x86_64 -boot d -cdrom image.iso -m 512 -hda mydisk.img
qemu-system-x86_64 -boot d -cdrom image.iso -m 512
or
qemu-img create mydisk.img 10G qemu-system-x86_64 -boot d -cdrom image.iso -m 512 -hda mydisk.img