Jinrong Liang
Jinrong Liang
贡献内核学习代码
大家可以把自己平时学习Linux内核的实验代码按分类提交PR。
大家可以按要求在仓库的Issue中自我提名Committer和maintainer,达到条件并由PMC通过后生效,具体要求和权益见: https://github.com/linuxkerneltravel/community/blob/master/organization.md
Hi, These patches introduce two important features for live migration: **1. Downtime limits** In live migration scenarios, service downtime directly affects user experience and application availability. Without configurable downtime limits,...
This issue is created to track the development and discussion of live migration features and related improvements. Feel free to comment below, claim features you are interested in, and suggest...
Synchronous migration blocks the VMM thread, causing clh to be unable to respond to other API requests. Refactoring the migration process to run asynchronously in a separate thread can solve...
Previously, the migration process was handled synchronously, blocking the VMM thread, causing clh to be unable to respond to other migration-related requests. By refactoring the migration process to run asynchronously...
Hi, When CLH is responding to an api request (such as live migration), it cannot respond to other api requests. I want to respond to other api requests(such as adding...
I am currently working on enhancing the live migration capabilities in Cloud Hypervisor. The proposed improvements aim to reduce downtime, optimize memory migration, and implement QoS traffic control. The main...