KVM: fix cpuid eax for KVM leaf
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 2 May 2012 14:55:56 +0000 (17:55 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 6 May 2012 12:51:56 +0000 (15:51 +0300)
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>

No differences found