登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
就在本周六,成都站 Gitee Talk | 模力方舟 AI 应用开发沙龙抢占最后席位!聚焦 AI 开发全链路,结识技术同频人~
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
2
Star
0
Fork
1
mirrors_rust-vmm
/
linux-loader
代码
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v0.13.0
5ec7e6e
2024-10-22 21:17
下载
v0.12.0
69fc3b3
2024-09-11 05:55
下载
v0.11.0
0f0e997
2024-01-18 07:11
下载
v0.10.0
eedcf57
2023-10-13 19:25
下载
linux-loader-v0.9.0
v0.9.0 Fixed - [[#71]](https://github.com/rust-vmm/linux-loader/issues/71) Fix incorrect alignment for ELF notes, starting address of name field and descriptor field have a 4-byte alignment.
004366d
2023-05-02 22:57
下载
v0.8.1
v0.8.1 Fixed: - [[#125]](https://github.com/rust-vmm/linux-loader/pull/125) The ELF header contains offsets that the loader uses to find other structures. If those offsets are beyond the end of the file (or would go past the end of the file) it is essential to error out when attempting to read those. Added: - Add a new criterion advisory to ignore list [`2580d4`](https://github.com/rust-vmm/linux-loader/commit/2580d45f741988468e9b086adbcadae7cc7433a5)
e1dccdd
2022-12-08 00:39
下载
v0.8.0
v0.8.0 Changed - Updated vm-memory from 0.9.0 to 0.10.0.
8a6eed8
2022-11-11 22:51
下载
v0.7.0
[v0.7.0] Added - Added `insert_init_args` method allowing insertion of init arguments into `Cmdline`. Changed - Removed `InvalidDevice` error type (it wasn't used anywhere). - Replaced `From` with `TryFrom<Cmdline>` for `Vec<u8>` to be able to propagate errors returned by `as_cstring` when converting a `Cmdline` to `Vec<u8>`. - Support added for both boot and init arguments in `try_from`. - Changed `new` to return `Result` for invalid command line capacity handling.
ad0a007
2022-10-19 18:39
下载
v0.6.0
[v0.6.0] Changed - Crate is now using edition 2021. Added - Derived `Eq` for `Error` types and the `PvhBootCapability` enum. Fixed - Fixed a bug in `load_cmdline` due to which the command line was not null terminated. This resulted in a change in the `Cmdline` API where instead of returning the cmdline as a String, we're now returning it as a `CString` as the latter has support for converting it to a null terminated bytes array. - Fixed an off-by-one error in load_cmdline, where we were doing validations on the first address after the command line memory region, instead of the last inclusive one of it.
21d0180
2022-09-23 17:35
下载
v0.5.0
[v0.5.0] Fixed - [#104] Fixed the --no-default-features not working. Changed - [#111] Use caret requirements for dependencies. Added - [#99] Implement Debug and PartialEq for CmdLine. - [#100] Added Clone derive for CmdLine.
003b7cd
2022-09-06 11:46
下载
v0.4.0
v0.4.0 Fixed - [[#66]](https://github.com/rust-vmm/linux-loader/issues/66) Fixed potential overflow in calls to `align_up`. Changed - [[#62]](https://github.com/rust-vmm/linux-loader/issues/62) The `load_cmdline` function now takes as a parameter the crate defined `Cmdline` object instead of `Cstr`. This means that customers don't need to convert the object before calling into `load_cmdline`. - [[#83]](https://github.com/rust-vmm/linux-loader/issues/83) Updated the vm-memory dependency requirement to the latest version (0.6.0). Added - [[#79]](https://github.com/rust-vmm/linux-loader/pull/79) Implemented `From<Cmdline>` for `Vec<u8>`. This replaces the obsolete `Into` implementation.
9539d6d
2021-09-23 22:09
下载
v0.3.0
v0.3.0 Fixed - Replaced panic condition in `align_up` with returning an Error. - Fixed potential hang condition in Elf::load caused by arithmetic overflow. - Disallow overflow when computing the kernel load address when loading ELF. - Fix unchecked arithmetic in BzImage::load that could lead to undefined behavior. Added - Added functions for specifying virtio MMIO devices when building the kernel command line. - Added a function to specify multiple values in `key=values` pairs when building the kernel command line.
bee6b10
2021-02-25 17:06
下载
v0.2.0
Added * Added traits and structs for loading ELF (vmlinux), big zImage (bzImage) and PE (Image) kernels into guest memory. * Added traits and structs for writing boot parameters to guest memory.
726360b
2020-08-12 21:39
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/mirrors_rust-vmm/linux-loader.git
git@gitee.com:mirrors_rust-vmm/linux-loader.git
mirrors_rust-vmm
linux-loader
linux-loader
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册