X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fenvs%2Fhost-run-qemu.sh;h=389790eda7f5804b2e6e2558f9ac08cbe7ab2708;hb=2046178d894438b492d93f30941076ee7964f6ab;hp=9cd4b45c2ba0aaa4de82a84f2002a58ed4627c65;hpb=b79d79eb6385a92cdc8c29bf080810becc4602b7;p=kvmfornfv.git diff --git a/ci/envs/host-run-qemu.sh b/ci/envs/host-run-qemu.sh index 9cd4b45c2..389790eda 100755 --- a/ci/envs/host-run-qemu.sh +++ b/ci/envs/host-run-qemu.sh @@ -36,6 +36,7 @@ ${qemu} -smp ${guest_cpus} -monitor unix:${qmp_sock},server,nowait \ -realtime mlock=on -mem-prealloc -enable-kvm -m 1G \ -mem-path /mnt/hugetlbfs-1g \ -device virtio-net-pci,netdev=net0 \ + -vnc :1 threads=`echo "info cpus" | nc -U ${qmp_sock} | grep thread_id | cut -d= -f3`