_2025-06-24_15:53:03_2025-06-24 15:53:03
Aya - an eBPF library built from the ground up purely in Rust
原文链接失效了?试试备份
TAGs:数据中心 eBPF Rust
Summary: eBPF is a technology that enables running user-supplied programs inside the Linux kernel. Aya is an eBPF library built in Rust, offering a true compile once, run everywhere solution with features like BTF support, function call relocation, and async support. Notable users of Aya include Anza, Deepfence, Exein, and Kubernetes SIGs. Aya is known for its easy deployment and fast build time.eBPF 是一种允许在 Linux 内核中运行用户提供的程序的技术。Aya 是一个用 Rust 构建的 eBPF 库,提供真正的一次编译、随处运行的解决方案,具有 BTF 支持、函数调用重定位和异步支持等功能。Aya 的著名用户包括 Anza、Deepfence、Exein 和 Kubernetes SIG。Aya 以其易于部署和快速构建时间而闻名。
_2024_12_4_17|09|40_2024_12_4 17|09|40
Building the virtualization stack of the future with rust-vmm " Opensource.com
原文链接失效了?试试备份
TAGs:虚拟化&容器 Rust 虚拟机
saved date: Wed Dec 04 2024 17:09:40 GMT+0800 (中国标准时间)
_2024_7_1_15_23_17_2024_7_1 15_23_17
Hypervisor Development in Rust Part 1 - memN0ps
原文链接失效了?试试备份
TAGs:虚拟化&容器 Rust 虚拟机
saved date: Mon Jul 01 2024 15:23:17 GMT+0800 (中国标准时间)
_2025_2_8_17:35:39_2025_2_8 17:35:39
hvisor 概述 - hvisor 手册
原文链接失效了?试试备份
TAGs:虚拟化&容器 Rust 虚拟机
saved date: Sat Feb 08 2025 17:35:39 GMT+0800 (中国标准时间)
_2024_7_1_20_31_52_2024_7_1 20_31_52
rust-vmm
原文链接失效了?试试备份
TAGs:虚拟化&容器 Rust 虚拟机
saved date: Mon Jul 01 2024 20:31:52 GMT+0800 (中国标准时间)
_2024_7_2_11_32_25_2024_7_2 11_32_25
使用 Rust 实现 VirtIO 驱动 - 杰哥的{运维,编程,调板子}小笔记
原文链接失效了?试试备份
TAGs:虚拟化&容器 Rust 虚拟机
saved date: Tue Jul 02 2024 11:32:25 GMT+0800 (中国标准时间)
_2025-06-24_15:15:35_2025-06-24 15:15:35
探索Google的crosvm:一款轻量级虚拟化解决方案-CSDN博客
原文链接失效了?试试备份
TAGs:虚拟化&容器 Rust 虚拟机
Summary: The blog post introduces Crosvm, an open-source project developed by Google for managing virtual machines on Chrome OS. Crosvm is written mainly in Rust and uses KVM to provide a virtualization solution on Chrome OS. It allows users to run multiple independent operating systems on a single hardware platform, enabling various applications such as software development, sandbox environments, and multi-tasking. The post also discusses the features of Crosvm, including its lightweight design, high performance, extensibility, and security.该博客文章介绍了 Crosvm,这是 Google 开发的一个开源项目,用于管理 Chrome OS 上的虚拟机。Crosvm 主要用 Rust 编写,并使用 KVM 在 Chrome OS 上提供虚拟化解决方案。它允许用户在单个硬件平台上运行多个独立的作系统,从而支持各种应用程序,例如软件开发、沙盒环境和多任务处理。该博文还讨论了 Crosvm 的特性,包括其轻量级设计、高性能、可扩展性和安全性。