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

[RFC] providers: add qemu provider for boot check-in #488

Closed
wants to merge 3 commits into from

Commits on Sep 8, 2020

  1. cargo: add tokio-oga

    lucab committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    9f1c289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e6da05 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. providers: add qemu provider for boot check-in

    This adds a new provider for the "qemu" platform.
    In particular, this provider currently supports checking in to
    the host in order to report a successful boot.
    This is performed through a VirtIO port, re-using the same console
    and protocol used by oVirt guest-agent. Though, this is intentionally
    not aimed at providing a full guest-agent implementation.
    lucab committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    6285d54 View commit details
    Browse the repository at this point in the history