I recently installed qemu-kvm in Centos 6.3 x86_64.
I want to start a VM only with an iso file, so i typed:
qemu-kvm -hda file.iso -m 1024
but I only get
VNC server running on 127.0.0.1:5901
I tried appending '-vga std' to the command, but i cant get virt-viewer to start.
How can I get qemu-kvm to automatically start virt-viewer?