Hi,
I am implementing a client of vhost-user that is a new feature of QEMU-2.1.
(The vhost-user creates a unix domain socket to send and receive
virtio-net informations.)
Anyway, I need data definitions to understand message from vhost-user.
My problem is that our project is BSD license.
What is
Hi Sławomir,
If you are using linux, how about using IVSHMEM?
You may be able to get physical memory from hugetlbfs on host, then
export it as pci memory to a guest.
Then, mmap it from user application of the guest.
Thanks,
Tetsuya
(2014/09/03 18:19), Sławomir Kowalewski wrote:
> Hi,
>
> I have