Displaying 1 result from an estimated 1 matches for "leafnum".
Did you mean:
lagnum
2012 Jun 01
5
[PATCH] xl.cfg: document the cpuid= option
...uid=XXX>
+=item B<cpuid="STRING"> or B<cpuid=[ "XEND_STRING", "XEND_STRING" ]>
-XXX
+Configure guest CPUID responses. Two config versions of config syntax are
+recognized: xend and libxl.
+
+The xend syntax is a list of values in the form of
+''leafnum:register=bitstring,register=bitstring'':
+ "leafnum" is the requested function,
+ "register" is the response register to modify
+ "bitstring" represents a bit in the register, its length must be exactly 32 chars.
+ Each successive character represent a lesser-...