public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* KVM_MAX_VCPU hard limit of 255 on x86
@ 2016-04-01 21:19 Hardik H Bagdi
  2016-04-01 21:55 ` Bandan Das
  0 siblings, 1 reply; 7+ messages in thread
From: Hardik H Bagdi @ 2016-04-01 21:19 UTC (permalink / raw)
  To: kvm

Hello,

For research, I am experimenting with increasing the number of VCPUs
in the guest OS.
I can increase the number of VCPUs till 255 in the guest OS but more
than that results in the following error-

kvm_init_vcpu failed: Invalid argument

The hardcodede value of 255 can be found here for x86.
./arch/x86/include/asm/kvm_host.h:38:#define KVM_MAX_VCPUS 255

#define a new value is not successful i.e. the same error persists.
I'm using qemu 2.5.0 with host kernel 3.19.0
Any help will be really appreciated.

Thank you,
Hardik Bagdi

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-04-05 14:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 21:19 KVM_MAX_VCPU hard limit of 255 on x86 Hardik H Bagdi
2016-04-01 21:55 ` Bandan Das
2016-04-04 15:17   ` Radim Krčmář
2016-04-04 19:14     ` Igor Mammedov
2016-04-04 20:34       ` Radim Krčmář
2016-04-05 11:20         ` Igor Mammedov
2016-04-05 14:01           ` Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox