cloud-hypervisor/virtio-devices/src
Arafatms 3d4e27fa0a virtio-devices: Remove VIRTIO_F_RING_PACKED from default virtio features
The cloud hypervisor tells the VM and the backend to support the PACKED_RING feature,
but it actually processes various variables according to the split ring logic, such
as last_avail_index. Eventually it will cause the following error (SPDK as an example):

    vhost.c: 516:vhost_vq_packed_ring_enqueue: *ERROR*: descriptor has been used before
    vhost_blk.c: 596:process_blk_task: *ERROR*: ====== Task 0x200113784640 req_idx 0 failed ======
    vhost.c: 629:vhost_vring_desc_payload_to_iov: *ERROR*: gpa_to_vva((nil)) == NULL

Signed-off-by: Arafatms <arafatms@outlook.com>
2021-07-07 14:30:47 +02:00
..
transport clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
vhost_user virtio-devices: Remove VIRTIO_F_RING_PACKED from default virtio features 2021-07-07 14:30:47 +02:00
vsock clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
balloon.rs virtio-balloon: use fallocate when balloon inflated 2021-06-16 09:55:22 +02:00
block.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
console.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
device.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
epoll_helper.rs virtio-devices: vhost_user: net: Handle reconnection 2021-06-02 11:59:13 +02:00
iommu.rs virtio-devices, vmm: Update virtio-iommu to rely on VIOT 2021-06-15 17:05:59 +02:00
lib.rs virtio-devices: Remove VIRTIO_F_RING_PACKED from default virtio features 2021-07-07 14:30:47 +02:00
mem.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
net.rs virtio-devices, net_util, vhost_user_net: Retry writing to TAP 2021-06-29 12:31:11 -07:00
pmem.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
rng.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
seccomp_filters.rs virtio-balloon: use fallocate when balloon inflated 2021-06-16 09:55:22 +02:00
watchdog.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00