diff --git a/README.ch.md b/README.ch.md index 7b5594a36f4da26788bb950b014538f4a67148ec..4722db794bc509667f3857b245392caef2924688 100644 --- a/README.ch.md +++ b/README.ch.md @@ -195,12 +195,15 @@ sudo tools/shyper vm boot ## 发表文献 -1. Siran Li, Lei Wang, Keyang Hu, Ce Mo, Bo Jiang. - [VM Migration and Live-Update for Reliable Embedded Hypervisor](https://link.springer.com/chapter/10.1007/978-3-031-21213-0_4) +1. Siran Li, Lei Wang, Keyang Hu, Ce Mo, Bo Jiang, VM Migration and Live-Update for Reliable Embedded Hypervisor. In: Dong, W., Talpin, JP. (eds) Dependable Software Engineering. Theories, Tools, and Applications. SETTA 2022. Lecture Notes in Computer Science, vol 13649. Springer, Cham. https://doi.org/10.1007/978-3-031-21213-0_4 +2. Yicong Shen, Lei Wang, Yuanzhi Liang, Siran Li, Bo Jiang, "Shyper: An embedded hypervisor applying hierarchical resource isolation strategies for mixed-criticality systems," 2022 Design, Automation & Test in Europe Conference & Exhibition (DATE), Antwerp, Belgium, 2022, pp. 1287-1292, doi: 10.23919/DATE54114.2022.9774664. + +了解Rust-Shyper参见以下slides [基于Rust的嵌入式虚拟机监视器及热更新技术](./doc/%E5%9F%BA%E4%BA%8ERust%E7%9A%84%E5%B5%8C%E5%85%A5%E5%BC%8F%E8%99%9A%E6%8B%9F%E6%9C%BA%E7%9B%91%E8%A7%86%E5%99%A8%E5%8F%8A%E7%83%AD%E6%9B%B4%E6%96%B0%E6%8A%80%E6%9C%AF%EF%BC%88%E7%8E%8B%E9%9B%B7%EF%BC%89.pdf) #### 关于我们 Rust-Shyper的开发者来自北京航空航天大学计算机学院操作系统研究团队。如果有什么问题,请您通过电子邮件联系我们。 -- 王雷:教授,博士生导师。[个人主页](https://scse.buaa.edu.cn/info/1387/8398.htm) wanglei@buaa.edu.cn。 +- 王雷:教授,博士生导师。[个人主页](https://scse.buaa.edu.cn/info/1387/8398.htm) wanglei@buaa.edu.cn - 姜博:副教授,博士生导师。[个人主页](http://jiangbo.buaa.edu.cn) jiangbo@buaa.edu.cn - 李思然:硕士研究生 ohmrlsr@buaa.edu.cn - 胡柯洋:硕士研究生 hky1999@buaa.edu.cn diff --git a/README.md b/README.md index 09f12c5282abcf928313b89f9030a14bbbfd6ddc..4e0bc467a3865acd0dff13364bad35ad199a6825 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,10 @@ then you can interact with the guest VM. ## Publications -1. Siran Li, Lei Wang, Keyang Hu, Ce Mo, Bo Jiang. - [VM Migration and Live-Update for Reliable Embedded Hypervisor](https://link.springer.com/chapter/10.1007/978-3-031-21213-0_4) +1. Siran Li, Lei Wang, Keyang Hu, Ce Mo, Bo Jiang, VM Migration and Live-Update for Reliable Embedded Hypervisor. In: Dong, W., Talpin, JP. (eds) Dependable Software Engineering. Theories, Tools, and Applications. SETTA 2022. Lecture Notes in Computer Science, vol 13649. Springer, Cham. https://doi.org/10.1007/978-3-031-21213-0_4 +2. Yicong Shen, Lei Wang, Yuanzhi Liang, Siran Li, Bo Jiang, "Shyper: An embedded hypervisor applying hierarchical resource isolation strategies for mixed-criticality systems," 2022 Design, Automation & Test in Europe Conference & Exhibition (DATE), Antwerp, Belgium, 2022, pp. 1287-1292, doi: 10.23919/DATE54114.2022.9774664. + +For more information about Rust-Shyper, see the following slides [Rust Embedded Hypervisor with VM Migration and Live-update](./doc/%E5%9F%BA%E4%BA%8ERust%E7%9A%84%E5%B5%8C%E5%85%A5%E5%BC%8F%E8%99%9A%E6%8B%9F%E6%9C%BA%E7%9B%91%E8%A7%86%E5%99%A8%E5%8F%8A%E7%83%AD%E6%9B%B4%E6%96%B0%E6%8A%80%E6%9C%AF%EF%BC%88%E7%8E%8B%E9%9B%B7%EF%BC%89.pdf) #### About Us diff --git "a/doc/\345\237\272\344\272\216Rust\347\232\204\345\265\214\345\205\245\345\274\217\350\231\232\346\213\237\346\234\272\347\233\221\350\247\206\345\231\250\345\217\212\347\203\255\346\233\264\346\226\260\346\212\200\346\234\257\357\274\210\347\216\213\351\233\267\357\274\211.pdf" "b/doc/\345\237\272\344\272\216Rust\347\232\204\345\265\214\345\205\245\345\274\217\350\231\232\346\213\237\346\234\272\347\233\221\350\247\206\345\231\250\345\217\212\347\203\255\346\233\264\346\226\260\346\212\200\346\234\257\357\274\210\347\216\213\351\233\267\357\274\211.pdf" new file mode 100644 index 0000000000000000000000000000000000000000..4bb24f26abb96850e3226ff1647ba9a557d58201 Binary files /dev/null and "b/doc/\345\237\272\344\272\216Rust\347\232\204\345\265\214\345\205\245\345\274\217\350\231\232\346\213\237\346\234\272\347\233\221\350\247\206\345\231\250\345\217\212\347\203\255\346\233\264\346\226\260\346\212\200\346\234\257\357\274\210\347\216\213\351\233\267\357\274\211.pdf" differ