vhost/src
Sergio Lopez 9ad51070f4 Switch to using rust-vmm's vhost and vm-virtio
The main change is that Queue now requires a type parameter of
something that implements GuestAddressSpace. As we already switched to
using GuestMemoryAtomic in a previous commit, we just need to add the
annotations.

There's also a minor change to access Queue::next_avail using
accessors instead of the field.

Signed-off-by: Sergio Lopez <slp@redhat.com>
2020-11-25 17:01:17 +01:00
..
lib.rs Switch to using rust-vmm's vhost and vm-virtio 2020-11-25 17:01:17 +01:00