cloud-hypervisor/block
Rob Bradford 8632dda669 block: Replace specific bitmap implementation with trait
Replace the specific Bitmap implementation from the type signature used
for functions that take memory. This allows more flexibility when using
these functions in particular when these functions are used by the
vhost-user-block backend. An updated vhost-user-backend crate requires
extra constraints on the Bitmap implementation used (it must support
BitmapReplace which AtomicBitmap does not.)

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
(cherry picked from commit 6c0dedd560)
2024-08-21 16:02:44 +01:00
..
src block: Replace specific bitmap implementation with trait 2024-08-21 16:02:44 +01:00
Cargo.toml block: Replace use of crc32c crate with crc-any 2024-03-14 19:52:57 -07:00