|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH 1/4] xl: implement parsing of cpuid parameter and
Andre Przywara writes ("[PATCH 1/4] xl: implement parsing of cpuid parameter
and translate to Xen interface"):
> Parses a string enumerating cpuid flags and their behavior.
> The syntax is: cpuid = "host,<flagname>=[01xks],..."
> Supports:
> 0: clear this flag
> 1: set this flag
> x: don't care, use the default handling
> k: use the host value
> s: as k, but keep stable across migrations
>
> Instead of the bits there can also be numbers passed (hex or dec),
> like: family=0x10,model=4
>
> Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>
Thanks. Unfortunately:
/usr/include/sys/ucontext.h:183:1: error: this is the location of the previous
definition
libxl.c:3237:1: error: "REG_EBX" redefined
This is unfortunate namespace pollution from the libc but I think we
should work around it by putting a LIBXL prefix on the names.
Sorry,
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|