]> xenbits.xensource.com Git - xen.git/commit
libxl: use Linux-compatible names for sse4 cpuid features
authorGeorge Dunlap <george.dunlap@eu.citrix.com>
Fri, 24 May 2013 14:33:27 +0000 (15:33 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 30 May 2013 08:24:14 +0000 (09:24 +0100)
commit9fa437d084c521dabb5b6582fee3316e8cc6e2a3
treebda792b6c43e65573b6268e7e2d11beb39d7b298
parentb339d34409a8d2c1083e2c362ef14c8fdcd81106
libxl: use Linux-compatible names for sse4 cpuid features

Linux uses sse4_1 and sse4_2, but at the moment libxl uses '.' instead
of '_'.  This makes it confusing for people looking in Linux's /proc/cpuinfo
to disable features.

Add the Linux feature names, keeping the old ones for compatability.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Ian Campbell <ian.camppbell@citrix.com>
docs/man/xl.cfg.pod.5
tools/libxl/libxl_cpuid.c