Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move kvm, uml, and lguest subdirectories under a common "virtual" directory, ↵ | Rob Landley | 2011-05-06 | 1 | -25/+0 |
| | | | | | | | | | | | I.E: cd Documentation mkdir virtual git mv kvm uml lguest virtual Signed-off-by: Rob Landley <rlandley@parallels.com> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> | ||||
* | KVM: Start lock documentation | Jan Kiszka | 2011-03-17 | 1 | -0/+25 |
The goal of this document shall be - overview of all locks used in KVM core - provide details on the scope of each lock - explain the lock type, specifically of a raw spin locks - provide a lock ordering guide Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com> |