An open API service indexing awesome lists of open source software.

https://github.com/spacescale/guestd

microVM guest daemon for spacescale
https://github.com/spacescale/guestd

daemon erofs firecracker guest-daemon init microvm mmds pid-1 pid1 process-manager rust uefi virtualization vsock

Last synced: 1 day ago
JSON representation

microVM guest daemon for spacescale

Awesome Lists containing this project

README

          

[![CI](https://github.com/spacescale/guestd/actions/workflows/CI.yaml/badge.svg)](https://github.com/spacescale/guestd/actions/workflows/CI.yaml)
[![Release](https://img.shields.io/github/v/release/spacescale/guestd)](https://github.com/spacescale/guestd/releases/latest)
[![MSRV](https://img.shields.io/badge/rustc-1.96.0-blue)](https://releases.rs/docs/1.96.0/)
[![License](https://img.shields.io/github/license/spacescale/guestd)](./LICENSE)

# guestd

`guestd` is the guest runtime that boots inside a SpaceScale microVM. It brings the guest to a ready state and speaks the host↔guest contract used by
SpaceScale’s host daemon. Its behavior is intentionally narrow and is mostly shaped by that contract.