Go to file
runningshrimp 6e166be435 清理向后兼容性代码和标记删除的代码
- 删除 vm-core/src/parallel.rs 中的 new_legacy 方法
- 删除 vm-core/src/parallel.rs 中的废弃 run_parallel 方法
- 删除 vm-mem/src/unified_mmu.rs 中的废弃 multilevel_tlb_config 和 concurrent_tlb_config 字段
- 删除 vm-boot/src/snapshot.rs 中的废弃 SnapshotManager 类型别名
- 删除 vm-passthrough/src/gpu.rs 中的废弃 GpuManager 类型别名
- 更新测试文件使用新的 API
2025-12-23 18:30:29 +08:00
.cargo feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
.githooks feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
.github/workflows feat: 完成3.1代码质量改进和3.2性能优化 2025-12-05 10:14:49 +08:00
.trae/documents Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
async-executor Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
benches Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
coroutine-scheduler Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
distributed-executor Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
docs Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
examples Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
gc-optimizer Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
k8s Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
memory-optimizer Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
ml-guided-compiler Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
monitoring Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
parallel-jit Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
perf-bench Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
pgo-optimizer Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
scripts Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
security-sandbox Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
syscall-compat Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
tests 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
tiered-compiler Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-accel Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-adaptive Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-boot 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-cli Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-codegen Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-common Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-core 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-cross-arch 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-cross-arch-integration-tests Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-debug Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-desktop Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-device Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-domain-events Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-encoding Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-engine-interpreter Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-engine-jit 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-error Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-frontend-arm64 Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-frontend-riscv64 Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-frontend-x86_64 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-gpu Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-instruction-patterns Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-interface Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-ir Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-mem 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-memory-access Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-monitor Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-optimization Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-osal Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-passthrough 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-perf-regression-detector Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-plugin Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-register Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-resource Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-runtime 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-service Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-simd Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-stress-test-runner Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-tests 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
vm-todo-tracker Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
vm-validation Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
.gitignore feat: 实现统一GPU管理系统、快照管理、模板系统、实时迁移和GDB调试支持 2025-11-29 00:49:34 +08:00
Cargo.lock 清理向后兼容性代码和标记删除的代码 2025-12-23 18:30:29 +08:00
Cargo.toml Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
build_errors.txt Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
build_output.txt Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
cargo_check_output.txt Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
check_output.txt Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
check_output_detailed.txt Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
check_output_vm_mem.txt Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
errors.json Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
filtered_errors.json Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
full_check_output.txt Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00
rust-toolchain.toml feat: 实现统一GPU管理系统、快照管理、模板系统、实时迁移和GDB调试支持 2025-11-27 20:39:49 +08:00
vm-device-errors.txt Fix all warnings and errors to achieve 0 warning 0 error 2025-12-18 21:14:25 +08:00