cloud-hypervisor/vm-virtio/src
Cathy Zhang d38787c578 vm-virtio: Add control queue support in net_util.rs
As virtio spec 1.1 said, the driver uses the control queue
to send commands to manipulate various features of the devices,
such as VIRTIO_NET_F_MQ which is required by multiple queue
support. Here add the control queue handling process.

Signed-off-by: Cathy Zhang <cathy.zhang@intel.com>
2020-01-17 12:06:19 +01:00
..
transport vm-virtio: Stop delivering interrupt while NO_VECTOR 2020-01-17 12:06:19 +01:00
vhost_user vm-virtio: Implement refactor for net devices and backend 2020-01-17 12:06:19 +01:00
vsock vm-virtio, vmm, vfio: Store GuestMemoryMmap in an Arc<ArcSwap<T>> 2020-01-02 13:20:11 +00:00
block.rs vm-virtio, vmm, vfio: Store GuestMemoryMmap in an Arc<ArcSwap<T>> 2020-01-02 13:20:11 +00:00
console.rs vm-virtio: Improve virtio-console input processing 2020-01-08 15:37:02 +01:00
device.rs vm-virtio, vmm, vfio: Store GuestMemoryMmap in an Arc<ArcSwap<T>> 2020-01-02 13:20:11 +00:00
iommu.rs vm-virtio: Implement VIRTIO_IOMMU_F_PROBE feature 2020-01-08 09:27:07 +01:00
lib.rs vm-virtio: Create new module to abstract common parts for net devices 2020-01-17 12:06:19 +01:00
net_util.rs vm-virtio: Add control queue support in net_util.rs 2020-01-17 12:06:19 +01:00
net.rs vm-virtio: Implement refactor for net devices and backend 2020-01-17 12:06:19 +01:00
pmem.rs vm-virtio, vmm, vfio: Store GuestMemoryMmap in an Arc<ArcSwap<T>> 2020-01-02 13:20:11 +00:00
queue.rs vsock: vhost_user: vfio: Fix potential host memory overflow 2019-12-12 22:15:50 +01:00
rng.rs vm-virtio, vmm, vfio: Store GuestMemoryMmap in an Arc<ArcSwap<T>> 2020-01-02 13:20:11 +00:00