cloud-hypervisor/virtio-devices
Sebastien Boeuf 3593055e77 virtio-devices: Consider vhost-user protocol feature as acked
For vhost-user devices, we don't want to loose the vhost-user protocol
feature through the negotiation between guest and device. Since we know
VIRTIO has no knowledge of the vhost-user protocol feature, there is no
way it would ever be acknowledged by the guest. For that reason, we
create each vhost-user device with the set of acked features containing
the vhost-user protocol feature is this one was part of the available
list.

Having the set of acked features containing this bit allows for solving
a bug that was happening through the migration process since the
vhost-user protocol feature wasn't explicitely enabled.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-02-21 10:43:07 +00:00
..
src virtio-devices: Consider vhost-user protocol feature as acked 2022-02-21 10:43:07 +00:00
Cargo.toml build: bump libc from 0.2.117 to 0.2.118 2022-02-16 09:28:41 +00:00