00-INDEX 617 B

1234567891011121314151617181920212223242526
  1. 00-INDEX
  2. - this file.
  3. api.txt
  4. - KVM userspace API.
  5. cpuid.txt
  6. - KVM-specific cpuid leaves (x86).
  7. devices/
  8. - KVM_CAP_DEVICE_CTRL userspace API.
  9. hypercalls.txt
  10. - KVM hypercalls.
  11. locking.txt
  12. - notes on KVM locks.
  13. mmu.txt
  14. - the x86 kvm shadow mmu.
  15. msr.txt
  16. - KVM-specific MSRs (x86).
  17. nested-vmx.txt
  18. - notes on nested virtualization for Intel x86 processors.
  19. ppc-pv.txt
  20. - the paravirtualization interface on PowerPC.
  21. review-checklist.txt
  22. - review checklist for KVM patches.
  23. s390-diag.txt
  24. - Diagnose hypercall description (for IBM S/390)
  25. timekeeping.txt
  26. - timekeeping virtualization for x86-based architectures.