2018-06-04 19:19:32 +00:00
## Virtual Machines
2015-06-17 05:52:01 +00:00
* [One VM to Rule Them All ](http://lafo.ssw.uni-linz.ac.at/papers/2013_Onward_OneVMToRuleThemAll.pdf )
2014-04-01 02:01:45 +00:00
- This is an exciting VM implementation that incorporates AST node rewriting and an optimizing compiler. It enables the implementation of, and excellent performance for, a wide range of languages.
2015-07-06 22:04:27 +00:00
* [A Comparison of Software and Hardware Techniques for x86
Virtualization](http://www.vmware.com/pdf/asplos235_adams.pdf)
- virtualization theory background
2018-06-04 19:19:32 +00:00
## System Virtualization
* [Xen and the Art of Virtualization ](http://www.cl.cam.ac.uk/research/srg/netos/papers/2003-xensosp.pdf )
* :scroll: [kvm: the Linux Virtual Machine Monitor ](kvm-linux-virtual-machines-monitor.pdf )
### Live migration of Virtual Machines
* :scroll: [Live Migration of Virtual Machines](live-migration-of-virtual-machines.pdf
)