vmsilo/vmsilo-balloond
Davíð Steinn Geirsson 6d7b606d02 feat: add cloud-hypervisor support to balloond and dbus-proxy
- BalloonBackend trait abstracting over hypervisor-specific balloon control
- CrosvmBackend wrapping existing crosvm control socket protocol
- CloudHypervisorBackend using raw HTTP/1.1 over persistent Unix socket
  (GET /api/v1/vm.balloon-statistics, PUT /api/v1/vm.resize)
- Watcher recognizes both crosvm-control.socket and
  cloud-hypervisor-control.socket for auto-discovery
- dbus-proxy: CONNECT protocol support for cloud-hypervisor vsock,
  generic stream handling, --cid/--vsock-socket CLI args
- NixOS module: enable dbus-proxy for all VMs, vary args by hypervisor
2026-03-22 11:19:57 +00:00
..
src feat: add cloud-hypervisor support to balloond and dbus-proxy 2026-03-22 11:19:57 +00:00
.gitignore feat: add vmsilo-balloond dynamic balloon memory daemon 2026-02-17 18:09:30 +00:00
Cargo.lock refactor(balloond): simplify deps, remove unsafe, improve reliability 2026-02-18 00:26:15 +00:00
Cargo.toml refactor(balloond): simplify deps, remove unsafe, improve reliability 2026-02-18 00:26:15 +00:00