Function vm_runner::run_vm

source ·
pub fn run_vm(
    boot_image: impl AsRef<Path>,
    ports: &[u16],
    body: impl FnOnce(&mut Machine)
)