Re: [Xen-devel] [PATCH] libxc: Turn on the pdpe1gb cpuid flag by default

2014-11-13 Thread Jan Beulich
>>> On 13.11.14 at 06:31, wrote: Apart from the subject being kind of wrong (you're not turning it on by default, but only expose it if the hardware supports it), ... > --- a/tools/libxc/xc_cpuid_x86.c > +++ b/tools/libxc/xc_cpuid_x86.c > @@ -192,6 +192,7 @@ static void intel_xc_cpuid_policy( >

[Xen-devel] [PATCH] libxc: Turn on the pdpe1gb cpuid flag by default

2014-11-12 Thread Li Liang
Now it's no need to set the "cpuid= " option in the config file to expose the 1GB hugepage feature to guest. Signed-off-by: Li Liang --- tools/libxc/xc_cpuid_x86.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxc/xc_cpuid_x86.c b/tools/libxc/xc_cpuid_x86.c index a18b1ff..561c5b5 1