Hi,
I am using qemu-system-x86_64 to launch a VM on Ubuntu 12.04. Sometimes the newly created vm freezes at boot, while at other times it starts OK. I am using this command:
qemu-system-x86_64 -cpu host -boot d -smp 2 -hda vm1.qcow2 -m 1024 -name 'vm1' -nographic -vnc :10 --enable-kvm -cdrom ubuntu-12.04.3-desktop-amd64.iso
Can I verify that the VM has been properly created or what was the problem? I cannot find any log files which would have any information about errors.
PS: I also receive an error message "qemu_cpu_kcik_thread no such process",why I try to create the same VM through libvirt.
--
Asadullah Hussain