cloud-hypervisor/virtio-devices/src
Sebastien Boeuf 8f0bf82648 io_uring: Add new feature gate
By adding a new io_uring feature gate, we let the user the possibility
to choose if he wants to enable the io_uring improvements or not.
Since the io_uring feature depends on the availability on recent host
kernels, it's better if we leave it off for now.

As soon as our CI will have support for a kernel 5.6 with all the
features needed from io_uring, we'll enable this feature gate
permanently.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-08-03 14:15:01 +01:00
..
transport pci: Enable GSI routing (MSI type) for AArch64 2020-07-14 14:34:54 +01:00
vhost_user virtio-devices: vhost_user: block: Only change mutable field in write_config() 2020-07-16 13:17:22 +02:00
vsock virtio-devices: vsock: Remove write_config() implementation 2020-07-16 13:17:22 +02:00
balloon.rs virtio-devices: Port devices over to new read_config_from_slice() helper 2020-07-16 13:17:22 +02:00
block_io_uring.rs virtio-devices: Improve error handling for virtio-blk io_uring 2020-08-03 14:15:01 +01:00
block.rs virtio-block: Port to EpollHelper 2020-07-23 13:10:34 +01:00
console.rs virtio-devices: Port devices over to new read_config_from_slice() helper 2020-07-16 13:17:22 +02:00
device.rs virtio-devices: Introduce helper for implementing read_config() 2020-07-16 13:17:22 +02:00
epoll_helper.rs virtio-devices: Implement AsRawFd for EpollHelper 2020-07-24 13:50:37 +02:00
iommu.rs virtio-devices: Port devices over to new read_config_from_slice() helper 2020-07-16 13:17:22 +02:00
lib.rs io_uring: Add new feature gate 2020-08-03 14:15:01 +01:00
mem.rs virtio-devices: Port devices over to new read_config_from_slice() helper 2020-07-16 13:17:22 +02:00
net_util.rs net_util, vhost_user_net, virtio-devices: Move NetQueuePair 2020-07-08 16:11:50 +01:00
net.rs virtio-devices, net_util: Migrate virtio-net to EpollHelper 2020-07-24 13:50:37 +02:00
pmem.rs virtio-devices: Port devices over to new read_config_from_slice() helper 2020-07-16 13:17:22 +02:00
rng.rs virtio-devices: Remove warning generating read_config() implementation 2020-07-16 13:17:22 +02:00