跳到主要内容

Guest 管理入口

Axvisor 的 Guest 相关操作分布在多个入口点。

常用入口

入口用途
os/axvisor/scripts/setup_qemu.sh准备 Guest 镜像、rootfs、VM 配置
cargo xtask axvisor qemu --arch aarch64启动 Axvisor 并运行 Guest
os/axvisor/configs/vms/*.tomlGuest VM 配置定义
运行时 shell 与 VMM 日志运行时状态查看

推荐工作顺序

  1. 准备镜像与 rootfs — 执行 setup_qemu.sh
  2. 确认板级和 VM 配置 — 检查 configs/board/*.tomlconfigs/vms/*.toml
  3. 启动 Axvisor — 执行 cargo xtask axvisor qemu
  4. 确认 Guest 状态 — 通过 shell 日志或运行时输出

详细参考