Re: [Qemu-discuss] ERROR unsupported configuration: guest and host CPU are not

2017-01-23 Thread akhilesh rawat
hi, To update this thread ,it looks the issue was with Virt-install not with KVM for supporting Cpu model. As invoking the KVM commands directly there is no complain of CPU model. Thanks for initial comment. On Thu, Jan 12, 2017 at 4:39 PM, akhilesh rawat wrote: > Hi , > > thanks for checki

[Qemu-discuss] KVM command to to launch console in VNC

2017-01-23 Thread akhilesh rawat
hi, Could anybody suggest right command to open guest VM console in VNC. I tried like below qemu-kvm -name guest=compute-0 -machine pc-i440fx-rhel7.0.0,accel=kvm,usb=off -cpu Haswell -m 81920 -smp 20 -no-hpet -no-shutdown -boot n -drive file=compute0-disk0.qcow2,format=qcow2,if=none,id=drive-ide

Re: [Qemu-discuss] KVM command to to launch console in VNC

2017-01-23 Thread Vincenzo Romano
I use something like this: ... -vnc 127.72.42.2:0 where 127.72.42.2 is the IP where the VNC server will be listening to. The ":0" is to select the first local console. -- Vincenzo Romano - NotOrAnd.IT Information Technologies -- NON QVIETIS MARIBVS NAVTA PERITVS 2017-01-23 10:10 GMT+01:00 akhi

[Qemu-discuss] KVM management tool sugesstion needed

2017-01-23 Thread akhilesh rawat
hi , I am facing issue with virt-manager tool/ virsh So want to switch to another mangement tool . could i get suggestion which is better to use . br aki