Displaying 1 result from an estimated 1 matches for "01xks".
Did you mean:
01x
2010 Aug 27
3
[PATCH 0/2] [RFC] xl: add cpuid config file option
...e. As I
don''t like the current interface xm exposes (basically because it is
complicated, unintuitive and very error prone), I implemented a new
scheme for specifying CPUID flags policy, combining QEMU''s and Xen''s
approach:
cpuid = "<base>,<feature_name>=[01xks]*,...
The patch includes a (preliminary) list of feature names along with
their bit positions. The value for each feature bit copies the current
meaning is Xen:
0: clear, 1: set, x: don''t care/use default, k: keep from host, s: use
host but preserve across migration
The value can also be a...