Dying 发表于 2017-12-11 15:49:08

ivshmem

朋友们,下午好,我在一个帖子上知道了ivshmem,它能帮助我们获得虚拟机pci的内存,
并且创建一个共享内存块,设备产生中断信号的时候能够访问内存块。

但是我在使用ivshmem-server开启服务的时候失败了,提示我"Example code, do not use in production,cannot bind"。

我用的命令:
ivshmem-server -p /var/run/ivshmem-server.pid-S /tmp/ivshmem_socket-M ivshmem -m /dev/shm -l 64M -n 2

我的qemu:2.11

ilbvirt:3.9

宿主机:ubuntu 1604

客户机:window 7 professor

sejishikong 发表于 2018-5-20 10:57:36

提示是很明确的。
不然就试试从源码编译。
https://github.com/cmacdonell/ivshmem-code
页: [1]
查看完整版本: ivshmem