Hi all, How can I use ivshmem in qemu? I run the following command qemu-system-i386 -device ivshmem, shm=ivshmem size=1 linux-0.2.img
but I got such error: qemu-system-i386: -device ivshmem,: could not open disk image shm=ivshmem: Could not open 'shm=ivshmem': No such file or directory How to solve this problem? Thanks a lot! Yuxin