summaryrefslogtreecommitdiff
path: root/Documentation/virtual/kvm/cpuid.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-05-06KVM: fix cpuid eax for KVM leafMichael S. Tsirkin1-1/+5
cpuid eax should return the max leaf so that guests can find out the valid range. This matches Xen et al. Update documentation to match. Tested with -cpu host. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
2011-05-06Move kvm, uml, and lguest subdirectories under a common "virtual" directory, ↵Rob Landley1-0/+45
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>