Re: [Xen-devel] [PATCH RFC v1 02/74] x86: Common cpuid faulting support

2018-01-04 Thread Jan Beulich
>>> On 04.01.18 at 14:05, wrote: > @@ -518,7 +522,7 @@ static void early_init_amd(struct cpuinfo_x86 *c) > if (c == _cpu_data) > amd_init_levelling(); > > - amd_ctxt_switch_levelling(NULL); > + ctxt_switch_levelling(NULL); > } I don't really

[Xen-devel] [PATCH RFC v1 02/74] x86: Common cpuid faulting support

2018-01-04 Thread Wei Liu
From: Andrew Cooper With CPUID Faulting offered to SVM guests, move Xen's faulting code to being common rather than Intel specific. This is necessary for nested Xen (inc. pv-shim mode) to prevent PV guests from finding the outer HVM Xen leaves via native cpuid.