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

feat: Add Xen support #1240

Open
wants to merge 4 commits into
base: staging
Choose a base branch
from
Open

Commits on Jul 5, 2024

  1. feat(machine/xen): Introduce Xen support

    Signed-off-by: Andrei Stan <[email protected]>
    andreistan26 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    de6eda2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f06fa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    ce1ced4 View commit details
    Browse the repository at this point in the history
  2. fix(logs): Tail logs from already exited unikernel

    In the case of Xen, on fast applications, the logs
    would have been called when the machine was already
    in the exit state.
    
    Signed-off-by: Andrei Stan <[email protected]>
    andreistan26 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    773ffc4 View commit details
    Browse the repository at this point in the history