According to

https://wiki.xenproject.org/wiki/Xen_Project_Release_Features

HVM guests can have up to 256 vcpus. The definition in

include/public/hvm/hvm_info_table.h:

/* Maximum we can support with current vLAPIC ID mapping. */
#define HVM_MAX_VCPUS        128

and its usage in domain_max_vcpus(d) suggests the limit is 128.
I guess we should update the wiki page?


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to