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
1a06ac6 Rename the uart log to console.log, as we still need to log stdout/err 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 af58b82 Use hyperkit's ring buffer uart logging instead of ASL so a log is put into the VMs run dir
3d60a42 Add GitHub Actions CI to test the project on macOS d6f89c3 Add generation of MAC addresses when not specified in the configuration file for a TAP net type. Move pidFile() and uuidFile() to a new file internal/config/file.go along with a new hwaddrFile() function
c19ca61 Automatically generate, store, and subsequently load a VM UUID in the VM's run dir if not specified. 3b46101 Move version injection into main and allow setting root.Version. This allows us to use the default goreleaser version number injection settings fba5087 Update todos
3b46101 Move version injection into main and allow setting root.Version. This allows us to use the default goreleaser version number injection settings 7109e93 Update todos
193d69a Add CircleCI config, fix one comment on VM map to fix lint warning 147a57f 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 cd22d80 Add readme b517e71 Add start and stop command aliases for up and down 6fb3051 Change to running CircleCI in macOS 2651982 Fix yaml syntax error on CircleCI config file 5dc5c89 Go mod tidy bdb900f Regenerate go.sum c764ea1 Rename up command to start, and down to stop b58279a Revert "Rename up command to start, and down to stop" 9e458d8 Update flaggy dep 17a64dd Update todos 90418b2 Update todos
6a1f8ce Make relative paths in a VM config relative to the run_dir, split out setting defaults 520ca5e Set RunDir if its a relative path based on configuration file, set default RunDir as .run/vm/
7c685c6 Add down functionality to stop VMs 251ddfe If one of the tap interfaces doesn't come up, still add the ones that do come up to the bridge. This allows hkmgr up to be more idempotent. b0763fa Rev to flaggy 1.2.1 74d2b65 Vendor go-ps