Documents: Difference between revisions

From KVM
m (added a blog entry that describes how KVM sets up a vMMU in x86, it can be useful for people interested and beginning to learn KVM internals.)
(added a document that sheds some light on hardware assisted paging in KVM)
Line 34: Line 34:
* [[perf_events|Counting and tracing KVM events]]
* [[perf_events|Counting and tracing KVM events]]
* [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.
== KVM Doxygen Documentation ==
== KVM Doxygen Documentation ==
* [http://doxygen.org/ kvm doxygen documentation tool]
* [http://doxygen.org/ kvm doxygen documentation tool]

Revision as of 09:02, 8 March 2012

Documents

User/Admin documentation

Presentations

White papers:

Books

Magazine Articles

Benchmarks

Documentation

KVM Doxygen Documentation

Tools

Supported cpus