feat(hostd): varlink interfaced host controller to manage machine configuration and boot mgmt

This commit is contained in:
Lars Sjöström 2025-01-08 11:09:34 +01:00
parent 8e99ab4555
commit d4b0b5d955
No known key found for this signature in database
16 changed files with 974 additions and 51 deletions
internal/src

1
internal/src/lib.rs Normal file
View file

@ -0,0 +1 @@
pub mod ipc;