Re: [PATCH] x86/CPUID: add further "fast repeated string ops" feature flags

2021-04-16 Thread Andrew Cooper
On 16/04/2021 14:22, Jan Beulich wrote: > Like ERMS this can always be exposed to guests, but I guess once we > introduce full validation we want to make sure we don't reject incoming > policies with any of these set when in the raw/host policies they're > clear. > > Signed-off-by: Jan Beulich

[PATCH] x86/CPUID: add further "fast repeated string ops" feature flags

2021-04-16 Thread Jan Beulich
Like ERMS this can always be exposed to guests, but I guess once we introduce full validation we want to make sure we don't reject incoming policies with any of these set when in the raw/host policies they're clear. Signed-off-by: Jan Beulich --- a/tools/libs/light/libxl_cpuid.c +++