aboutsummaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2008-11-05 15:56:21 -0800
committerAvi Kivity <avi@redhat.com>2008-12-31 16:52:24 +0200
commit0fdf8e59faa5c60e9d77c8e14abe3a0f8bfcf586 (patch)
tree4dba778281a62ab4c4927092a5017acef4fb0d7b /virt
parent0853d2c1d849ef69884d2447d90d04007590b72b (diff)
KVM: Fix cpuid iteration on multiple leaves per eac
The code to traverse the cpuid data array list for counting type of leaves is currently broken. This patches fixes the 2 things in it. 1. Set the 1st counting entry's flag KVM_CPUID_FLAG_STATE_READ_NEXT. Without it the code will never find a valid entry. 2. Also the stop condition in the for loop while looking for the next unflaged entry is broken. It needs to stop when it find one matching entry; and in the case of count of 1, it will be the same entry found in this iteration. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions