banger/internal
Thales Maciel c8d9a122f9
Speed up VM create with work seeds
Beat VM create wall time without changing VM semantics.

Generate a work-seed ext4 sidecar during image builds and rootfs rebuilds, then clone and resize that seed for each new VM instead of rebuilding /root from scratch. Plumb the new seed artifact through config, runtime metadata, store state, runtime-bundle defaults, doctor checks, and default-image reconciliation so older images still fall back cleanly.

Add a daemon TAP pool to keep idle bridge-attached devices warm, expose stage timing in lifecycle logs, add a create/SSH benchmark script plus Make target, and teach verify.sh that tap-pool-* devices are reusable capacity rather than cleanup leaks.

Validated with go test ./..., make build, ./verify.sh, and make bench-create ARGS="--runs 2".
2026-03-18 21:22:12 -03:00
..
api Add vsock-backed SSH session reminders 2026-03-18 20:14:51 -03:00
cli Speed up VM create with work seeds 2026-03-18 21:22:12 -03:00
config Speed up VM create with work seeds 2026-03-18 21:22:12 -03:00
daemon Speed up VM create with work seeds 2026-03-18 21:22:12 -03:00
firecracker Add vsock-backed SSH session reminders 2026-03-18 20:14:51 -03:00
guest Add vsock-backed SSH session reminders 2026-03-18 20:14:51 -03:00
guestconfig Refactor VM lifecycle around capabilities 2026-03-18 19:28:26 -03:00
hostnat Move helper NAT management into Go 2026-03-17 15:07:49 -03:00
model Speed up VM create with work seeds 2026-03-18 21:22:12 -03:00
paths Add vsock-backed SSH session reminders 2026-03-18 20:14:51 -03:00
policy Move avoidable daemon shell-outs into Go 2026-03-17 17:13:07 -03:00
rpc Propagate RPC cancellation to daemon requests 2026-03-16 18:28:33 -03:00
runtimebundle Speed up VM create with work seeds 2026-03-18 21:22:12 -03:00
store Speed up VM create with work seeds 2026-03-18 21:22:12 -03:00
system Speed up VM create with work seeds 2026-03-18 21:22:12 -03:00
vmdns Replace mapdns with daemon DNS 2026-03-17 15:49:35 -03:00
vsockping Add vsock-backed SSH session reminders 2026-03-18 20:14:51 -03:00