| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Coding style: standardize the use of Result Most Result in the code are from the Anyhow lib which is widely used in code. There is no need to introduce the Result in mod.rs and then use it in xxx.rs by using $mod_name::Result and renaming it. Meanwhile, it does not require pub use. Fix these problems and standardize the use of Result. Signed-off-by: liuxiangdong <liuxiangdong5@huawei.com> | 2 年前 | |
Migration: vcpu and vgic save/restore is adapted to different hypervisor Due to the significant differences in vcpu and vgic implementations among some hypervisors, it is necessary to sink the specific implementation of save/restore to the specific hypervisor. Signed-off-by: Mingwang Li <limingwang@huawei.com> | 4 个月前 | |
Migration: vcpu and vgic save/restore is adapted to different hypervisor Due to the significant differences in vcpu and vgic implementations among some hypervisors, it is necessary to sink the specific implementation of save/restore to the specific hypervisor. Signed-off-by: Mingwang Li <limingwang@huawei.com> | 4 个月前 | |
Migration: vcpu and vgic save/restore is adapted to different hypervisor Due to the significant differences in vcpu and vgic implementations among some hypervisors, it is necessary to sink the specific implementation of save/restore to the specific hypervisor. Signed-off-by: Mingwang Li <limingwang@huawei.com> | 4 个月前 |