-
Paul Barham, Boris Dragovic, Keir Fraser, Steven Hand, Tim Harris, Alex Ho, Rolf Neugebauery, Ian Pratt, and Andrew Warfield.
Xen and the Art of Virtualization
ACM Symposium on Operating Systems Principles,
October 2003.
这一篇是Xen虚拟机的论文,也是我们目前工作的基础虚拟化平台,对Xen的理论基础和一些实现做了概述。
-
Brendan Cully, Geoffrey Lefebvre, Dutch Meyer, Mike Feeley, Norm Hutchinson, and Andrew Warfield.
Remus: High Availability via Asynchronous Virtual Machine Replication
Proceedings of the 5th USENIX Symposium on Networked Systems Design and Implementation,
April 2008.
这一篇是有关Remus双机热备份组件的论文,这也和我们目前的工作有很大的关系。
-
Jun Zhu, Zhefu Jiang, Zhen Xiao, and Xiaoming Li.
Optimizing the Performance of Virtual Machine Synchronization for Fault Tolerance
IEEE Transactions on Computers,
December 2011.
这一篇是我们组原来发表的一篇论文,也是有关双机热备份系统的。
-
George W. Dunlap , Dominic G. Lucchetti , Michael A. Fetterman , Peter M. Chen.
Execution Replay for Multiprocessor Virtual Machines
Proceedings of the fourth ACM SIGPLAN/SIGOPS international conference on Virtual execution environments,
March 2008.
这一篇是用另外一种方法(虚拟机指令确定性重演)进行双机热备份。
-
Maohua Lu, and Tzi-cker Chiueh.
Fast Memory State Synchronization for Virtualization-based Fault Tolerance
IEEE/IFIP International Conference on Dependable Systems and Networks,
June 2009.
这一篇也是有关内存拷贝实现热备份的论文。