2018-06-04 22:19:32 +03:00
## Virtual Machines
2015-06-17 15:52:01 +10:00
* [One VM to Rule Them All ](http://lafo.ssw.uni-linz.ac.at/papers/2013_Onward_OneVMToRuleThemAll.pdf )
2014-03-31 22:01:45 -04: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-07 00:04:27 +02:00
* [A Comparison of Software and Hardware Techniques for x86
2025-02-19 06:13:05 +05:00
Virtualization](https://web.archive.org/web/20160108225910/http://www.vmware.com/pdf/asplos235_adams.pdf)
2015-07-07 00:04:27 +02:00
- virtualization theory background
2018-06-04 22:19:32 +03: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
)