1
2
3
4
use alloc::collections::BTreeSet;
use spinning_top::Spinlock;

pub static VMID_SET: Spinlock<BTreeSet<usize>> = Spinlock::new(BTreeSet::new());