Module builder

Module builder 

Source
Expand description

Handles setup and initialization a Vmm object. Enables pre-boot setup, instantiation and booting of a Firecracker VMM.

Enums§

BuildMicrovmFromSnapshotError
Error type for build_microvm_from_snapshot.
StartMicrovmError
Errors associated with starting the instance.

Functions§

attach_block_devices
attach_net_devices
build_and_boot_microvm
Builds and boots a microVM based on the current Firecracker VmResources configuration.
build_microvm_for_boot
Builds and starts a microVM based on the current Firecracker VmResources configuration.
build_microvm_from_snapshot
Builds and starts a microVM based on the provided MicrovmState.
create_vmm_and_vcpus