KVM, QEMU, and kernel project management
KVM, QEMU, and kernel project management
Posted Mar 24, 2010 9:50 UTC (Wed) by till (guest, #50712)In reply to: KVM, QEMU, and kernel project management by HelloWorld
Parent article: KVM, QEMU, and kernel project management
Still with VirtualBox, afaik one has to setup a lot, e.g. adding an ISO to an iso storage and configuring the VM. With KVM one can just create a nice shell alias and boot e.g. Fedora Test release live images with one command:
alias kvm_iso="qemu-kvm -boot d -k de -m 1024 -usbdevice tablet -cdrom"
kvm_iso F13-Alpha-i686-Live.iso
And when I kill the VM, nothing is left behind (log files, stale configs, ..).
