mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-10 21:51:35 +00:00
Move NetQueuePair and the related NetCounters into the net_util crate. This means that the vhost_user_net crate now no longer depends on virtio-devices and so does not depend on the pci, qcow or other similar crates. This significantly simplifies the build chain for this backend. Signed-off-by: Rob Bradford <robert.bradford@intel.com>