cloud-hypervisor/virtio-devices
Sebastien Boeuf 47be87c7cc virtio-devices: vhost_user: Don't set features before ACK from guest
The VIRTIO features should not be set before they are acked from the
guest. This code was only present to overcome a vhost crate limitation
that was expecting the VIRTIO features to be set before we could fetch
and set the protocol features.

The vhost crate has been recently fixed by removing the limitation,
therefore there's no need for this workaround in the Cloud Hypervisor
codebase anymore.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-05-24 00:34:46 +02:00
..
src virtio-devices: vhost_user: Don't set features before ACK from guest 2021-05-24 00:34:46 +02:00
Cargo.toml build: Bulk upgrade dependencies including fuzz 2021-05-12 13:57:16 +01:00