pub type DirtyBitmap = HashMap<u32, Vec<u64>>;
Shorthand type for KVM dirty page bitmap.
pub struct DirtyBitmap { /* private fields */ }