Displaying 5 results from an estimated 5 matches for "vhost_user_set_own".
Did you mean:
vhost_user_set_owner
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
...this feature
bit? Especially since it says: "Slave that reported
VHOST_USER_F_PROTOCOL_FEATURES must support this message even before
VHOST_USER_SET_FEATURES was called."
* VHOST_USER_GET_PROTOCOL_FEATURES - looking at the list, most I don't
really need here, but OK
* VHOST_USER_SET_OWNER - ??
* VHOST_USER_RESET_OWNER - ignore
* VHOST_USER_SET_MEM_TABLE - store the data/FDs for later use, I guess
* VHOST_USER_SET_VRING_NUM - store the data for later use
* VHOST_USER_SET_VRING_ADDR - dito
* VHOST_USER_SET_VRING_BASE - dito
* VHOST_USER_SET_VRING_KICK - start epoll on the F...
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
...this feature
bit? Especially since it says: "Slave that reported
VHOST_USER_F_PROTOCOL_FEATURES must support this message even before
VHOST_USER_SET_FEATURES was called."
* VHOST_USER_GET_PROTOCOL_FEATURES - looking at the list, most I don't
really need here, but OK
* VHOST_USER_SET_OWNER - ??
* VHOST_USER_RESET_OWNER - ignore
* VHOST_USER_SET_MEM_TABLE - store the data/FDs for later use, I guess
* VHOST_USER_SET_VRING_NUM - store the data for later use
* VHOST_USER_SET_VRING_ADDR - dito
* VHOST_USER_SET_VRING_BASE - dito
* VHOST_USER_SET_VRING_KICK - start epoll on the F...
2019 May 23
0
[Qemu-devel] custom virt-io support (in user-mode-linux)
...since it says: "Slave that reported
> VHOST_USER_F_PROTOCOL_FEATURES must support this message even before
> VHOST_USER_SET_FEATURES was called."
>
> * VHOST_USER_GET_PROTOCOL_FEATURES - looking at the list, most I don't
> really need here, but OK
>
> * VHOST_USER_SET_OWNER - ??
>
> * VHOST_USER_RESET_OWNER - ignore
>
> * VHOST_USER_SET_MEM_TABLE - store the data/FDs for later use, I guess
>
> * VHOST_USER_SET_VRING_NUM - store the data for later use
> * VHOST_USER_SET_VRING_ADDR - dito
> * VHOST_USER_SET_VRING_BASE - dito
> * VHOST_...
2019 May 22
4
custom virt-io support (in user-mode-linux)
Hi,
While my main interest is mostly in UML right now [1] I've CC'ed the
qemu and virtualization lists because something similar might actually
apply to other types of virtualization.
I'm thinking about adding virt-io support to UML, but the tricky part is
that while I want to use the virt-io basics (because it's a nice
interface from the 'inside'), I don't actually
2019 May 22
4
custom virt-io support (in user-mode-linux)
Hi,
While my main interest is mostly in UML right now [1] I've CC'ed the
qemu and virtualization lists because something similar might actually
apply to other types of virtualization.
I'm thinking about adding virt-io support to UML, but the tricky part is
that while I want to use the virt-io basics (because it's a nice
interface from the 'inside'), I don't actually