Documents: Difference between revisions

From KVM
(added a document that sheds some light on hardware assisted paging in KVM)
(added a blog entry that describes how KVM implements Intel VPIDs)
Line 35: Line 35:
* [http://blog.stgolabs.net/2012/03/kvm-virtual-x86-mmu-setup.html KVM x86 vMMU setup] - describes how KVM sets up a virtual memory management unit for x86.
* [http://blog.stgolabs.net/2012/03/kvm-virtual-x86-mmu-setup.html KVM x86 vMMU setup] - describes how KVM sets up a virtual memory management unit for x86.
* [http://blog.stgolabs.net/2012/03/kvm-hardware-assisted-paging.html KVM x86 hardware support paging] - a look inside how KVM deals with x86 2D hardware paging.
* [http://blog.stgolabs.net/2012/03/kvm-hardware-assisted-paging.html KVM x86 hardware support paging] - a look inside how KVM deals with x86 2D hardware paging.
* [http://blog.stgolabs.net/2012/05/kvm-intel-associative-tlbs.html KVM Intel VPID implementation] - how KVM supports Intel's tagged TLBs
== KVM Doxygen Documentation ==
== KVM Doxygen Documentation ==
* [http://doxygen.org/ kvm doxygen documentation tool]
* [http://doxygen.org/ kvm doxygen documentation tool]

Revision as of 06:17, 28 May 2012

Documents

User/Admin documentation

Presentations

White papers:

Books

Magazine Articles

Benchmarks

Documentation

KVM Doxygen Documentation

Tools

Supported cpus