Commit b136a4c6 authored by Anthony Liguori's avatar Anthony Liguori
Browse files

KVM: cpuid function 2: store all values (Amit Shah)



Incrementing the array index was missed in the previous series which causes
us to not store all the values.

Signed-off-by: default avatarAmit Shah <amit.shah@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6617 c046a42c-6fe2-441c-8c8c-71466251a162
parent 452b4d88
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ int kvm_arch_init_vcpu(CPUState *env)
                c->ebx = ebx;
                c->ecx = ecx;
                c->edx = edx;
                c = &cpuid_data.entries[++cpuid_i];
            }
            break;
        }