1 مستودع
Hypervisors optimized for low latency and minimal memory overhead specifically for cloud-native guest operating systems.
Distinct from GPU Workload Virtualization and Containerization: Existing candidates focus on networking or GPU virtualization rather than the identity of the hypervisor itself.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Cloud Workload Virtualizers. Refine with filters or upvote what's useful.
Cloud Hypervisor is a Rust-based hypervisor and KVM virtual machine monitor designed to execute 64-bit guest operating systems. It functions as a user-space virtual machine manager that employs a minimal emulation layer to reduce memory overhead and latency for cloud workloads. The project distinguishes itself through the use of a memory-safe language to implement a virtio device emulator and a user-space device model. It provides a standardized web API for managing virtual machine lifecycles and resource configurations. The platform covers broad virtualization capabilities, including the em
Functions as a minimal emulation layer designed to execute 64-bit guest operating systems with optimized resource usage for cloud workloads.