vm-manager/crates
Till Wegmueller 245e71fac7 Add console log tailing module
New `console` module providing `ConsoleTailer` for async serial console
log streaming from VM backends:
- Connects to QEMU's Unix domain socket console
- Streams lines via tokio mpsc channel
- Retries connection (500ms intervals, 30s timeout)
- Graceful shutdown via watch channel
- Fallback `read_console_log()` for post-mortem log file reading
2026-04-07 15:41:25 +02:00
..
vm-manager Add console log tailing module 2026-04-07 15:41:25 +02:00
vmctl Clean up tracing output and infer VM name for ssh command 2026-02-15 12:10:55 +01:00