-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mantle: Rework testiso/metal to use new qemu channel API
First, add an API for creating channels that give a pipe to the Go side, so we don't need to write to temp files that we then read. Now, I'm still trying to fine-tune the interface between the "metal" API and the more hardcoded "testiso". Tweak things so that the install path supports being provided a builder object, but add an API that creates a default one that mostly just sets up the default max memory. (Also, I stopped trying to special case a lower memory for the legacy install because that's going to go away anyways)
- Loading branch information
Showing
3 changed files
with
132 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.