Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mantle: Rework testiso/metal to use new qemu channel API #1307

Merged

Commits on Apr 2, 2020

  1. 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)
    cgwalters committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    7208d41 View commit details
    Browse the repository at this point in the history