Re: [Xen-devel] [PATCH 1/2] libxl: add more cpuid flags handling

2017-06-27 Thread Jan Beulich
>@@ -158,6 +162,38 @@ int libxl_cpuid_parse_config(libxl_cpuid_policy_list >*cpuid, const char* str) >{"de", 0x0001, NA, CPUID_REG_EDX, 2, 1}, >{"vme", 0x0001, NA, CPUID_REG_EDX, 1, 1}, >{"fpu", 0x0001, NA, CPUID_REG_EDX, 0,

[Xen-devel] [PATCH 1/2] libxl: add more cpuid flags handling

2017-06-27 Thread Marek Marczykowski-Górecki
This is result of parsing cpu_map.xml from libvirt. The most important part is handling leaf 0x0007, but while at it add other bits too. Signed-off-by: Marek Marczykowski-Górecki --- docs/man/xl.cfg.pod.5.in | 20 tools/libxl/libxl_cpuid.c | 37 +