On 19/01/15 11:21, Andrew Cooper wrote:
This allows the common XEN_DOMCTL_max_vcpus handler to loose some x86-specific
architecture knowledge.
Sp. "lose"
+unsigned int domain_max_vcpus(const struct domain *d)
+{
+    return MAX_VIRT_CPUS;
+}
+


inline?

Simon


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

Reply via email to