Displaying 6 results from an estimated 6 matches for "vhost_user_set_vring_call".
2017 Jul 09
1
VM freezes while insmod virtio_net.ko
...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: read message VHOST_USER_SET_VRING_ADDR
VHOST_CONFIG: read message VHOST_USER_SET_VRING_KICK
VHOST_CONFIG: vring kick idx:1 file:46
VHOST_CONF...
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
...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 client/server somewhere?
I guess we should implement the server in UML like it is in QEMU (unless
we can figure out how to virtualize the time with HPET or something in
QEMU) and then...
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
...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 client/server somewhere?
I guess we should implement the server in UML like it is in QEMU (unless
we can figure out how to virtualize the time with HPET or something in
QEMU) and then...
2019 May 23
0
[Qemu-devel] custom virt-io support (in user-mode-linux)
...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 client/server somewhere?
See contrib/libvhost-user in the QEMU source tree as well as the
vhost-user-blk and vhost-user-scsi examples in the contrib/ directory....
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