|
From: | Vivek Gupta |
Subject: | [Qemu-discuss] No terminal Window in VM machine |
Date: | Mon, 9 May 2016 06:12:09 +0000 |
Hi
I am doing host to vm communication and and launched the VM as below- qemu-system-x86_64 -m 1024 -smp 3 -cpu host -hda /var/lib/libvirt/images/GuestImage.img -boot c -enable-kvm -pidfile /tmp/GuestImage.pid -monitor unix:/tmp/gmmonitor,server,nowait -name 'GuestImage' -net none -no-reboot -object memory-backend-file,id=mem,size=1024M,mem-path=/dev/hugepages,share=on -numa node,memdev=mem -mem-prealloc \ -chardev socket,id=char1,path=/var/run/openvswitch/vhost-user0 -netdev type=vhost-user,id=net1,chardev=char1,vhostforce -device virtio-net-pci,netdev=net1,mac=00:00:00:00:00:01,csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off,mrg_rxbuf=off \ -chardev socket,id=char2,path=/var/run/openvswitch/vhost-user1 -netdev type=vhost-user,id=net2,chardev=char2,vhostforce -device virtio-net-pci,netdev=net2,mac=00:00:00:00:00:02,csum=off,gso=off,guest_tso4=off,guest_tso6=off,guest_ecn=off,mrg_rxbuf=off My VM is launched but no terminal window is appearing in it. Whenever I do Ctrl+Atl+T then host terminal window gets open. Although I am able to do other keyboard and mouse operation in VM machine. My area of concern is terminal window in VM machine which is not opening. Do I need to pass any additional parameter ? Please suggest. Thanks & Regards Vivek Gupta
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. ---------------------------------------------------------------------------------------------------------------------------------------------------- |
[Prev in Thread] | Current Thread | [Next in Thread] |