You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Support multiple TOML Configuration Files
- Support multiple configuration files (eg. specifying -c / --config
multiple times).
- Support reading multiple configurtion files by specifying a directory
of toml files.
- Hkmgr now defaults to looking for hkmgr.toml and hkmgr.d/*.toml in
the CWD when no configuration file is specified.
Closed#15.
Rename the uart log to console.log, as we still need to log stdout/er…
…r and this probably makes more sense to name generically log. Allow specification of raw or device HDDs, by not prepending the file:// which qcow requires
Add PID in status output. Check that the process executable is either…
… 'hyperkit' or 'com.docker.hyper'. Note, the executable name is limited to 16 bytes long