vm-manager/crates
Till Wegmueller 633e76bad1
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

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
2026-04-07 17:18:53 +02:00
..
vm-manager Add console log tailing module 2026-04-07 17:18:53 +02:00
vmctl Clean up tracing output and infer VM name for ssh command 2026-02-15 12:10:55 +01:00