Displaying 1 result from an estimated 1 matches for "ivshmem_socket".
2017 Dec 11
1
Inter Shared Memory ( Ivshmem ) : Cannot Bind
...ves.
First, I create host memory backend:
-object memory-backend-file,size=1M,share,mem-path=/dev/shm/ivshmem,id=hostmem
Twice, Bind a shared memory device to my guest:
-device ivshmem-plain,memdev=hostmem
Then I boot ivshmem servi
ivshmem-server -p /var/run/ivshmem-server.pid -S /tmp/ivshmem_socket -M ivshmem -m /dev/shm -l 1M -n 2
Next time i get this error:
*** Example code, do not use in production ***
cannot bind
And i search the problem on google, but nothing to get, hope you can help me solve it.
following message is my host environment:
host: ubuntu 1604
qemu: versio...