Displaying 6 results from an estimated 6 matches for "vhost_user_set_vring_kick".
2017 Jul 09
1
VM freezes while insmod virtio_net.ko
...spatchDomainReset) so I
have to use virsh destroy instead.
On the ovs-vswitchd side, the last log I can see is:
VHOST_CONFIG: read message VHOST_USER_SET_VRING_NUM
VHOST_CONFIG: read message VHOST_USER_SET_VRING_BASE
VHOST_CONFIG: read message VHOST_USER_SET_VRING_ADDR
VHOST_CONFIG: read message VHOST_USER_SET_VRING_KICK
VHOST_CONFIG: vring kick idx:0 file:59
VHOST_CONFIG: virtio is not ready for processing.
VHOST_CONFIG: read message VHOST_USER_SET_VRING_CALL
VHOST_CONFIG: vring call idx:0 file:60
VHOST_CONFIG: read message VHOST_USER_SET_VRING_NUM
VHOST_CONFIG: read message VHOST_USER_SET_VRING_BASE
VHOST_CONFIG:...
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
...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 FD (assuming there is
one, give up if not?) - well, if ring is
enabled?
* VHOST_USER_SET_VRING_CALL - ...
I guess there might be better documentation on the ioctl interfaces?
Do you know if there's a sample c...
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
...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 FD (assuming there is
one, give up if not?) - well, if ring is
enabled?
* VHOST_USER_SET_VRING_CALL - ...
I guess there might be better documentation on the ioctl interfaces?
Do you know if there's a sample c...
2019 May 23
0
[Qemu-devel] custom virt-io support (in user-mode-linux)
...ET_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 FD (assuming there is
> one, give up if not?) - well, if ring is
> enabled?
> * VHOST_USER_SET_VRING_CALL - ...
>
> I guess there might be better documentation on the ioctl interfaces?
>
>
>...
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