cloud-hypervisor/block
Rob Bradford 6c0dedd560 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>
2024-05-01 18:29:36 +00:00
..
src block: Replace specific bitmap implementation with trait 2024-05-01 18:29:36 +00:00
Cargo.toml misc: Migrate away from versionize 2024-04-22 17:10:55 +00:00