commit | af1bae5497b98cb99d6b0492e6981f060420a00c | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Tue Jul 12 22:09:30 2016 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 14 09:29:35 2016 +0200 |
tree | 1c12ad6dfd42189f9ed58a40f4ddc4913efb177f | |
parent | 682f732ecf7396e9d6fe24d44738966699fae6c0 [diff] |
KVM: x86: bump KVM_MAX_VCPU_ID to 1023 kzalloc was replaced with kvm_kvzalloc to allow non-contiguous areas and rcu had to be modified to cope with it. The practical limit for KVM_MAX_VCPU_ID right now is INT_MAX, but lower value was chosen in case there were bugs. 1023 is sufficient maximum APIC ID for 288 VCPUs. Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>