vm-manager/crates/vm-manager/src
Till Wegmueller 7f65305fb8
Fix exec_streaming blocking: run channel.exec() before switching to non-blocking mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 12:18:02 +01:00
..
backends Add console and provision logging, vmctl log command, fix ssh user 2026-02-15 12:01:25 +01:00
cloudinit.rs Add vm-manager library and vmctl CLI 2026-02-14 18:25:17 +01:00
error.rs Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00
image.rs Add vm-manager library and vmctl CLI 2026-02-14 18:25:17 +01:00
lib.rs Add VMFile.kdl declarative VM definitions with up/down/reload/provision commands 2026-02-14 20:48:12 +01:00
provision.rs Stream provision output live and fix generated key permissions 2026-02-15 12:06:06 +01:00
ssh.rs Fix exec_streaming blocking: run channel.exec() before switching to non-blocking mode 2026-02-15 12:18:02 +01:00
traits.rs Make QEMU backend fully functional end-to-end 2026-02-14 18:58:02 +01:00
types.rs Make QEMU backend fully functional end-to-end 2026-02-14 18:58:02 +01:00
vmfile.rs Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00