Try sending the VM's console to stdout and see what you learn.

||-append "|console=ttyS0" -serial stdio|


Ray K

On 24/11/2017 06:48, 박민철 wrote:
Hi,
I'm new to vpp and trying to bench mark this.
I followed the tutorial, https://wiki.fd.io/view/VPP/Use_VPP_to_connect_VMs_Using_Vhost-User_Interface. When I try to instantiate the VM with below command, it seems like to be hanged and there's no reponse from terminal.

qemu-system-x86_64 \
     -enable-kvm -m 1024 \
     -bios OVMF.fd \
     -smp 4 -cpu host \
     -vga none -nographic \
     -drive file="1-clear-14200-kvm.img",if=virtio,aio=threads \
     -chardev socket,id=char1,path=/tmp/sock1.sock \
     -netdev type=vhost-user,id=mynet1,chardev=char1,vhostforce \
     -device virtio-net-pci,mac=00:00:00:00:00:01,netdev=mynet1 \
     -object 
memory-backend-file,id=mem,size=1024M,mem-path=/dev/hugepages,share=on \
     -numa node,memdev=mem -mem-prealloc \
     -debugcon file:debug.log -global isa-debugcon.iobase=0x402

Is there any one who faced with same problem as me?
My environment is like this,
 - Dell R730
 - Intel X720 NIC
 - 16 Core, 2 Socket
 - 64GB Ram
 - Ubuntu 16.04

Regards,




_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev

_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to