Documents: Difference between revisions
From KVM
mNo edit summary |
(The Whitepaper is no longer valid) |
||
Line 12: | Line 12: | ||
* TPR patching [attachment:kvm-tpr-patching.odp overview] (Avi Kivity, Oct 2008) | * TPR patching [attachment:kvm-tpr-patching.odp overview] (Avi Kivity, Oct 2008) | ||
* [http://markmc.fedorapeople.org/virtio-code-review/VirtioCodeReview.pdf Virtio code walkthrough], [http://markmc.fedorapeople.org/virtio-code-review/virtio-talk.txt notes], [http://blogs.gnome.org/markmc/2008/05/28/checksums-scatter-gather-io-and-segmentation-offload/ GSO background] (Mark McLoughlin, Oct 2008), and [http://portal.acm.org/citation.cfm?id=1400097.1400108 ACM pdf about virtio by Rusty Russell] | * [http://markmc.fedorapeople.org/virtio-code-review/VirtioCodeReview.pdf Virtio code walkthrough], [http://markmc.fedorapeople.org/virtio-code-review/virtio-talk.txt notes], [http://blogs.gnome.org/markmc/2008/05/28/checksums-scatter-gather-io-and-segmentation-offload/ GSO background] (Mark McLoughlin, Oct 2008), and [http://portal.acm.org/citation.cfm?id=1400097.1400108 ACM pdf about virtio by Rusty Russell] | ||
== Books == | == Books == | ||
* [http://www.dpunkt.de/buecher/3519.html Book "KVM Best Practices", ISBN 978-3-89864-737-3] | * [http://www.dpunkt.de/buecher/3519.html Book "KVM Best Practices", ISBN 978-3-89864-737-3] |
Revision as of 12:37, 11 January 2013
Documents
User/Admin documentation
Presentations
- Presentations on many aspects of KVM were made at KVM Forum 2007 (Aug 2007).
- Presentations from the KVM Forum 2008 (June 2008)
- Avi Kivity's presentation from the Ottawa Linux Symposium 2007 (Jun 2007).
- TPR patching [attachment:kvm-tpr-patching.odp overview] (Avi Kivity, Oct 2008)
- Virtio code walkthrough, notes, GSO background (Mark McLoughlin, Oct 2008), and ACM pdf about virtio by Rusty Russell
Books
- Book "KVM Best Practices", ISBN 978-3-89864-737-3
- Book "QEMU & KVM", ISBN 978-3-8370-0876-0
- Book "KVM tettei nyuumon", ISBN 4798121401
Magazine Articles
- Linux Magazine
- KVM for Embedded at Linux Planet
- Linux as a hypervisor at Linux Planet
Benchmarks
Documentation
- small look inside(kvm-54)
- qemu kvm buildup
- qemu-system-x86_64 startup (kvm-57)
- initialization (kvm-57)
- file layout in kernel (~kvm-58)
- Wikibook "QEMU & KVM"
- How KVM deals with memory - a look inside how KVM interacts with the Linux VM.
- Counting and tracing KVM events
- KVM x86 vMMU setup - describes how KVM sets up a virtual memory management unit for x86.
- KVM x86 hardware support paging - a look inside how KVM deals with x86 2D hardware paging.
- KVM Intel VPID implementation - how KVM supports Intel's tagged TLBs