cloud-hypervisor/block_util
Sebastien Boeuf 77df4e6773 vm-virtio: Define and implement Translatable trait
This new trait simplifies the address translation of a GuestAddress by
having GuestAddress implementing it.

The three crates virtio-devices, block_util and net_util have been
updated accordingly to rely on this new trait, helping with code
readability and limiting the amount of duplicated code.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-01-27 10:00:20 +00:00
..
src vm-virtio: Define and implement Translatable trait 2022-01-27 10:00:20 +00:00
Cargo.toml build: bump libc from 0.2.113 to 0.2.114 2022-01-26 13:06:50 +00:00